Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2015 16:26:47 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r288614 - in stable/9: . usr.sbin/ntp/ntpdc
Message-ID:  <201510031626.t93GQlQi090622@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sat Oct  3 16:26:46 2015
New Revision: 288614
URL: https://svnweb.freebsd.org/changeset/base/288614

Log:
  MFC r287982:
  
    Replace afterinstall: hack from r54681 with 'make delete-old' functionality.

Modified:
  stable/9/ObsoleteFiles.inc   (contents, props changed)
  stable/9/usr.sbin/ntp/ntpdc/Makefile
Directory Properties:
  stable/9/usr.sbin/ntp/   (props changed)

Modified: stable/9/ObsoleteFiles.inc
==============================================================================
--- stable/9/ObsoleteFiles.inc	Sat Oct  3 16:26:13 2015	(r288613)
+++ stable/9/ObsoleteFiles.inc	Sat Oct  3 16:26:46 2015	(r288614)
@@ -5834,6 +5834,8 @@ OLD_LIBS+=usr/lib/libtermcap.so.2
 OLD_LIBS+=usr/lib/libutil.so.2
 OLD_LIBS+=usr/lib/libvgl.so.1
 OLD_LIBS+=usr/lib/libwrap.so.2
+# 19991216
+OLD_FILES+=usr/sbin/xntpdc
 # 199909XX
 OLD_LIBS+=usr/lib/libc_r.so.3
 # ???

Modified: stable/9/usr.sbin/ntp/ntpdc/Makefile
==============================================================================
--- stable/9/usr.sbin/ntp/ntpdc/Makefile	Sat Oct  3 16:26:13 2015	(r288613)
+++ stable/9/usr.sbin/ntp/ntpdc/Makefile	Sat Oct  3 16:26:46 2015	(r288614)
@@ -25,7 +25,4 @@ CLEANFILES+= .version version.c
 version.c:
 	sh -e ${.CURDIR}/../scripts/mkver ntpdc
 
-afterinstall:
-	rm -f ${DESTDIR}/usr/sbin/xntpdc
-
 .include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510031626.t93GQlQi090622>