added inetd and some other stuffs
[wyse_ntpd.git] / src / buildroot-2013.05 / custom / filesystem / etc / init.d / S01custom_pre_startup
index 4b3546a..55ed60d 100755 (executable)
@@ -118,3 +118,11 @@ then
 else
        echo "Cant find pps device?"
 fi
+
+if [ "x$SYSLOG_HOST" != "x" ]
+then
+       syslogd -R $SYSLOG_HOST
+fi
+
+# lastly, work around for thttpd problems
+echo 'logfile=/dev/null' >> /var/www/thttpd_config