ready for tagging
[util-vserver.git] / distrib / gentoo / net.vserver
1 #!/sbin/runscript
2 # Copyright 1999-2007 Gentoo Foundation
3 # Distributed under the terms of the GNU General Public License v2
4 # $Header: $
5
6 depend() {
7         provide net
8 }
9
10 start() {
11         return 0
12 }
13
14 stop() {
15         return 0
16 }