1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/irc/bitlbee/pkg-plist
Henrik Brix Andersen 43ba2e0478 Various improvements:
- Add rc script for running bitlbee in experimental daemon mode
- Add instructions for launching bitlbee from inetd(8)
- Install bitlbee to be run as nobody, not root
- Store saved user settings in /var/db/bitlbee, not $PREFIX/etc/bitlbee
- Do not rely on autodetection for SSL library
- Use $EXTRA_PATCHES instead of custom post-patch target
- Install port documentation files
- Install example configuration files as port examples
- Reflect custom FreeBSD paths in installed man pages and example files
- Bump PORTREVISION

Please read UPDATING for important migration information.

Approved by:	Lars Sommer <lasg@lasg.dk> (maintainer), erwin (mentor)
2008-01-08 20:51:45 +00:00

9 lines
236 B
Plaintext

sbin/bitlbee
%%DATADIR%%/help.txt
@dirrm %%DATADIR%%
@dirrmtry etc/bitlbee
@exec mkdir -p %D/etc/bitlbee
@exec mkdir -m 0700 -p /var/db/bitlbee
@exec chown nobody:nobody /var/db/bitlbee
@unexec rmdir /var/db/bitlbee 2>/dev/null || true