Blame | Last modification | View Log | RSS feed
#!/bin/bash . /etc/init.d/functions LSB=LSB-1.1 killproc $* exit $?
#!/bin/bash
. /etc/init.d/functions
LSB=LSB-1.1 killproc $*
exit $?