Changes of Revision 15
[-] [+] | Changed | exabgp-suse.init |
@@ -29,7 +29,7 @@ chown -R ${USER} ${PIDDIR} fi echo -n "Starting $prog: " - $exabgp $config ${OPTIONS} + $(type -p startproc 2>/dev/null) $exabgp $config ${OPTIONS} rc_status -v ;; stop) |
[-] [+] | Changed | exabgp-suse.init |
@@ -29,7 +29,7 @@ chown -R ${USER} ${PIDDIR} fi echo -n "Starting $prog: " - $exabgp $config ${OPTIONS} + $(type -p startproc 2>/dev/null) $exabgp $config ${OPTIONS} rc_status -v ;; stop) |