Changeset 1184 for trunk/packages
- Timestamp:
- Oct 24, 2008, 1:01:03 AM (16 years ago)
- Location:
- trunk/packages/invirt-dns
- Files:
-
- 3 edited
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/invirt-dns/debian/changelog
r1018 r1184 1 invirt-dns (0.0.1) unstable; urgency=low 2 3 * sipb-xen -> invirt 4 5 -- Greg Price <price@mit.edu> Fri, 24 Oct 2008 00:54:52 -0400 6 1 7 sipb-xen-dns (1.06) unstable; urgency=low 2 8 -
trunk/packages/invirt-dns/debian/control
r1004 r1184 1 Source: sipb-xen-dns1 Source: invirt-dns 2 2 Section: base 3 3 Priority: extra 4 Maintainer: SIPB Xen Project <sipb-xen@mit.edu>4 Maintainer: Invirt Project <invirt@mit.edu> 5 5 Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 4.1.0), subversion 6 6 Standards-Version: 3.7.2 7 7 8 Package: sipb-xen-dns8 Package: invirt-dns 9 9 Architecture: all 10 10 Depends: ${misc:Depends}, daemon, python-twisted-names -
trunk/packages/invirt-dns/debian/copyright
r276 r1184 1 1 This package was created for internal use of the SIPB Xen Project of 2 the MIT Student Information Processing Board. Ask sipb-xen@mit.edu if2 the MIT Student Information Processing Board. Ask invirt@mit.edu if 3 3 you have questions about redistribution. -
trunk/packages/invirt-dns/debian/invirt-dns.init
r1183 r1184 1 1 #! /bin/sh 2 2 ### BEGIN INIT INFO 3 # Provides: sipb-xen-dns3 # Provides: invirt-dns 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-xenDNS server8 # Short-Description: Invirt DNS server 9 9 # Description: 10 10 ### END INIT INFO 11 11 12 # Author: SIPB Xen Project <sipb-xen@mit.edu>12 # Author: 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-xenDNS server"19 NAME= sipb-xen-dns20 DAEMON=/usr/sbin/ sipb-xen-dns18 DESC="the Invirt DNS server" 19 NAME=invirt-dns 20 DAEMON=/usr/sbin/invirt-dns 21 21 DAEMON_ARGS="" 22 22 PIDFILE=/var/run/$NAME.pid
Note: See TracChangeset
for help on using the changeset viewer.