diff options
| author | Vasil Dimov <vd@FreeBSD.org> | 2006-01-24 09:18:44 +0000 |
|---|---|---|
| committer | Vasil Dimov <vd@FreeBSD.org> | 2006-01-24 09:18:44 +0000 |
| commit | 8a8114f0c13f7843cf7a258d3cec4089ff70dae7 (patch) | |
| tree | 98d16895ee5846a3796b09927f7317706069d7a6 /security/ipsec-tools | |
| parent | - With USE_RC_SUBR, there's no need to install scripts by hand (diff) | |
Change facility from daemon to security, because daemon.info goes to
devnull by default
PR: ports/91047
Submitted by: PR: Brian Candler <B.Candler@pobox.com>, patch: VANHULLEBUS Yvan <vanhu@netasq.com> (maintainer)
Approved by: garga (mentor)
Diffstat (limited to 'security/ipsec-tools')
| -rw-r--r-- | security/ipsec-tools/Makefile | 2 | ||||
| -rw-r--r-- | security/ipsec-tools/files/patch-src__racoon__plog.c | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/security/ipsec-tools/Makefile b/security/ipsec-tools/Makefile index e1c22997740d..c24a020b638c 100644 --- a/security/ipsec-tools/Makefile +++ b/security/ipsec-tools/Makefile @@ -12,7 +12,7 @@ PORTNAME= ipsec-tools PORTVERSION= 0.6.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ipsec-tools diff --git a/security/ipsec-tools/files/patch-src__racoon__plog.c b/security/ipsec-tools/files/patch-src__racoon__plog.c new file mode 100644 index 000000000000..72c9df5d5612 --- /dev/null +++ b/security/ipsec-tools/files/patch-src__racoon__plog.c @@ -0,0 +1,12 @@ +--- src/racoon/plog.c.orig Fri Dec 30 11:28:03 2005 ++++ src/racoon/plog.c Fri Dec 30 11:28:18 2005 +@@ -224,7 +224,7 @@ ploginit() + return; + } + +- openlog(pname, LOG_NDELAY, LOG_DAEMON); ++ openlog(pname, LOG_NDELAY, LOG_SECURITY); + } + + void + |
