]> Zhao Yanbai Git Server - minix.git/commitdiff
syslog.conf: correct PID file path in comments. 98/598/2
authorThomas Cort <tcort@minix3.org>
Tue, 28 May 2013 19:07:10 +0000 (15:07 -0400)
committerBen Gras <ben@minix3.org>
Tue, 28 May 2013 21:04:50 +0000 (23:04 +0200)
The syslogd.pid file has moved from /usr/run to /var/run. The comments
in syslog.conf direct the user to restart syslogd using the old PID
file location. This patch updates the comment to match the code.

Change-Id: Ib40cd1199ce201e1cbc74e1f1393d55a166ef343

etc/syslog.conf

index 1ff4344614ee84c81beb7bf3e83a0c67f5bd502f..a2773a9d1d953a40e99453aec1ce73a55543fa81 100644 (file)
@@ -1,7 +1,7 @@
 ##
 ##  @(#)syslog.conf    1.0     Jan. 18, 2000
 ##
-##  Use kill -HUP `cat /usr/run/syslogd.pid` to restart
+##  Use kill -HUP `cat /var/run/syslogd.pid` to restart
 ##  the server, forcing it to reread this file.
 
 ##  Emergency messages (system may be unusable)