From: Greg Price Date: Fri, 24 Oct 2008 05:44:16 +0000 (-0400) Subject: sipb-xen-console-server -> invirt-console-host X-Git-Tag: invirt-console-host/0.0.1^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-console.git/commitdiff_plain/28710237c927289d59a043452f15438690e1f6f9 sipb-xen-console-server -> invirt-console-host svn path=/trunk/packages/invirt-console-host/; revision=1187 --- diff --git a/debian/changelog b/debian/changelog index b1eb4d5..810ec47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-console-host (0.0.1) unstable; urgency=low + + * sipb-xen -> invirt + * -server -> -host while we're at it + + -- Greg Price Fri, 24 Oct 2008 01:23:56 -0400 + sipb-xen-console-server (2.8) unstable; urgency=low * Create a dummy console entry that exists by default so that conserver diff --git a/debian/control b/debian/control index 05c420d..96bfef4 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,11 @@ -Source: sipb-xen-console-server +Source: invirt-console-host Section: servers Priority: important -Maintainer: sipb-xen@mit.edu +Maintainer: invirt@mit.edu Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), config-package-dev (>= 4.5~) Standards-Version: 3.7.2 -Package: sipb-xen-console-server +Package: invirt-console-host Architecture: all Provides: ${diverted-files} Conflicts: ${diverted-files} diff --git a/debian/control.in b/debian/control.in index 85d1963..aad3e2b 100644 --- a/debian/control.in +++ b/debian/control.in @@ -1,11 +1,11 @@ -Source: sipb-xen-console-server +Source: invirt-console-host Section: servers Priority: important -Maintainer: sipb-xen@mit.edu +Maintainer: invirt@mit.edu Build-Depends: @cdbs@ Standards-Version: 3.7.2 -Package: sipb-xen-console-server +Package: invirt-console-host Architecture: all Provides: ${diverted-files} Conflicts: ${diverted-files} diff --git a/debian/copyright b/debian/copyright index 7789434..ea245dc 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,3 +1,3 @@ This package was created for internal use of the SIPB Xen Project of -the MIT Student Information Processing Board. Ask sipb-xen@mit.edu if +the MIT Student Information Processing Board. Ask invirt@mit.edu if you have questions about redistribution. diff --git a/debian/invirt-console-host.cron.d b/debian/invirt-console-host.cron.d new file mode 100644 index 0000000..2135f98 --- /dev/null +++ b/debian/invirt-console-host.cron.d @@ -0,0 +1,8 @@ +# +# cron-jobs for invirt-console-host +# Refresh the list of active VM consoles +# + +MAILTO=root + +*/5 * * * * root python /usr/sbin/invirt-update-conserver diff --git a/debian/sipb-xen-console-server.init b/debian/invirt-console-host.init similarity index 96% rename from debian/sipb-xen-console-server.init rename to debian/invirt-console-host.init index 2b8a116..c4d22c2 100755 --- a/debian/sipb-xen-console-server.init +++ b/debian/invirt-console-host.init @@ -1,6 +1,6 @@ #! /bin/sh ### BEGIN INIT INFO -# Provides: sipb-xen-console-server +# Provides: invirt-console-host # Required-Start: $local_fs $remote_fs # Required-Stop: $local_fs $remote_fs # Default-Start: 2 3 4 5 @@ -16,7 +16,7 @@ # PATH should only include /usr/* if it runs after the mountnfs.sh script PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC="Invirt host console config" -NAME=sipb-xen-console-server +NAME=invirt-console-host SCRIPTNAME=/etc/init.d/$NAME # Read configuration variable file if it is present diff --git a/debian/sipb-xen-console-server.install b/debian/invirt-console-host.install similarity index 100% rename from debian/sipb-xen-console-server.install rename to debian/invirt-console-host.install diff --git a/debian/sipb-xen-console-server.postinst b/debian/invirt-console-host.postinst similarity index 90% rename from debian/sipb-xen-console-server.postinst rename to debian/invirt-console-host.postinst index 8734aff..d2c7c08 100755 --- a/debian/sipb-xen-console-server.postinst +++ b/debian/invirt-console-host.postinst @@ -1,5 +1,5 @@ #!/bin/sh -# postinst script for sipb-xen-console-server +# postinst script for invirt-console-host # # see: dh_installdeb(1) @@ -21,9 +21,9 @@ set -e case "$1" in configure) cat >>/etc/sudoers <