File: prerm

package info (click to toggle)
oidentd 2.0.8-1.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,156 kB
  • ctags: 931
  • sloc: ansic: 6,276; sh: 3,427; yacc: 370; lex: 335; makefile: 45
file content (10 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# pre remove script for the Debian GNU/Linux oidentd package

set -e

if [ -x /usr/sbin/update-inetd ]; then
	update-inetd --pattern "oidentd" --remove ident
fi

#DEBHELPER#