File: prerm

package info (click to toggle)
oidentd 2.0.7-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,072 kB
  • ctags: 938
  • sloc: ansic: 6,065; sh: 3,308; yacc: 369; lex: 334; makefile: 28
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#