svn commit: r288614 - in stable/9: . usr.sbin/ntp/ntpdc

Bryan Drewery bdrewery at FreeBSD.org
Sat Oct 3 16:26:48 UTC 2015


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>


More information about the svn-src-all mailing list