prerm is in telnetd 0.17-36build2.
This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.
The actual contents of the file can be viewed below.
1 2 3 4 | #!/bin/sh -e
# $Id: telnetd.prerm,v 1.3 2001/03/15 20:38:36 herbert Exp $
update-inetd --disable telnet
|