From 6705986f2702dfa3b9dd6247d7558da90f184abc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 22 Jan 2001 22:48:42 +0000 Subject: Warn about apps that will be going away in release 0.50 -Erik --- coreutils/hostid.c | 4 ++++ hostid.c | 4 ++++ hostname.c | 6 +++++- nc.c | 5 +++++ networking/hostname.c | 6 +++++- networking/nc.c | 5 +++++ networking/nslookup.c | 6 +++++- networking/ping.c | 6 +++++- networking/telnet.c | 4 ++++ networking/wget.c | 6 +++++- nslookup.c | 6 +++++- ping.c | 6 +++++- telnet.c | 4 ++++ wget.c | 6 +++++- 14 files changed, 66 insertions(+), 8 deletions(-) diff --git a/coreutils/hostid.c b/coreutils/hostid.c index 35a5859..5bbb46f 100644 --- a/coreutils/hostid.c +++ b/coreutils/hostid.c @@ -20,6 +20,10 @@ * */ +#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 diff --git a/hostid.c b/hostid.c index 35a5859..5bbb46f 100644 --- a/hostid.c +++ b/hostid.c @@ -20,6 +20,10 @@ * */ +#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 diff --git a/hostname.c b/hostname.c index c64d160..560db7b 100644 --- a/hostname.c +++ b/hostname.c @@ -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 @@ -23,6 +23,10 @@ * 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 #include diff --git a/nc.c b/nc.c index a2be8ec..83e1a9c 100644 --- a/nc.c +++ b/nc.c @@ -25,6 +25,11 @@ 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 #include diff --git a/networking/hostname.c b/networking/hostname.c index c64d160..560db7b 100644 --- a/networking/hostname.c +++ b/networking/hostname.c @@ -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 @@ -23,6 +23,10 @@ * 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 #include diff --git a/networking/nc.c b/networking/nc.c index a2be8ec..83e1a9c 100644 --- a/networking/nc.c +++ b/networking/nc.c @@ -25,6 +25,11 @@ 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 #include diff --git a/networking/nslookup.c b/networking/nslookup.c index 5a6387d..16162b5 100644 --- a/networking/nslookup.c +++ b/networking/nslookup.c @@ -21,6 +21,10 @@ * */ +#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 #include @@ -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/networking/ping.c b/networking/ping.c index e9242e9..8276dda 100644 --- a/networking/ping.c +++ b/networking/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 @@ -31,6 +31,10 @@ * 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 #include diff --git a/networking/telnet.c b/networking/telnet.c index 54f25c4..76956e9 100644 --- a/networking/telnet.c +++ b/networking/telnet.c @@ -30,6 +30,10 @@ * */ +#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 diff --git a/networking/wget.c b/networking/wget.c index 0745a9e..a5c3e7b 100644 --- a/networking/wget.c +++ b/networking/wget.c @@ -14,6 +14,10 @@ * */ +#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 #include @@ -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 $ */ diff --git a/nslookup.c b/nslookup.c index 5a6387d..16162b5 100644 --- a/nslookup.c +++ b/nslookup.c @@ -21,6 +21,10 @@ * */ +#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 #include @@ -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 e9242e9..8276dda 100644 --- 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 @@ -31,6 +31,10 @@ * 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 #include diff --git a/telnet.c b/telnet.c index 54f25c4..76956e9 100644 --- a/telnet.c +++ b/telnet.c @@ -30,6 +30,10 @@ * */ +#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 diff --git a/wget.c b/wget.c index 0745a9e..a5c3e7b 100644 --- a/wget.c +++ b/wget.c @@ -14,6 +14,10 @@ * */ +#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 #include @@ -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 $ */ -- cgit v1.1