Changeset 1176 for trunk/packages/invirt-remote-server/debian
- Timestamp:
- Oct 24, 2008, 12:00:00 AM (16 years ago)
- Location:
- trunk/packages/invirt-remote-server
- Files:
-
- 4 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-remote-server/debian/changelog
r1163 r1176 1 invirt-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 1 7 sipb-xen-remote-server (0.10.2) unstable; urgency=low 2 8 -
trunk/packages/invirt-remote-server/debian/control
r982 r1176 1 Source: sipb-xen-remote-server1 Source: invirt-remote-server 2 2 Section: servers 3 3 Priority: important 4 Maintainer: sipb-xen@mit.edu4 Maintainer: invirt@mit.edu 5 5 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5) 6 6 Standards-Version: 3.7.2 7 7 8 Package: sipb-xen-remote-server8 Package: invirt-remote-server 9 9 Architecture: all 10 10 Provides: ${diverted-files} -
trunk/packages/invirt-remote-server/debian/control.in
r982 r1176 1 Source: sipb-xen-remote-server1 Source: invirt-remote-server 2 2 Section: servers 3 3 Priority: important 4 Maintainer: sipb-xen@mit.edu4 Maintainer: invirt@mit.edu 5 5 Build-Depends: @cdbs@ 6 6 Standards-Version: 3.7.2 7 7 8 Package: sipb-xen-remote-server8 Package: invirt-remote-server 9 9 Architecture: all 10 10 Provides: ${diverted-files} 11 11 Conflicts: ${diverted-files} 12 12 Depends: ${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 Xenremote-control server13 Description: Invirt remote-control server 14 14 This package should be installed to set up the remote-control server. -
trunk/packages/invirt-remote-server/debian/invirt-remote-server.init
r1175 r1176 1 1 #! /bin/sh 2 2 ### BEGIN INIT INFO 3 # Provides: sipb-xen-remote-server3 # Provides: invirt-remote-server 4 4 # Required-Start: $local_fs $remote_fs 5 5 # Required-Stop: $local_fs $remote_fs 6 6 # Default-Start: 2 3 4 5 7 7 # Default-Stop: 0 1 6 8 # Short-Description: sipb-xenremctl configuration filesystem8 # Short-Description: Invirt remctl configuration filesystem 9 9 # Description: 10 10 ### END INIT INFO 11 11 12 # Author: SIPB Xen Project <sipb-xen@mit.edu>12 # Author: SIPB Invirt Project <invirt@mit.edu> 13 13 14 14 # Do NOT "set -e" … … 16 16 # PATH should only include /usr/* if it runs after the mountnfs.sh script 17 17 PATH=/sbin:/usr/sbin:/bin:/usr/bin 18 DESC=" The sipb-xenremctl configuration filesystem"19 NAME= sipb-xen-remconffs20 DAEMON=/usr/sbin/ sipb-xen-remconffs18 DESC="the Invirt remctl configuration filesystem" 19 NAME=invirt-remconffs 20 DAEMON=/usr/sbin/invirt-remconffs 21 21 DAEMON_ARGS="/etc/remctl/remconffs" 22 22 PIDFILE=/var/run/$NAME.pid -
trunk/packages/invirt-remote-server/debian/rules
r502 r1176 2 2 3 3 DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1 4 DEB_DIVERT_EXTENSION = . sipb-xen5 #DEB_DIVERT_FILES_ sipb-xen-remote-server += \4 DEB_DIVERT_EXTENSION = .invirt 5 #DEB_DIVERT_FILES_invirt-remote-server += \ 6 6 # /etc/init.d/bootmisc.sh \ 7 7 # /etc/nscd.conf \
Note: See TracChangeset
for help on using the changeset viewer.