0x1998 - MANAGER
Edit File: nscd.prerm
#!/bin/sh set -e # Automatically added by dh_installinit if [ -x "/etc/init.d/nscd" ]; then invoke-rc.d nscd stop || exit $? fi # End automatically added section