linux-vserver / util-vserver

http://linux-vserver.org/
GNU General Public License v2.0
15 stars 14 forks source link

Gentoo files should use openrc-run now, runscript is deprecated #29

Open torrunes opened 5 years ago

torrunes commented 5 years ago

The following files are using #!/sbin/runscript:

distrib/gentoo/net.vserver gentoo/util-vserver gentoo/vprocunhide gentoo/vservers.default

However, runscript is deprecated and generates a warning during startup. The fix is simple: Change to #!/sbin/openrc-run instead.

(Ref: https://forums.gentoo.org/viewtopic-t-1007118-start-0.html )