From: David van Moolenbroek Date: Mon, 29 Feb 2016 16:24:21 +0000 (+0000) Subject: rc: start syslogd with -s (no UDP sockets) X-Git-Url: http://zhaoyanbai.com/repos/named.html?a=commitdiff_plain;h=28aa92fd90d71d236677d07a6bbbd582618824d1;p=minix.git rc: start syslogd with -s (no UDP sockets) Change-Id: I80f46c1c525d2573614676cdd612e284c16be481 --- diff --git a/etc/usr/rc b/etc/usr/rc index f8f36ad07..8603c41d3 100644 --- a/etc/usr/rc +++ b/etc/usr/rc @@ -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