vshost-util-vserver

Build script and sources for util-vserver.
git clone https://ccx.te2000.cz/git/vshost-util-vserver
Log | Files | Refs

net.vserver (231B)


      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 }