File: prerm

package info (click to toggle)
linux-ftpd-ssl 0.17.36%2B0.3-2.2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 2,524 kB
  • sloc: ansic: 3,875; yacc: 1,379; sh: 52; makefile: 48
file content (8 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
#!/bin/sh
# $Id: prerm,v 1.1 1999/04/16 07:00:29 herbert Exp $

set -e

update-inetd --pattern '/usr/sbin/in\.ftpd' --multi --disable ftp

#DEBHELPER#