martin f. krafft: add --slow option to getopt settings

Martin F. Krafft madduck at alioth.debian.org
Sun Aug 29 12:02:15 UTC 2010


Module: mdadm
Branch: master
Commit: a88966b1f138f692b67d00ec89dee3be8ecbb1a4
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=a88966b1f138f692b67d00ec89dee3be8ecbb1a4

Author: martin f. krafft <madduck at debian.org>
Date:   Sun Aug 29 14:01:59 2010 +0200

add --slow option to getopt settings

---

 debian/checkarray |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/checkarray b/debian/checkarray
index e0b977d..5ee01ad 100644
--- a/debian/checkarray
+++ b/debian/checkarray
@@ -53,8 +53,8 @@ usage()
   echo "You can also control the status of a check with /proc/mdstat ."
 }
 
-SHORTOPTS=achVqQsxif
-LONGOPTS=all,cron,help,version,quiet,real-quiet,status,cancel,idle,fast,realtime
+SHORTOPTS=achVqQsxilf
+LONGOPTS=all,cron,help,version,quiet,real-quiet,status,cancel,idle,slow,fast,realtime
 
 eval set -- $(getopt -o $SHORTOPTS -l $LONGOPTS -n $PROGNAME -- "$@")
 




More information about the pkg-mdadm-commits mailing list