Ignore:
Timestamp:
Oct 24, 2008, 4:00:48 AM (16 years ago)
Author:
price
Message:

sipb-xen-console -> invirt-console-server

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-console/debian/invirt-console-server.init

    r1190 r1200  
    11#!/bin/bash
    22### BEGIN INIT INFO
    3 # Provides:          sipb-xen-console
     3# Provides:          invirt-console-server
    44# Required-Start:    $local_fs $remote_fs
    55# Required-Stop:     $local_fs $remote_fs
    66# Default-Start:     2 3 4 5
    77# Default-Stop:      0 1 6
    8 # Short-Description: sipb-xen Console Server homedir filesystem
     8# Short-Description: Invirt console proxy server
    99# Description:       
    1010### END INIT INFO
    1111
    12 # Author: SIPB Xen Project <sipb-xen@mit.edu>
     12# Author: Invirt Project <invirt@mit.edu>
    1313
    1414# Do NOT "set -e"
     
    1616# PATH should only include /usr/* if it runs after the mountnfs.sh script
    1717PATH=/sbin:/usr/sbin:/bin:/usr/bin
    18 DESC="The sipb-xen console server"
    19 NAME=sipb-xen-console
    20 DAEMON=/usr/bin/sipb-xen-consolefs
     18DESC="the Invirt console server"
     19NAME=invirt-console-server
     20DAEMON=/usr/bin/invirt-consolefs
    2121DAEMON_ARGS="/consolefs"
    2222PIDFILE=/var/run/$NAME.pid
     
    3939{
    4040    for i in /etc/conserver/invirt-hosts.cf \
    41              /etc/remctl/acl/invirt-console \
     41             /etc/remctl/acl/invirt-console-server \
    4242             /etc/issue.net.no_tkt \
    4343             /etc/nss-pgsql.conf \
Note: See TracChangeset for help on using the changeset viewer.