svn path=/trunk/packages/sipb-xen-remctl-auto/; revision=1075
+sipb-xen-remctl-auto (1.2) unstable; urgency=low
+
+ * Exit successfully if inetd is already running; package fails to
+ install otherwise
+
+ -- Evan Broder <broder@mit.edu> Mon, 06 Oct 2008 05:03:18 -0400
+
sipb-xen-remctl-auto (1.1) unstable; urgency=low
* Explicitly lock a volume before deleting it
log_begin_msg "Reloading config for $PACKAGE"
gen_config
log_end_msg $?
- /etc/init.d/openbsd-inetd start # idempotent, thankfully
+ /etc/init.d/openbsd-inetd start # returns 1 if inetd is running
+ [ $? -eq 1 ] && exit 0
;;
stop)
;;