diff options
author | Bill Nottingham <notting@redhat.com> | 1999-03-16 07:41:05 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-03-16 07:41:05 +0000 |
commit | 724fd6732635659c6c313b5e5590b4ef4da97d22 (patch) | |
tree | 3412bdf866d92351ce55ec0d22e99efa7d8c6f30 /src | |
parent | dcbdf8dc557e77a75b1f6e82f8b21223650be68c (diff) | |
download | initscripts-724fd6732635659c6c313b5e5590b4ef4da97d22.tar initscripts-724fd6732635659c6c313b5e5590b4ef4da97d22.tar.gz initscripts-724fd6732635659c6c313b5e5590b4ef4da97d22.tar.bz2 initscripts-724fd6732635659c6c313b5e5590b4ef4da97d22.tar.xz initscripts-724fd6732635659c6c313b5e5590b4ef4da97d22.zip |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/minilogd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minilogd.c b/src/minilogd.c index f1b620bf..345ec3c4 100644 --- a/src/minilogd.c +++ b/src/minilogd.c @@ -79,7 +79,7 @@ void runDaemon(int sock) { signal(SIGBUS,cleanup); signal(SIGTERM,cleanup); done = 0; - /* Get stat info on dev log so we can later check to make sure we + /* Get stat info on /dev/log so we can later check to make sure we * still own it... */ stat(_PATH_LOG,&s1); while (!done) { |