]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
- updated
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 12 Oct 2007 15:05:09 +0000 (15:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcp-3.0.3-x-option.patch -> 1.3

dhcp-3.0.3-x-option.patch

index 2e2dfa9b88f9b3475de8551722125ce4bc3c3df1..022be34f1a35af7d00fc296fea00d9c4dc74e9db 100644 (file)
@@ -88,7 +88,7 @@
                        log_info ("isc-dhclient-%s", DHCP_VERSION);
                        exit (0);
 +#ifdef EXTENDED_NEW_OPTION_INFO
-+              } else if (!strcmp (argv [i], "-x")) {
++              } else if (!strcmp (argv [i], "-y")) {
 +                  extended_option_environment = 1;
 +                  new_option_info_tree = GENERATE_NEW_OPTION_INFO;
 +#endif
        log_info (url);
  
 +#ifdef EXTENDED_NEW_OPTION_INFO
-+      log_error ("Usage: dhclient [-1dqr] [-nwx] [-p <port>] %s",
++      log_error ("Usage: dhclient [-1dqrx] [-nwy] [-p <port>] %s",
 +#else
-       log_error ("Usage: dhclient [-1dqr] [-nw] [-p <port>] %s",
+       log_error ("Usage: dhclient [-1dqrx] [-nw] [-p <port>] %s",
 +#endif
                   "[-s server]");
        log_error ("                [-cf config-file] [-lf lease-file]%s",
This page took 0.070504 seconds and 4 git commands to generate.