Subversion Repositories oidentd

Compare Revisions

Ignore whitespace Rev 8 → Rev 9

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