syslog: Added option to enable resolving DNS names
This commit is contained in:
parent
d30b81a585
commit
8846d074c2
2 changed files with 18 additions and 7 deletions
|
@ -1,13 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
daemon="/usr/local/sbin/rsyslogd"
|
||||
daemon_flags="-x -c 4 -i /var/run/syslog.pid"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
rc_pre() {
|
||||
pkill -U _syslogd
|
||||
return 0
|
||||
}
|
||||
|
||||
rc_cmd $1
|
Loading…
Add table
Add a link
Reference in a new issue