Rev 9 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9 | Rev 15 | ||
---|---|---|---|
1 | #!/bin/sh |
1 | #!/bin/sh |
2 | 2 | ||
3 | set -e |
3 | set -e |
4 | 4 | ||
5 | # remove other ident daemons from inetd |
5 | # remove other ident daemons from inetd |
6 | if which update-inetd > /dev/null; then |
6 | if which update-inetd > /dev/null; then |
7 | update-inetd --remove ident |
7 | update-inetd --remove ident |
8 | fi |
8 | fi |
9 | 9 | ||
10 | adduser --system --group --home / --no-create-home --quiet oident |
10 | adduser --system --group --home / --no-create-home --quiet oident |
11 | 11 | ||
12 | #DEBHELPER# |
12 | #DEBHELPER# |