kumquat-buildroot/sources/target_skeleton/etc/init.d/S50networking

8 lines
125 B
Plaintext
Raw Normal View History

2002-04-26 13:45:55 +02:00
#!/bin/sh
# start lo all the time
ifconfig lo 127.0.0.1 up
route add -net 127.0.0.0 netmask 255.0.0.0 lo
hostname dev.null