From: Thomas Cort Date: Tue, 28 May 2013 19:07:10 +0000 (-0400) Subject: syslog.conf: correct PID file path in comments. X-Git-Tag: v3.3.0~955 X-Git-Url: http://zhaoyanbai.com/repos/man.rndc.html?a=commitdiff_plain;h=0d70265775e12cd735c1494be86858b9abd9248e;p=minix.git syslog.conf: correct PID file path in comments. 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 --- diff --git a/etc/syslog.conf b/etc/syslog.conf index 1ff434461..a2773a9d1 100644 --- a/etc/syslog.conf +++ b/etc/syslog.conf @@ -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)