]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
Actually support --syslog
authorNeil Brown <neilb@suse.de>
Thu, 14 Dec 2006 06:30:56 +0000 (17:30 +1100)
committerNeil Brown <neilb@suse.de>
Thu, 14 Dec 2006 06:30:56 +0000 (17:30 +1100)
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

index 62f28a39e859a5ccc5a067dcc0ed37a69692209d..1554a9a241f682252c1efbe6c485193227b04ed7 100644 (file)
--- 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},