- remove network init script
This commit is contained in:
Stephan Raue 2009-11-16 07:47:08 +01:00
parent 80db652066
commit 96e495d82d

View File

@ -1,13 +0,0 @@
#!/bin/sh
#
# start Networking
#
# runlevels: openelec, text, debug
. /etc/sysconfig
progress "Starting Networking"
/sbin/ifup -a &
exit 0