diff options
author | Neil Brown <neilb@suse.de> | 2005-12-05 05:55:56 +0000 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2005-12-05 05:55:56 +0000 |
commit | 773135f5bdf57219bf7f957b86964ba40d041180 (patch) | |
tree | a4d6248d3df1e4a101489f4d5696078db8009fbb /ReadMe.c | |
parent | fe394e5e4237e9c4d36a9a507ae36e5874ec66c4 (diff) | |
download | mdadm-773135f5bdf57219bf7f957b86964ba40d041180.tar.gz mdadm-773135f5bdf57219bf7f957b86964ba40d041180.tar.xz mdadm-773135f5bdf57219bf7f957b86964ba40d041180.zip |
syslog support for monitor mode
From: ross@jose.lug.udel.edu (Ross Vandegrift)
Hi Neil,
While adding the text message mode, I saw a FIXME asking for syslog
support in monitor mode.
This patch adds exactly that.
Signed-off-by: Neil Brown <neilb@suse.de>
Diffstat (limited to 'ReadMe.c')
-rw-r--r-- | ReadMe.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,4 @@ + /* * mdadm - manage Linux "md" devices aka RAID arrays. * @@ -91,8 +92,9 @@ char Version[] = Name " - v2.1 - 12 September 2005\n"; * At the time if writing, there is only minimal support. */ -char short_options[]="-ABCDEFGQhVXvqbc:i:l:p:m:n:x:u:c:d:z:U:sarfRSow1te:"; -char short_bitmap_auto_options[]="-ABCDEFGQhVXvqb:c:i:l:p:m:n:x:u:c:d:z:U:sa:rfRSow1te:"; +char short_options[]="-ABCDEFGQhVXvqbc:i:l:p:m:n:x:u:c:d:z:U:sarfRSow1tye:"; +char short_bitmap_auto_options[]="-ABCDEFGQhVXvqb:c:i:l:p:m:n:x:u:c:d:z:U:sa:rfRSow1tye:"; + struct option long_options[] = { {"manage", 0, 0, '@'}, {"misc", 0, 0, '#'}, |