path: regina-rexx_3.9.5+dfsg1-0.3/rxstack.init.d.in } # TODO: Add checking for lockfiles checkproc() { pidofproc ${1+"$@"} >/dev/null 2>&1; return $?; } elif test -e /etc/init.d/functions; then # RHAT path: regina-rexx_3.9.5+dfsg1-0.3/rxstack.init.d.in start_daemon() { /sbin/start_daemon ${1+"$@"}; } killproc() { /sbin/killproc ${1+"$@"}; } pidofproc() { /sbin/pidofproc ${1+"$@"}; } checkproc() { /sbin/checkproc ${1+"$@"}; } if test -e /etc/rc.status; then path: regina-rexx_3.9.5+dfsg1-0.3/rxstack.init.d.in # Source LSB init functions # providing start_daemon, killproc, pidofproc, # log_success_msg, log_failure_msg and log_warning_msg. # This is currently not used by UnitedLinux based distributions and path: regina-rexx_3.9.5+dfsg1-0.3/rxstack.init.d.in ## Update PIDFILE if not automatically written pidofproc $RXSTACK_BIN > $RXSTACK_PIDFILE ;; stop)