File: talkd.prerm

package info (click to toggle)
netkit-ntalk 0.17-13
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 304 kB
  • ctags: 265
  • sloc: ansic: 2,226; makefile: 97; sh: 81
file content (8 lines) | stat: -rw-r--r-- 208 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/bin/sh -e

if which update-inetd >/dev/null 2>&1; then
	update-inetd --pattern '[ \t]/usr/sbin/in\.talkd' --disable talk
	update-inetd --pattern '[ \t]/usr/sbin/in\.ntalkd' --disable ntalk
fi

#DEBHELPER#