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

sipb-xen -> invirt for remote-server

Location:
trunk/packages/invirt-remote-server
Files:
4 edited
3 moved

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-remote-server/debian/changelog

    r1163 r1176  
     1invirt-remote-server (0.0.1) unstable; urgency=low
     2
     3  * sipb-xen -> invirt
     4
     5 -- Greg Price <price@mit.edu>  Thu, 23 Oct 2008 23:58:36 -0400
     6
    17sipb-xen-remote-server (0.10.2) unstable; urgency=low
    28
  • trunk/packages/invirt-remote-server/debian/control

    r982 r1176  
    1 Source: sipb-xen-remote-server
     1Source: invirt-remote-server
    22Section: servers
    33Priority: important
    4 Maintainer: sipb-xen@mit.edu
     4Maintainer: invirt@mit.edu
    55Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5)
    66Standards-Version: 3.7.2
    77
    8 Package: sipb-xen-remote-server
     8Package: invirt-remote-server
    99Architecture: all
    1010Provides: ${diverted-files}
  • trunk/packages/invirt-remote-server/debian/control.in

    r982 r1176  
    1 Source: sipb-xen-remote-server
     1Source: invirt-remote-server
    22Section: servers
    33Priority: important
    4 Maintainer: sipb-xen@mit.edu
     4Maintainer: invirt@mit.edu
    55Build-Depends: @cdbs@
    66Standards-Version: 3.7.2
    77
    8 Package: sipb-xen-remote-server
     8Package: invirt-remote-server
    99Architecture: all
    1010Provides: ${diverted-files}
    1111Conflicts: ${diverted-files}
    1212Depends: ${shlibs:Depends}, ${misc:Depends}, daemon, debathena-kerberos-config, fuse-utils, openssh-server, python-routefs, sipb-xen-chrony-config, sipb-xen-database-common, sipb-xen-base, remctl-server, remctl-client
    13 Description: SIPB Xen remote-control server
     13Description: Invirt remote-control server
    1414 This package should be installed to set up the remote-control server.
  • trunk/packages/invirt-remote-server/debian/invirt-remote-server.init

    r1175 r1176  
    11#! /bin/sh
    22### BEGIN INIT INFO
    3 # Provides:          sipb-xen-remote-server
     3# Provides:          invirt-remote-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 remctl configuration filesystem
     8# Short-Description: Invirt remctl configuration filesystem
    99# Description:       
    1010### END INIT INFO
    1111
    12 # Author: SIPB Xen Project <sipb-xen@mit.edu>
     12# Author: SIPB 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 remctl configuration filesystem"
    19 NAME=sipb-xen-remconffs
    20 DAEMON=/usr/sbin/sipb-xen-remconffs
     18DESC="the Invirt remctl configuration filesystem"
     19NAME=invirt-remconffs
     20DAEMON=/usr/sbin/invirt-remconffs
    2121DAEMON_ARGS="/etc/remctl/remconffs"
    2222PIDFILE=/var/run/$NAME.pid
  • trunk/packages/invirt-remote-server/debian/rules

    r502 r1176  
    22
    33DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
    4 DEB_DIVERT_EXTENSION = .sipb-xen
    5 #DEB_DIVERT_FILES_sipb-xen-remote-server += \
     4DEB_DIVERT_EXTENSION = .invirt
     5#DEB_DIVERT_FILES_invirt-remote-server += \
    66#       /etc/init.d/bootmisc.sh \
    77#       /etc/nscd.conf \
Note: See TracChangeset for help on using the changeset viewer.