summaryrefslogtreecommitdiff
path: root/chat/bitlbee/files
AgeCommit message (Collapse)AuthorFilesLines
2018-05-23bitlbee: Always create the ${pidfile} directory and improve rc.d scriptleot1-1/+13
- At least on NetBSD every files on /var/run are removed at every boot by mountcritlocal rc.d script. Add a bitlbee_precmd() function to always check that a directory for the ${pidfile} exists and create it if needed. - Check if /etc/rc.subr exists before source-ing it. - Introduce BITLBEE_USER and BITLBEE_GROUP variables and reuse them to avoid hardcoding `bitlbee' and `nobody' (NFCI) Discussed with and suggestions from <tonio>, thanks!
2011-10-07PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/shshattered1-1/+1
2009-07-16Make sure bitlbee honors VARBASE properlytonio1-1/+1
2009-07-15Add rc.d file for bitlbee, so that it can be used in deamon modetonio1-0/+20
Use gnutls instead of openssl, as google talk does not work with openssl This fixes PR pkg/35345