From: Herbert Poetzl (herbert_at_13thfloor.at)
Date: Sat 05 Apr 2003 - 04:38:16 BST
Hi Jack!
would it hurt to change the
if [ $# != 2 ] ; then
line in vserver/chkconfig to
if [ $# != 2 -a ! -x /vservers/$VSERVER/sbin/chkconfig ] ; then
so that
vserver <name> chkconfig --list [<name>]
vserver <name> chkconfig --add <name>
vserver <name> chkconfig --del <name>
would show the current service configuration and
add/remove services on systems using chkconfig anyway?
best,
Herbert