File: telnetd-ssl.prerm

package info (click to toggle)
netkit-telnet-ssl 0.17.41%2Breally0.17-3
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 4,780 kB
  • sloc: cpp: 6,952; ansic: 6,724; sh: 182; makefile: 68
file content (10 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

set -e

if test -x /usr/sbin/update-inetd ; then
	update-inetd --disable telnet
fi


#DEBHELPER#