File: postrm

package info (click to toggle)
cucipop 1.31-5
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 236 kB
  • ctags: 379
  • sloc: ansic: 2,260; sh: 148; makefile: 92
file content (7 lines) | stat: -rw-r--r-- 297 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh -e
update-inetd --remove ^pop-3.*/usr/sbin/cucipop
update-inetd --remove ^.*standalone.*.*/usr/sbin/cucipop
update-inetd --comment-chars "#<cucipop># " --enable pop-3
echo -e "Here is the state of the pop-3 service in inetd.conf:\n"
echo -e "$(grep pop-3 /etc/inetd.conf)\n"
#DEBHELPER#