Subversion Repositories oidentd

Compare Revisions

Ignore whitespace Rev 9 → Rev 8

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