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:
parent
f0d23d912d
commit
0d70265775
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue