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
This commit is contained in:
Thomas Cort 2013-05-28 15:07:10 -04:00 committed by Ben Gras
parent f0d23d912d
commit 0d70265775

View file

@ -1,7 +1,7 @@
## ##
## @(#)syslog.conf 1.0 Jan. 18, 2000 ## @(#)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. ## the server, forcing it to reread this file.
## Emergency messages (system may be unusable) ## Emergency messages (system may be unusable)