Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 3 | Blame | Compare with Previous | Last modification | View Log | RSS feed

#!/bin/sh
# pre remove script for the Debian GNU/Linux oidentd package

set -e

if which update-inetd > /dev/null; then
        update-inetd --pattern "oidentd" --remove ident
fi

#DEBHELPER#