Remove the warning messages. By consensus, netkit-tiny doesn't
authorEric Andersen <andersen@codepoet.org>
Wed, 24 Jan 2001 18:44:54 +0000 (18:44 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 24 Jan 2001 18:44:54 +0000 (18:44 -0000)
need to happen.

14 files changed:
coreutils/hostid.c
hostid.c
hostname.c
nc.c
networking/hostname.c
networking/nc.c
networking/nslookup.c
networking/ping.c
networking/telnet.c
networking/wget.c
nslookup.c
ping.c
telnet.c
wget.c

index 76ab124ba7527a001f11a17ae899dee05689bf3a..35a5859c4e3b59130159638cffe87b71b369a4a7 100644 (file)
  *
  */
 
-#warning This applet has moved to netkit-tiny.  After BusyBox 0.49, this
-#warning applet will be removed from BusyBox.  All maintenance efforts
-#warning should be done in the netkit-tiny source tree.
-
 #include "busybox.h"
 #include <stdio.h>
 
index 76ab124ba7527a001f11a17ae899dee05689bf3a..35a5859c4e3b59130159638cffe87b71b369a4a7 100644 (file)
--- a/hostid.c
+++ b/hostid.c
  *
  */
 
-#warning This applet has moved to netkit-tiny.  After BusyBox 0.49, this
-#warning applet will be removed from BusyBox.  All maintenance efforts
-#warning should be done in the netkit-tiny source tree.
-
 #include "busybox.h"
 #include <stdio.h>
 
index eb3937a627d1553ec9a5db090f4e3f5eaffe11f6..b1f0613694a56d0b2f7ed67587efa652bd3fc067 100644 (file)
@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * $Id: hostname.c,v 1.19 2001/01/24 17:37:07 andersen Exp $
+ * $Id: hostname.c,v 1.20 2001/01/24 18:44:54 andersen Exp $
  * Mini hostname implementation for busybox
  *
  * Copyright (C) 1999 by Randolph Chung <tausq@debian.org>
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */
 
-#warning This applet has moved to netkit-tiny.  After BusyBox 0.49, this
-#warning applet will be removed from BusyBox.  All maintenance efforts
-#warning should be done in the netkit-tiny source tree.
-
 #include "busybox.h"
 #include <errno.h>
 #include <arpa/inet.h>
diff --git a/nc.c b/nc.c
index eb6e17762fdc0f85ade75cd7013b6fe3e0dd0f30..7de4015ac24d50ee06c101a8a566dffe3d297862 100644 (file)
--- a/nc.c
+++ b/nc.c
 
 */
 
-#warning This applet has moved to netkit-tiny.  After BusyBox 0.49, this
-#warning applet will be removed from BusyBox.  All maintenance efforts
-#warning should be done in the netkit-tiny source tree.
-
 #include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
index eb3937a627d1553ec9a5db090f4e3f5eaffe11f6..b1f0613694a56d0b2f7ed67587efa652bd3fc067 100644 (file)
@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * $Id: hostname.c,v 1.19 2001/01/24 17:37:07 andersen Exp $
+ * $Id: hostname.c,v 1.20 2001/01/24 18:44:54 andersen Exp $
  * Mini hostname implementation for busybox
  *
  * Copyright (C) 1999 by Randolph Chung <tausq@debian.org>
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */
 
-#warning This applet has moved to netkit-tiny.  After BusyBox 0.49, this
-#warning applet will be removed from BusyBox.  All maintenance efforts
-#warning should be done in the netkit-tiny source tree.
-
 #include "busybox.h"
 #include <errno.h>
 #include <arpa/inet.h>
index eb6e17762fdc0f85ade75cd7013b6fe3e0dd0f30..7de4015ac24d50ee06c101a8a566dffe3d297862 100644 (file)
 
 */
 
-#warning This applet has moved to netkit-tiny.  After BusyBox 0.49, this
-#warning applet will be removed from BusyBox.  All maintenance efforts
-#warning should be done in the netkit-tiny source tree.
-
 #include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
index 395f347caf73ffa9b4dcc5025b885dcd5c58b471..271518f2207625ed6c73e3f6adc21e561e2387d6 100644 (file)
  *
  */
 
-#warning This applet has moved to netkit-tiny.  After BusyBox 0.49, this
-#warning applet will be removed from BusyBox.  All maintenance efforts
-#warning should be done in the netkit-tiny source tree.
-
 #include "busybox.h"
 #include <ctype.h>
 #include <errno.h>
@@ -173,4 +169,4 @@ int nslookup_main(int argc, char **argv)
        return EXIT_SUCCESS;
 }
 
-/* $Id: nslookup.c,v 1.17 2001/01/24 17:37:07 andersen Exp $ */
+/* $Id: nslookup.c,v 1.18 2001/01/24 18:44:54 andersen Exp $ */
index a2f52ff387a8da65b884ec5a18e1df336066d544..37ca26f31fc0585a7acfeff97cf06f01d7e989d1 100644 (file)
@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * $Id: ping.c,v 1.33 2001/01/24 17:37:07 andersen Exp $
+ * $Id: ping.c,v 1.34 2001/01/24 18:44:54 andersen Exp $
  * Mini ping implementation for busybox
  *
  * Copyright (C) 1999 by Randolph Chung <tausq@debian.org>
  * Original copyright notice is retained at the end of this file.
  */
 
-#warning This applet has moved to netkit-tiny.  After BusyBox 0.49, this
-#warning applet will be removed from BusyBox.  All maintenance efforts
-#warning should be done in the netkit-tiny source tree.
-
 #include "busybox.h"
 #include <sys/param.h>
 #include <sys/socket.h>
index 495899a7a6d103cf2de04af4505f9a2f36fe238b..8f7bbf29b8fac1f4571cecef86acc6447d9073ff 100644 (file)
  *
  */
 
-#warning This applet has moved to netkit-tiny.  After BusyBox 0.49, this
-#warning applet will be removed from BusyBox.  All maintenance efforts
-#warning should be done in the netkit-tiny source tree.
-
-
 #include "busybox.h"
 #include <termios.h>
 #include <unistd.h>
index 693413167ec7c92a1cd63256bbff9a8644998aed..77c72cbc3f4278a248ee4eb5915b86638110be15 100644 (file)
  *
  */
 
-#warning This applet has moved to netkit-tiny.  After BusyBox 0.49, this
-#warning applet will be removed from BusyBox.  All maintenance efforts
-#warning should be done in the netkit-tiny source tree.
-
 #include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
@@ -515,7 +511,7 @@ progressmeter(int flag)
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     $Id: wget.c,v 1.19 2001/01/24 17:37:07 andersen Exp $
+ *     $Id: wget.c,v 1.20 2001/01/24 18:44:54 andersen Exp $
  */
 
 
index 395f347caf73ffa9b4dcc5025b885dcd5c58b471..271518f2207625ed6c73e3f6adc21e561e2387d6 100644 (file)
  *
  */
 
-#warning This applet has moved to netkit-tiny.  After BusyBox 0.49, this
-#warning applet will be removed from BusyBox.  All maintenance efforts
-#warning should be done in the netkit-tiny source tree.
-
 #include "busybox.h"
 #include <ctype.h>
 #include <errno.h>
@@ -173,4 +169,4 @@ int nslookup_main(int argc, char **argv)
        return EXIT_SUCCESS;
 }
 
-/* $Id: nslookup.c,v 1.17 2001/01/24 17:37:07 andersen Exp $ */
+/* $Id: nslookup.c,v 1.18 2001/01/24 18:44:54 andersen Exp $ */
diff --git a/ping.c b/ping.c
index a2f52ff387a8da65b884ec5a18e1df336066d544..37ca26f31fc0585a7acfeff97cf06f01d7e989d1 100644 (file)
--- a/ping.c
+++ b/ping.c
@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * $Id: ping.c,v 1.33 2001/01/24 17:37:07 andersen Exp $
+ * $Id: ping.c,v 1.34 2001/01/24 18:44:54 andersen Exp $
  * Mini ping implementation for busybox
  *
  * Copyright (C) 1999 by Randolph Chung <tausq@debian.org>
  * Original copyright notice is retained at the end of this file.
  */
 
-#warning This applet has moved to netkit-tiny.  After BusyBox 0.49, this
-#warning applet will be removed from BusyBox.  All maintenance efforts
-#warning should be done in the netkit-tiny source tree.
-
 #include "busybox.h"
 #include <sys/param.h>
 #include <sys/socket.h>
index 495899a7a6d103cf2de04af4505f9a2f36fe238b..8f7bbf29b8fac1f4571cecef86acc6447d9073ff 100644 (file)
--- a/telnet.c
+++ b/telnet.c
  *
  */
 
-#warning This applet has moved to netkit-tiny.  After BusyBox 0.49, this
-#warning applet will be removed from BusyBox.  All maintenance efforts
-#warning should be done in the netkit-tiny source tree.
-
-
 #include "busybox.h"
 #include <termios.h>
 #include <unistd.h>
diff --git a/wget.c b/wget.c
index 693413167ec7c92a1cd63256bbff9a8644998aed..77c72cbc3f4278a248ee4eb5915b86638110be15 100644 (file)
--- a/wget.c
+++ b/wget.c
  *
  */
 
-#warning This applet has moved to netkit-tiny.  After BusyBox 0.49, this
-#warning applet will be removed from BusyBox.  All maintenance efforts
-#warning should be done in the netkit-tiny source tree.
-
 #include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
@@ -515,7 +511,7 @@ progressmeter(int flag)
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     $Id: wget.c,v 1.19 2001/01/24 17:37:07 andersen Exp $
+ *     $Id: wget.c,v 1.20 2001/01/24 18:44:54 andersen Exp $
  */