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