Subversion Repositories oidentd

Compare Revisions

Ignore whitespace Rev 9 → Rev 8

/oidentd/trunk/debian/postinst
3,7 → 3,7
set -e
 
# remove other ident daemons from inetd
if which update-inetd > /dev/null; then
if [ -x /usr/sbin/update-inetd ]; then
update-inetd --remove ident
fi