]> Zhao Yanbai Git Server - minix.git/commitdiff
rc: start syslogd with -s (no UDP sockets) 05/3305/2
authorDavid van Moolenbroek <david@minix3.org>
Mon, 29 Feb 2016 16:24:21 +0000 (16:24 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Mon, 29 Feb 2016 16:28:16 +0000 (16:28 +0000)
Change-Id: I80f46c1c525d2573614676cdd612e284c16be481

etc/usr/rc

index f8f36ad078f15a8c6cfe44ba8dc1f775c7869b3c..8603c41d357d223c732e4aef0debfe522421273b 100644 (file)
@@ -238,7 +238,7 @@ start|autoboot)
     fi
     # syslogd has not been started yet
     rm -f /var/run/syslogd.pid
-    daemonize syslogd
+    daemonize syslogd -s
     echo .
 
     # i2c only supported on ARM at the moment