oops; forgot to retain previous setting of $_flags (aka $syslogd_flags)

which adding "-P /var/run/syslogd.sockets"...
This commit is contained in:
lukem 2002-02-20 01:49:59 +00:00
parent e0787bd639
commit 0c7bc63d83
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: syslogd,v 1.9 2002/01/18 10:48:41 lukem Exp $
# $NetBSD: syslogd,v 1.10 2002/02/20 01:49:59 lukem Exp $
#
# PROVIDE: syslogd
@ -46,7 +46,7 @@ syslogd_precmd()
#
if [ -s $_sockfile ]; then
echo "/var/run/log" >> $_sockfile
_flags="-P $_sockfile"
_flags="-P $_sockfile $_flags"
fi
return 0