From 90cf1dddb25f047494b943cf2dd67ebffd42ed05 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Thu, 14 Dec 2006 17:30:56 +1100 Subject: [PATCH] Actually support --syslog Fixes-debian-bug: 402457 (part) All the code is there, and it works for '-y', but for some reason, "syslog" was missing from the long_options. --- ReadMe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ReadMe.c b/ReadMe.c index 62f28a39..1554a9a2 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -175,6 +175,7 @@ struct option long_options[] = { {"daemonize", 0, 0, 'f'}, {"oneshot", 0, 0, '1'}, {"pid-file", 1, 0, 'i'}, + {"syslog", 0, 0, 'y'}, /* For Grow */ {"backup-file", 1,0, BackupFile}, -- 2.47.3