|
|
|
#!/bin/sh -e # Automatically added by dh_installinit if [ -x "/etc/init.d/binkd" ]; then if [ -x /usr/sbin/invoke-rc.d ] ; then invoke-rc.d binkd stop || exit 0 else /etc/init.d/binkd stop || exit 0 fi fi # End automatically added section # must be executed after /etc/init.d/binkd stop update-inetd --remove '^binkp[ \t]'
| Results 1 - 1 |