File: preinst

package info (click to toggle)
proftpd 1.2.0pre9-4
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,392 kB
  • ctags: 2,648
  • sloc: ansic: 24,012; sh: 1,754; makefile: 536; perl: 281
file content (7 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh -e
if [ "$1" = "install" ]
then
    update-inetd --comment-chars "#<proftpd># " --disable "ftp"
fi

#DEBHELPER#