File: mailutils-pop3d.postinst

package info (click to toggle)
mailutils 1%3A0.6.1-4sarge2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 15,568 kB
  • ctags: 11,612
  • sloc: ansic: 111,948; sh: 8,899; yacc: 4,338; makefile: 2,235; exp: 2,190; lex: 1,379; lisp: 688; awk: 202; pascal: 151; sed: 23
file content (8 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
#! /bin/sh

set -e

update-inetd --group MAIL --add "pop3 \tstream \ttcp \tnowait \troot \t/usr/sbin/pop3d pop3d -i"

#DEBHELPER#