]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix reboot timeout in dhcpcd.conf.
authorRoy Marples <roy@marples.name>
Mon, 15 Sep 2008 16:43:27 +0000 (16:43 +0000)
committerRoy Marples <roy@marples.name>
Mon, 15 Sep 2008 16:43:27 +0000 (16:43 +0000)
if-options.c
if-options.h

index da16e4c27b992c53e8f42111e915ebb302409ee0..26fef05940b202b84727b86d4df6f1981aad6d90 100644 (file)
 #include "if-options.h"
 #include "net.h"
 
-/* Don't set any optional arguments here so we retain POSIX
- * compatibility with getopt */
-#define OPTS "bc:df:h:i:kl:m:no:pqr:s:t:u:v:xy:z:ABC:DEF:GI:KLO:Q:TVX:Z:"
-
 const struct option cf_options[] = {
        {"background",      no_argument,       NULL, 'b'},
        {"script",          required_argument, NULL, 'c'},
index 80f788da90fdd07022a5e3c2aa45eeb1ee38899a..62f65da3224d457bc179ceec78e3234f4ffa5d9c 100644 (file)
@@ -37,7 +37,7 @@
 
 /* Don't set any optional arguments here so we retain POSIX
  * compatibility with getopt */
-#define IF_OPTS "bc:df:h:i:kl:m:no:pqr:s:t:u:v:xz:ABC:DEF:GI:KLO:Q:TVX:Z:"
+#define IF_OPTS "bc:df:h:i:kl:m:no:pqr:s:t:u:v:xy:z:ABC:DEF:GI:KLO:Q:TVX:Z:"
 
 #define DEFAULT_TIMEOUT                30
 #define DEFAULT_REBOOT         10