Don't confuse people. If the run 'ifconfig' and they didn't
authorEric Andersen <andersen@codepoet.org>
Thu, 15 Mar 2001 20:48:45 +0000 (20:48 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 15 Mar 2001 20:48:45 +0000 (20:48 -0000)
compile with BB_FEATURE_IFCONFIG_STATUS turned on, it will
now print a message telling them as much.
 -Erik

ifconfig.c
networking/ifconfig.c

index 75bcf38e8f25a2946389f17737f4a25d18320d82..704909c69b519268359700f0f02c6f2b9667f002 100644 (file)
@@ -15,7 +15,7 @@
  * Foundation;  either  version 2 of the License, or  (at
  * your option) any later version.
  *
- * $Id: ifconfig.c,v 1.8 2001/03/12 09:57:59 mjn3 Exp $
+ * $Id: ifconfig.c,v 1.9 2001/03/15 20:48:45 andersen Exp $
  *
  */
 
@@ -278,7 +278,7 @@ int ifconfig_main(int argc, char **argv)
 #ifdef BB_FEATURE_IFCONFIG_STATUS
                return display_interfaces(argc ? *argv : NULL);
 #else
-               show_usage();
+               error_msg_and_die( "ifconfig was not compiled with interface status display support.");
 #endif
        }
 
index 75bcf38e8f25a2946389f17737f4a25d18320d82..704909c69b519268359700f0f02c6f2b9667f002 100644 (file)
@@ -15,7 +15,7 @@
  * Foundation;  either  version 2 of the License, or  (at
  * your option) any later version.
  *
- * $Id: ifconfig.c,v 1.8 2001/03/12 09:57:59 mjn3 Exp $
+ * $Id: ifconfig.c,v 1.9 2001/03/15 20:48:45 andersen Exp $
  *
  */
 
@@ -278,7 +278,7 @@ int ifconfig_main(int argc, char **argv)
 #ifdef BB_FEATURE_IFCONFIG_STATUS
                return display_interfaces(argc ? *argv : NULL);
 #else
-               show_usage();
+               error_msg_and_die( "ifconfig was not compiled with interface status display support.");
 #endif
        }