Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/usr.sbin/pf/man/man5 Pull up revision 1.2 (requested by j...
details: https://anonhg.NetBSD.org/src/rev/d8cdf018e84d
branches: netbsd-3
changeset: 575350:d8cdf018e84d
user: tron <tron%NetBSD.org@localhost>
date: Wed Apr 13 16:26:37 2005 +0000
description:
Pull up revision 1.2 (requested by jwise in ticket #138):
spamd.conf is now pfspamd.conf.
diffstat:
usr.sbin/pf/man/man5/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 2b083027590f -r d8cdf018e84d usr.sbin/pf/man/man5/Makefile
--- a/usr.sbin/pf/man/man5/Makefile Wed Apr 13 16:25:42 2005 +0000
+++ b/usr.sbin/pf/man/man5/Makefile Wed Apr 13 16:26:37 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2004/11/14 11:26:48 yamt Exp $
+# $NetBSD: Makefile,v 1.1.2.1 2005/04/13 16:26:37 tron Exp $
.include <bsd.own.mk>
@@ -6,6 +6,9 @@
MAN+= pf.conf.5
MAN+= pf.os.5
-MAN+= spamd.conf.5
+MAN+= pfspamd.conf.5
+
+pfspamd.conf.5: spamd.conf.5
+ cp $> $@
.include <bsd.man.mk>
Home |
Main Index |
Thread Index |
Old Index