From: Roy Marples Date: Tue, 1 Dec 2009 00:57:45 +0000 (+0000) Subject: Fix the -S option, #181. X-Git-Tag: v5.1.4~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75e91cd0f7ea81ec0b35dc7fc829199ee6ac7c76;p=thirdparty%2Fdhcpcd.git Fix the -S option, #181. --- diff --git a/if-options.h b/if-options.h index 6b05c164..66fd69f2 100644 --- a/if-options.h +++ b/if-options.h @@ -37,7 +37,7 @@ /* Don't set any optional arguments here so we retain POSIX * compatibility with getopt */ -#define IF_OPTS "bc:de:f:gh:i:kl:m:no:pqr:s:t:u:v:wxy:z:ABC:DEF:GI:KLN:O:Q:TVW:X:Z:" +#define IF_OPTS "bc:de:f:gh:i:kl:m:no:pqr:s:t:u:v:wxy:z:ABC:DEF:GI:KLN:O:Q:S:TVW:X:Z:" #define DEFAULT_TIMEOUT 30 #define DEFAULT_REBOOT 10