summaryrefslogtreecommitdiff
path: root/community/ulogd/rc
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-09-06 23:14:33 +0000
committerroot <root@rshg054.dnsready.net>2011-09-06 23:14:33 +0000
commite2fb609d3af7a203357fd6ca983fef5f4dfba7eb (patch)
tree17d9357a559130a65cb1988b1e09cf8f1dd6bc55 /community/ulogd/rc
parente05f52e52ba779f4b0ebb5463dba9fc74f67f0b8 (diff)
Tue Sep 6 23:14:33 UTC 2011
Diffstat (limited to 'community/ulogd/rc')
-rw-r--r--community/ulogd/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ulogd/rc b/community/ulogd/rc
index 756abdf86..83f0550cc 100644
--- a/community/ulogd/rc
+++ b/community/ulogd/rc
@@ -14,7 +14,7 @@ case "$1" in
[ -f /var/run/ulog.pid ] && rm -f /var/run/ulog.pid
PID=`get_pid`
if [ -z "$PID" ]; then
- /usr/sbin/ulogd -d
+ /usr/sbin/ulogd -d &>/dev/null
if [ $? -gt 0 ]; then
stat_fail
exit 1