lsb_killproc 68 B

123456
  1. #!/bin/sh
  2. . /etc/init.d/functions
  3. LSB=LSB-1.1 killproc $*
  4. exit $?