Ignore:
Timestamp:
Mar 28, 2008, 7:57:00 PM (16 years ago)
Author:
broder
Message:

Moving VNC proxy server into a package

Location:
trunk/packages/sipb-xen-vnc-server
Files:
2 added
1 copied

Legend:

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

    r285 r286  
    11#! /bin/sh
    22### BEGIN INIT INFO
    3 # Provides:          sipb-xen-dhcp
     3# Provides:          sipb-xen-vnc-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 DHCP server
     8# Short-Description: sipb-xen VNC Proxy Server
    99# Description:       
    1010### END INIT INFO
     
    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/local/lib/sipb-xen-dhcp/dhcpserver.py
     18DESC="The sipb-xen VNC Proxy Server"
     19NAME=sipb-xen-vnc-server
     20DAEMON=/usr/local/lib/sipb-xen-vnc-server/vncproxy.py
    2121DAEMON_ARGS=""
    2222PIDFILE=/var/run/$NAME.pid
Note: See TracChangeset for help on using the changeset viewer.