Subversion Repositories

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

Rev 3 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#!/bin/sh

set -e

# remove other ident daemons from inetd
if which update-inetd > /dev/null; then
        update-inetd --remove ident
fi

adduser --system --group --home / --no-create-home --quiet oident

#DEBHELPER#