svn path=/trunk/packages/invirt-xen-config/; revision=1275
+invirt-xen-config (0.0.3) unstable; urgency=low
+
+ * Some small fixes in the init script
+
+ -- Evan Broder <broder@mit.edu> Sat, 25 Oct 2008 19:03:12 -0400
+
invirt-xen-config (0.0.2) unstable; urgency=low
* Whoops - add the dependencies for the old sipb-xen-database-client
invirt-xen-config (0.0.2) unstable; urgency=low
* Whoops - add the dependencies for the old sipb-xen-database-client
### BEGIN INIT INFO
# Provides: invirt-xen-config
# Required-Start: $local_fs $remote_fs
### BEGIN INIT INFO
# Provides: invirt-xen-config
# Required-Start: $local_fs $remote_fs
### END INIT INFO
PACKAGE=invirt-xen-config
### END INIT INFO
PACKAGE=invirt-xen-config
+NAME="$PACKAGE"
+DESC="Startup script for the Invirt Xen host"
-GEN_FILES=/etc/xen/xend-config.sxp
+GEN_FILES=/etc/xen/xend-config.sxp.invirt
dpkg -s "$PACKAGE" >/dev/null 2>/dev/null || exit 0
. /lib/init/gen-files.sh
. /lib/init/std-init.sh
dpkg -s "$PACKAGE" >/dev/null 2>/dev/null || exit 0
. /lib/init/gen-files.sh
. /lib/init/std-init.sh
gen_files
echo 1 >/proc/sys/net/ipv4/ip_forward
gen_files
echo 1 >/proc/sys/net/ipv4/ip_forward
invoke-rc.d "$PARENTPACKAGE" "$1"
}
invoke-rc.d "$PARENTPACKAGE" "$1"
}
+do_start() {
+ do_startup "start"
+}
+