diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-10-06 04:25:14 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-10-06 04:25:14 +0000 |
commit | cc35e16915397378289d3ab6f7c9e21a1f9a17f6 (patch) | |
tree | 52b6fd419cb3040101590ecb4522687fb90e4101 /security/drweb-sendmail/files | |
parent | Run as drweb user, not as root (diff) |
Run as drweb user, not as root
Notes
Notes:
svn path=/head/; revision=48489
Diffstat (limited to 'security/drweb-sendmail/files')
-rw-r--r-- | security/drweb-sendmail/files/patch-ac | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/security/drweb-sendmail/files/patch-ac b/security/drweb-sendmail/files/patch-ac index dadb24eba75b..500bbb4363dd 100644 --- a/security/drweb-sendmail/files/patch-ac +++ b/security/drweb-sendmail/files/patch-ac @@ -1,5 +1,5 @@ --- ../sendmail/configure.orig Wed Sep 26 01:02:29 2001 -+++ ../sendmail/configure Wed Oct 3 11:27:50 2001 ++++ ../sendmail/configure Sat Oct 6 08:20:13 2001 @@ -22,6 +22,7 @@ ___T_MILTER_LOGLEVEL___="-- ERROR ---" ___T_MILTER_TIMEOUT_1___="-- ERROR ---" @@ -8,7 +8,14 @@ ___T_COMMENT_LOG___="-- ERROR --" ___T_COMMENT_FFR___="-- ERROR --" -@@ -106,7 +107,7 @@ +@@ -100,13 +101,13 @@ + + CACHE_ADDR="n" + POS=`$GREP PidFile $DAEMON_INI | $GREP -v ";"` +-if [ "x$POS" = "x" ] ; then ++if [ "x" = "x" ] ; then + echo + echo -n "Daemon pidfile not defined in ini-file ..." POS=`$GREP SocketMode $DAEMON_INI | $GREP -v ";" | $AWK '{ print match( $0, /[Tt][Cc][Pp]/ ) }'` if [ $POS -eq 0 ] ; then echo " but defined UNIX sockets" |