diff options
| author | Roy Marples <roy@marples.name> | 2008-09-15 16:43:27 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-09-15 16:43:27 +0000 |
| commit | 5c957ca3d31c126fbd173f1191712687068a47c8 (patch) | |
| tree | 4f77b5861473ef268d7862f4e883d137b1ee2dd3 /if-options.h | |
| parent | a2a9a498da4327ecf2fdec8560bb9a3557490fa9 (diff) | |
| download | dhcpcd-5c957ca3d31c126fbd173f1191712687068a47c8.tar.xz | |
Fix reboot timeout in dhcpcd.conf.
Diffstat (limited to 'if-options.h')
| -rw-r--r-- | if-options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/if-options.h b/if-options.h index 80f788da..62f65da3 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: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 |
