Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jul 2013 10:47:18 +0000 (UTC)
From:      Dag-Erling Smørgrav <des@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: r253320 - in stable/9: tools/build/mk usr.sbin/authpf
Message-ID:  <201307131047.r6DAlIfi088944@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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