ports/core (2.3): net-tools: removed net file
20 Dec
2006
20 Dec
'06
4:09 a.m.
commit 4bd73b8fc7a357e7cd0379bf4a267975b363d60c Author: Simone Rota <sip@crux.nu> Date: Wed Dec 20 05:08:59 2006 +0000 net-tools: removed net file diff --git a/net-tools/net b/net-tools/net deleted file mode 100755 index bb0754f..0000000 --- a/net-tools/net +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/sh -# -# /etc/rc.d/net: start/stop network -# - -case $1 in -start) - /sbin/ifconfig lo 127.0.0.1 - #/sbin/ifconfig eth0 xxx.xxx.xxx.xxx netmask 255.255.255.xxx - #/sbin/route add default gw xxx.xxx.xxx.xxx - ;; -stop) - #/sbin/ifconfig eth0 down - /sbin/ifconfig lo down - ;; -restart) - $0 stop - $0 start - ;; -*) - echo "usage: $0 [start|stop|restart]" - ;; -esac - -# End of file
6601
Age (days ago)
6601
Last active (days ago)
0 comments
1 participants
participants (1)
-
crux@crux.nu