File: prerm

package info (click to toggle)
xtell 2.9
  • links: PTS
  • area: main
  • in suites: woody
  • size: 188 kB
  • ctags: 73
  • sloc: ansic: 982; sh: 117; makefile: 78; python: 22
file content (16 lines) | stat: -rw-r--r-- 413 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#! /bin/sh
# pre removal script for the Debian GNU/Linux efingerd package

set -e

# for upgrading older packages
update-inetd --remove '4224\t.*'


update-inetd --remove 'xtell\t.*'

#update-inetd --pattern efingerd --disable finger
#update-inetd --group INFO --add 'finger		stream	tcp	nowait	nobody	/usr/sbin/tcpd	/usr/sbin/in.fingerd'
#update-inetd --comment-chars '#<efingerd># ' --enable finger

#DEBHELPER#