File: fingerd.prerm

package info (click to toggle)
bsd-finger 0.17-15.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 444 kB
  • sloc: ansic: 1,327; makefile: 97; sh: 43
file content (7 lines) | stat: -rw-r--r-- 95 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/bin/sh

set -e

update-inetd --pattern /usr/sbin/in\\.fingerd --disable finger

#DEBHELPER#