From: Neil Brown Date: Thu, 14 Dec 2006 06:30:56 +0000 (+1100) Subject: Actually support --syslog X-Git-Tag: mdadm-2.6~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90cf1dddb25f047494b943cf2dd67ebffd42ed05;p=thirdparty%2Fmdadm.git 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. --- 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},