openbsd-ports/net/popa3d/pkg/MESSAGE
camield 7c8f67713f - add HOMEPAGE
- remove FAKE
- add tag to PLIST
- use PREFIX and HOMEPAGE in MESSAGE
- bump NEED_VERSION
2000-06-14 07:30:45 +00:00

10 lines
229 B
Plaintext

Homepage: ${HOMEPAGE}
To activate popa3d, add the following line to /etc/inetd.conf
pop3 stream tcp nowait root ${PREFIX}/libexec/popa3d popa3d
Then let inetd reread its configuration with:
kill -HUP `cat /var/run/inetd.pid`