#!/bin/bash
### BEGIN INIT INFO
-# Provides: sipb-xen-console
+# Provides: invirt-console-server
# Required-Start: $local_fs $remote_fs
# Required-Stop: $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
-# Short-Description: sipb-xen Console Server homedir filesystem
+# Short-Description: Invirt console proxy server
# Description:
### END INIT INFO
-# Author: SIPB Xen Project <sipb-xen@mit.edu>
+# Author: Invirt Project <invirt@mit.edu>
# Do NOT "set -e"
# PATH should only include /usr/* if it runs after the mountnfs.sh script
PATH=/sbin:/usr/sbin:/bin:/usr/bin
-DESC="The sipb-xen console server"
-NAME=sipb-xen-console
-DAEMON=/usr/bin/sipb-xen-consolefs
+DESC="the Invirt console server"
+NAME=invirt-console-server
+DAEMON=/usr/bin/invirt-consolefs
DAEMON_ARGS="/consolefs"
PIDFILE=/var/run/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
gen_config()
{
for i in /etc/conserver/invirt-hosts.cf \
- /etc/remctl/acl/invirt-console \
+ /etc/remctl/acl/invirt-console-server \
/etc/issue.net.no_tkt \
/etc/nss-pgsql.conf \
; do