diff --git a/coreutils/hostid.c b/coreutils/hostid.c index 76ab124ba..35a5859c4 100644 --- a/coreutils/hostid.c +++ b/coreutils/hostid.c @@ -20,10 +20,6 @@ * */ -#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 diff --git a/hostid.c b/hostid.c index 76ab124ba..35a5859c4 100644 --- a/hostid.c +++ b/hostid.c @@ -20,10 +20,6 @@ * */ -#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 diff --git a/hostname.c b/hostname.c index eb3937a62..b1f061369 100644 --- a/hostname.c +++ b/hostname.c @@ -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 @@ -23,10 +23,6 @@ * 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 #include diff --git a/nc.c b/nc.c index eb6e17762..7de4015ac 100644 --- a/nc.c +++ b/nc.c @@ -26,10 +26,6 @@ */ -#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 #include diff --git a/networking/hostname.c b/networking/hostname.c index eb3937a62..b1f061369 100644 --- a/networking/hostname.c +++ b/networking/hostname.c @@ -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 @@ -23,10 +23,6 @@ * 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 #include diff --git a/networking/nc.c b/networking/nc.c index eb6e17762..7de4015ac 100644 --- a/networking/nc.c +++ b/networking/nc.c @@ -26,10 +26,6 @@ */ -#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 #include diff --git a/networking/nslookup.c b/networking/nslookup.c index 395f347ca..271518f22 100644 --- a/networking/nslookup.c +++ b/networking/nslookup.c @@ -21,10 +21,6 @@ * */ -#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 #include @@ -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/networking/ping.c b/networking/ping.c index a2f52ff38..37ca26f31 100644 --- a/networking/ping.c +++ b/networking/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 @@ -31,10 +31,6 @@ * 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 #include diff --git a/networking/telnet.c b/networking/telnet.c index 495899a7a..8f7bbf29b 100644 --- a/networking/telnet.c +++ b/networking/telnet.c @@ -30,11 +30,6 @@ * */ -#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 #include diff --git a/networking/wget.c b/networking/wget.c index 693413167..77c72cbc3 100644 --- a/networking/wget.c +++ b/networking/wget.c @@ -14,10 +14,6 @@ * */ -#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 #include @@ -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 $ */ diff --git a/nslookup.c b/nslookup.c index 395f347ca..271518f22 100644 --- a/nslookup.c +++ b/nslookup.c @@ -21,10 +21,6 @@ * */ -#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 #include @@ -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 a2f52ff38..37ca26f31 100644 --- 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 @@ -31,10 +31,6 @@ * 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 #include diff --git a/telnet.c b/telnet.c index 495899a7a..8f7bbf29b 100644 --- a/telnet.c +++ b/telnet.c @@ -30,11 +30,6 @@ * */ -#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 #include diff --git a/wget.c b/wget.c index 693413167..77c72cbc3 100644 --- a/wget.c +++ b/wget.c @@ -14,10 +14,6 @@ * */ -#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 #include @@ -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 $ */