From 0d70265775e12cd735c1494be86858b9abd9248e Mon Sep 17 00:00:00 2001 From: Thomas Cort Date: Tue, 28 May 2013 15:07:10 -0400 Subject: [PATCH] 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 --- etc/syslog.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.44.0