freebsd-ports/misc/estic/pkg-plist
Dirk Meyer b111b35ebf - add LICENSE
- use distribution patch
- extend pkg-message
- protect config file
- cleanup staged install
- make portlint happier
2017-01-29 14:47:22 +00:00

13 lines
444 B
Text

bin/estic.res
%%WITHOUT_X%%bin/estic
%%WITH_X%%bin/xestic
etc/pbx/aliases.example
@(root,wheel,600) etc/pbx/config.example
etc/pbx/estic.ini.freebsd_example
etc/pbx/estic.ini.generic_example
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/estic.doc
@preunexec [ -e %D/var/log/pbx/debug ] && rm -f %D/var/log/pbx/debug || true
@dir(root,wheel,700) var/log/pbx
@postexec touch %D/var/log/pbx/debug
@postexec chmod 600 %D/var/log/pbx/debug