Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37842366
en ru br
ALT Linux repos
5.0: 2.6-alt3.1.1
4.1: 2.6-alt3.1
4.0: 2.6-alt3.1
3.0: 2.6-alt3

Group :: System/Servers
RPM: vtund

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#!/bin/sh

while getopts "s:p:d:" XNEXT; do {
case $XNEXT in
s)
SESSION=$OPTARG
;;
p)
PIDFILE=$OPTARG
;;
d)
VTUND=$OPTARG
;;
*)
exit 1
;;
esac
} done

OPTIONS=`echo $* | sed 's/^.*--\(.*\)/\1/'`
start-stop-daemon --start --background --pidfile "$PIDFILE.$SESSION" --make-pidfile --exec $VTUND -- $OPTIONS
exit 0
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin