/[baselayout]/trunk/init.d/net.lo
Gentoo

Contents of /trunk/init.d/net.lo

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download)
Thu Aug 9 20:39:33 2001 UTC (11 years, 9 months ago) by drobbins
File size: 197 byte(s)
new stuff

1 #!/sbin/runscript
2
3 IFACE=${1##*.}
4
5 start() {
6 ebegin "Bringing ${IFACE} up"
7 /sbin/ifconfig lo 127.0.0.1 up
8 eend
9 }
10
11 stop() {
12 ebegin "Bringing ${IFACE} down"
13 /sbin/ifconfig $IFACE down
14 eend
15 }

Properties

Name Value
svn:eol-style native
svn:executable *
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.13