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)
This commit is contained in:
Vasil Dimov 2006-01-24 09:18:44 +00:00
parent ee50ff9257
commit 8a8114f0c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154331
2 changed files with 13 additions and 1 deletions

View file

@ -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

View file

@ -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