svn commit: r253320 - in stable/9: tools/build/mk usr.sbin/authpf
Dag-Erling Smørgrav
des at FreeBSD.org
Sat Jul 13 10:47:18 UTC 2013
Author: des
Date: Sat Jul 13 10:47:17 2013
New Revision: 253320
URL: http://svnweb.freebsd.org/changeset/base/253320
Log:
MFH (r253138,r253258): install authpf-noip
Approved by: re (delphij)
Modified:
stable/9/tools/build/mk/OptionalObsoleteFiles.inc
stable/9/usr.sbin/authpf/Makefile
Directory Properties:
stable/9/tools/build/ (props changed)
stable/9/usr.sbin/authpf/ (props changed)
Modified: stable/9/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- stable/9/tools/build/mk/OptionalObsoleteFiles.inc Sat Jul 13 10:10:45 2013 (r253319)
+++ stable/9/tools/build/mk/OptionalObsoleteFiles.inc Sat Jul 13 10:47:17 2013 (r253320)
@@ -134,7 +134,9 @@ OLD_FILES+=usr/share/man/man8/auditd.8.g
.if ${MK_AUTHPF} == no
OLD_FILES+=usr/sbin/authpf
+OLD_FILES+=usr/sbin/authpf-noip
OLD_FILES+=usr/share/man/man8/authpf.8.gz
+OLD_FILES+=usr/share/man/man8/authpf-noip.8.gz
.endif
.if ${MK_BIND} == no
Modified: stable/9/usr.sbin/authpf/Makefile
==============================================================================
--- stable/9/usr.sbin/authpf/Makefile Sat Jul 13 10:10:45 2013 (r253319)
+++ stable/9/usr.sbin/authpf/Makefile Sat Jul 13 10:47:17 2013 (r253320)
@@ -21,4 +21,7 @@ DPADD+= ${LIBM} ${LIBMD} ${LIBUTIL}
WARNS?= 3
+LINKS= ${BINDIR}/authpf ${BINDIR}/authpf-noip
+MLINKS= authpf.8 authpf-noip.8
+
.include <bsd.prog.mk>
More information about the svn-src-stable-9
mailing list