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 Pull up revision 1.5 (requested by peter in t...



details:   https://anonhg.NetBSD.org/src/rev/fd232b87934a
branches:  netbsd-3
changeset: 575326:fd232b87934a
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 13 15:49:52 2005 +0000

description:
Pull up revision 1.5 (requested by peter in ticket #134):
Enable pflogd(8).

diffstat:

 usr.sbin/pf/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 59cdb6f81308 -r fd232b87934a usr.sbin/pf/Makefile
--- a/usr.sbin/pf/Makefile      Wed Apr 13 15:47:13 2005 +0000
+++ b/usr.sbin/pf/Makefile      Wed Apr 13 15:49:52 2005 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.4 2005/03/15 16:05:04 peter Exp $
+#      $NetBSD: Makefile,v 1.4.2.1 2005/04/13 15:49:52 tron Exp $
 
 .include <bsd.own.mk>
 
 SUBDIR=                authpf
 SUBDIR+=       ftp-proxy
 SUBDIR+=       pfctl
-# notyet SUBDIR+=      pflogd
+SUBDIR+=       pflogd
 SUBDIR+=       spamd
 SUBDIR+=       spamd-setup
 SUBDIR+=       spamdb



Home | Main Index | Thread Index | Old Index