make syslog work with our new start/stop scripts. It is still full of race
conditions and dependencies don't work yet, but it's a start svn path=/nixpkgs/trunk/; revision=5023
This commit is contained in:
@@ -27,6 +27,8 @@ startService()
|
||||
stopService()
|
||||
{
|
||||
echo -n "Stopping $prog:"
|
||||
kill `cat /var/run/syslogd.pid`
|
||||
kill `cat /var/run/klogd.pid`
|
||||
}
|
||||
|
||||
reloadService()
|
||||
|
||||
Reference in New Issue
Block a user