sipb-xen -> invirt for dns 0.0.1
authorGreg Price <price@mit.edu>
Fri, 24 Oct 2008 05:01:03 +0000 (01:01 -0400)
committerGreg Price <price@mit.edu>
Fri, 24 Oct 2008 05:01:03 +0000 (01:01 -0400)
svn path=/trunk/packages/invirt-dns/; revision=1184

debian/changelog
debian/control
debian/copyright
debian/invirt-dns.init [moved from debian/sipb-xen-dns.init with 93% similarity]
debian/invirt-dns.install [moved from debian/sipb-xen-dns.install with 100% similarity]
files/usr/sbin/invirt-dns [moved from files/usr/sbin/sipb-xen-dns with 100% similarity]

index 1079e03..88b3002 100644 (file)
@@ -1,3 +1,9 @@
+invirt-dns (0.0.1) unstable; urgency=low
+
+  * sipb-xen -> invirt
+
+ -- Greg Price <price@mit.edu>  Fri, 24 Oct 2008 00:54:52 -0400
+
 sipb-xen-dns (1.06) unstable; urgency=low
 
   * Fix the SQLAlchemy calls
 sipb-xen-dns (1.06) unstable; urgency=low
 
   * Fix the SQLAlchemy calls
index 1eead49..891e82b 100644 (file)
@@ -1,11 +1,11 @@
-Source: sipb-xen-dns
+Source: invirt-dns
 Section: base
 Priority: extra
 Section: base
 Priority: extra
-Maintainer: SIPB Xen Project <sipb-xen@mit.edu>
+Maintainer: Invirt Project <invirt@mit.edu>
 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0), subversion
 Standards-Version: 3.7.2
 
 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0), subversion
 Standards-Version: 3.7.2
 
-Package: sipb-xen-dns
+Package: invirt-dns
 Architecture: all
 Depends: ${misc:Depends}, daemon, python-twisted-names
 Description: Install and enable the DNS server
 Architecture: all
 Depends: ${misc:Depends}, daemon, python-twisted-names
 Description: Install and enable the DNS server
index 7789434..ea245dc 100644 (file)
@@ -1,3 +1,3 @@
 This package was created for internal use of the SIPB Xen Project of
 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.
 you have questions about redistribution.
similarity index 93%
rename from debian/sipb-xen-dns.init
rename to debian/invirt-dns.init
index b80a40c..8e627bb 100644 (file)
@@ -1,23 +1,23 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 #! /bin/sh
 ### BEGIN INIT INFO
-# Provides:          sipb-xen-dns
+# Provides:          invirt-dns
 # Required-Start:    $local_fs $remote_fs
 # Required-Stop:     $local_fs $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Required-Start:    $local_fs $remote_fs
 # Required-Stop:     $local_fs $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
-# Short-Description: sipb-xen DNS server
+# Short-Description: Invirt DNS server
 # Description:       
 ### END INIT INFO
 
 # Description:       
 ### END INIT INFO
 
-# Author: SIPB Xen Project <sipb-xen@mit.edu>
+# Author: Invirt Project <invirt@mit.edu>
 
 # Do NOT "set -e"
 
 # PATH should only include /usr/* if it runs after the mountnfs.sh script
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
 # Do NOT "set -e"
 
 # PATH should only include /usr/* if it runs after the mountnfs.sh script
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
-DESC="The sipb-xen DNS server"
-NAME=sipb-xen-dns
-DAEMON=/usr/sbin/sipb-xen-dns
+DESC="the Invirt DNS server"
+NAME=invirt-dns
+DAEMON=/usr/sbin/invirt-dns
 DAEMON_ARGS=""
 PIDFILE=/var/run/$NAME.pid
 SCRIPTNAME=/etc/init.d/$NAME
 DAEMON_ARGS=""
 PIDFILE=/var/run/$NAME.pid
 SCRIPTNAME=/etc/init.d/$NAME