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
