Warn about apps that will be going away in release 0.50
authorEric Andersen <andersen@codepoet.org>
Mon, 22 Jan 2001 22:48:42 +0000 (22:48 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 22 Jan 2001 22:48:42 +0000 (22:48 -0000)
 -Erik

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 35a5859c4e3b59130159638cffe87b71b369a4a7..5bbb46f7ee1ad44fceec509f6214cc8d60507667 100644 (file)
  *
  */
 
+#warning This applet has moved to netkit-tiny.  After BusyBox 0.49, this
+#warning applet will be removed from BusyBox.  All maintainence efforts
+#warning should be done in the netkit-tiny source tree.
+
 #include "busybox.h"
 #include <stdio.h>
 
index 35a5859c4e3b59130159638cffe87b71b369a4a7..5bbb46f7ee1ad44fceec509f6214cc8d60507667 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 maintainence efforts
+#warning should be done in the netkit-tiny source tree.
+
 #include "busybox.h"
 #include <stdio.h>
 
index c64d1602b987abc9ab94c5bf0811baf857333369..560db7b86fdb4c4a3a15cca861b229775125ed9b 100644 (file)
@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * $Id: hostname.c,v 1.17 2000/12/22 01:48:07 kraai Exp $
+ * $Id: hostname.c,v 1.18 2001/01/22 22:48:42 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 maintainence 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 a2be8ec46dbb87a48eb4898912d85f82c6daa6b6..83e1a9c42d1a57324f423a1b0d120c63e493100f 100644 (file)
--- a/nc.c
+++ b/nc.c
     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 maintainence efforts
+#warning should be done in the netkit-tiny source tree.
+
 #include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
index c64d1602b987abc9ab94c5bf0811baf857333369..560db7b86fdb4c4a3a15cca861b229775125ed9b 100644 (file)
@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * $Id: hostname.c,v 1.17 2000/12/22 01:48:07 kraai Exp $
+ * $Id: hostname.c,v 1.18 2001/01/22 22:48:42 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 maintainence efforts
+#warning should be done in the netkit-tiny source tree.
+
 #include "busybox.h"
 #include <errno.h>
 #include <arpa/inet.h>
index a2be8ec46dbb87a48eb4898912d85f82c6daa6b6..83e1a9c42d1a57324f423a1b0d120c63e493100f 100644 (file)
     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 maintainence efforts
+#warning should be done in the netkit-tiny source tree.
+
 #include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
index 5a6387d79a29002d407e37dcd701c13f18cb6c89..16162b5403abaa9612887f9c7477dcb2abf666ed 100644 (file)
  *
  */
 
+#warning This applet has moved to netkit-tiny.  After BusyBox 0.49, this
+#warning applet will be removed from BusyBox.  All maintainence efforts
+#warning should be done in the netkit-tiny source tree.
+
 #include "busybox.h"
 #include <ctype.h>
 #include <errno.h>
@@ -169,4 +173,4 @@ int nslookup_main(int argc, char **argv)
        return EXIT_SUCCESS;
 }
 
-/* $Id: nslookup.c,v 1.15 2001/01/20 21:51:21 andersen Exp $ */
+/* $Id: nslookup.c,v 1.16 2001/01/22 22:48:42 andersen Exp $ */
index e9242e9b7f349228dd2c7f4a3e15bc7eae743f63..8276dda4b480919da2dead377cadee447a586363 100644 (file)
@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * $Id: ping.c,v 1.30 2000/12/22 01:48:07 kraai Exp $
+ * $Id: ping.c,v 1.31 2001/01/22 22:48:42 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 maintainence efforts
+#warning should be done in the netkit-tiny source tree.
+
 #include "busybox.h"
 #include <sys/param.h>
 #include <sys/socket.h>
index 54f25c4bcec774556bcd2e13a4f086318d7be5b9..76956e9ac9dc756fe3ce62f50db78932ff606c29 100644 (file)
  *
  */
 
+#warning This applet has moved to netkit-tiny.  After BusyBox 0.49, this
+#warning applet will be removed from BusyBox.  All maintainence efforts
+#warning should be done in the netkit-tiny source tree.
+
 
 #include "busybox.h"
 #include <termios.h>
index 0745a9e99f751ca0de74b331e004031cc06575b7..a5c3e7bafe5c224f2b43c6048061efd353b33515 100644 (file)
  *
  */
 
+#warning This applet has moved to netkit-tiny.  After BusyBox 0.49, this
+#warning applet will be removed from BusyBox.  All maintainence efforts
+#warning should be done in the netkit-tiny source tree.
+
 #include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
@@ -511,7 +515,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.16 2001/01/20 20:07:00 andersen Exp $
+ *     $Id: wget.c,v 1.17 2001/01/22 22:48:42 andersen Exp $
  */
 
 
index 5a6387d79a29002d407e37dcd701c13f18cb6c89..16162b5403abaa9612887f9c7477dcb2abf666ed 100644 (file)
  *
  */
 
+#warning This applet has moved to netkit-tiny.  After BusyBox 0.49, this
+#warning applet will be removed from BusyBox.  All maintainence efforts
+#warning should be done in the netkit-tiny source tree.
+
 #include "busybox.h"
 #include <ctype.h>
 #include <errno.h>
@@ -169,4 +173,4 @@ int nslookup_main(int argc, char **argv)
        return EXIT_SUCCESS;
 }
 
-/* $Id: nslookup.c,v 1.15 2001/01/20 21:51:21 andersen Exp $ */
+/* $Id: nslookup.c,v 1.16 2001/01/22 22:48:42 andersen Exp $ */
diff --git a/ping.c b/ping.c
index e9242e9b7f349228dd2c7f4a3e15bc7eae743f63..8276dda4b480919da2dead377cadee447a586363 100644 (file)
--- a/ping.c
+++ b/ping.c
@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * $Id: ping.c,v 1.30 2000/12/22 01:48:07 kraai Exp $
+ * $Id: ping.c,v 1.31 2001/01/22 22:48:42 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 maintainence efforts
+#warning should be done in the netkit-tiny source tree.
+
 #include "busybox.h"
 #include <sys/param.h>
 #include <sys/socket.h>
index 54f25c4bcec774556bcd2e13a4f086318d7be5b9..76956e9ac9dc756fe3ce62f50db78932ff606c29 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 maintainence efforts
+#warning should be done in the netkit-tiny source tree.
+
 
 #include "busybox.h"
 #include <termios.h>
diff --git a/wget.c b/wget.c
index 0745a9e99f751ca0de74b331e004031cc06575b7..a5c3e7bafe5c224f2b43c6048061efd353b33515 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 maintainence efforts
+#warning should be done in the netkit-tiny source tree.
+
 #include "busybox.h"
 #include <stdio.h>
 #include <stdlib.h>
@@ -511,7 +515,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.16 2001/01/20 20:07:00 andersen Exp $
+ *     $Id: wget.c,v 1.17 2001/01/22 22:48:42 andersen Exp $
  */