Subversion Repositories oidentd

Compare Revisions

Ignore whitespace Rev 8 → Rev 9

/oidentd/trunk/debian/prerm
3,7 → 3,7
 
set -e
 
if [ -x /usr/sbin/update-inetd ]; then
if which update-inetd > /dev/null; then
update-inetd --pattern "oidentd" --remove ident
fi