diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-02-03 16:14:29 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-02-03 16:14:29 +0000 |
commit | c2f9be76f777213e3ed7d737d1d316807c916ac4 (patch) | |
tree | 9e8fecf2d10f2007527a787e67561d9f4ce563e0 | |
parent | Update SVN ebuilds: move vprocunhide to its own init-script as it now is part... (diff) | |
download | overlay-c2f9be76f777213e3ed7d737d1d316807c916ac4.tar.gz overlay-c2f9be76f777213e3ed7d737d1d316807c916ac4.tar.bz2 overlay-c2f9be76f777213e3ed7d737d1d316807c916ac4.zip |
Add the vprocunhide init script.
svn path=/; revision=112
-rw-r--r-- | sys-cluster/vwrappers-svn/files/vprocunhide-initd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-cluster/vwrappers-svn/files/vprocunhide-initd b/sys-cluster/vwrappers-svn/files/vprocunhide-initd new file mode 100644 index 0000000..4f05ce1 --- /dev/null +++ b/sys-cluster/vwrappers-svn/files/vprocunhide-initd @@ -0,0 +1,10 @@ +#!/sbin/runscript +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +start() { + ebegin "Starting ${SVCNAME}" + /usr/sbin/vprocunhide < /etc/vprocunhide.conf + eend $? +} |