From 685308b95753c8c029580ad07e689248da89489e Mon Sep 17 00:00:00 2001 From: Luca Longinotti Date: Sat, 3 Feb 2007 16:13:53 +0000 Subject: Update SVN ebuilds: move vprocunhide to its own init-script as it now is part of vwrappers. svn path=/; revision=111 --- sys-cluster/vcd-svn/files/vcd-initd | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys-cluster/vcd-svn/files/vcd-initd') diff --git a/sys-cluster/vcd-svn/files/vcd-initd b/sys-cluster/vcd-svn/files/vcd-initd index fc2f4a2..6fe5d0f 100644 --- a/sys-cluster/vcd-svn/files/vcd-initd +++ b/sys-cluster/vcd-svn/files/vcd-initd @@ -1,9 +1,10 @@ #!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ depend() { + need vprocunhide use net } @@ -14,8 +15,6 @@ start() { rm -f "/var/run/${SVCNAME}.pid" fi - /usr/sbin/vprocunhide < /etc/vprocunhide.conf - start-stop-daemon \ --start \ --pidfile "/var/run/${SVCNAME}.pid" \ -- cgit v1.2.3-65-gdbad