- Timestamp:
- Oct 6, 2008, 5:03:52 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-remctl-auto/debian/sipb-xen-remctl-auto.init
r998 r1075 26 26 gen_config 27 27 log_end_msg $? 28 /etc/init.d/openbsd-inetd start # idempotent, thankfully 28 /etc/init.d/openbsd-inetd start # returns 1 if inetd is running 29 [ $? -eq 1 ] && exit 0 29 30 ;; 30 31 stop)
Note: See TracChangeset
for help on using the changeset viewer.