Ignore:
Timestamp:
Oct 29, 2008, 12:42:35 PM (16 years ago)
Author:
broder
Message:

sipb-xen-dhcp -> invirt-dhcp

Location:
trunk/packages/invirt-dhcp
Files:
2 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-dhcp/debian/invirt-dhcp.init

    r1429 r1430  
    11#! /bin/sh
    22### BEGIN INIT INFO
    3 # Provides:          sipb-xen-dhcp
     3# Provides:          invirt-dhcp
    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 DHCP server
     8# Short-Description: invirt DHCP 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 DHCP server"
    19 NAME=sipb-xen-dhcp
    20 DAEMON=/usr/sbin/sipb-xen-dhcpserver
     18DESC="The Invirt DHCP server"
     19NAME=invirt-dhcp
     20DAEMON=/usr/sbin/invirt-dhcpserver
    2121DAEMON_ARGS=""
    2222PIDFILE=/var/run/$NAME.pid
     
    4646        #   2 if daemon could not be started
    4747        daemon --running -n $NAME && return 1
    48         daemon -r -D "$(dirname $DAEMON)" -O daemon.info -E daemon.err -n $NAME -U $DAEMON $DAEMON_ARGS || return 2
     48        daemon -r -O daemon.info -E daemon.err -n $NAME -U $DAEMON $DAEMON_ARGS || return 2
    4949}
    5050
Note: See TracChangeset for help on using the changeset viewer.