Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-05-23 | bitlbee: Always create the ${pidfile} directory and improve rc.d script | leot | 1 | -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-07 | PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/sh | shattered | 1 | -1/+1 | |
2009-07-16 | Make sure bitlbee honors VARBASE properly | tonio | 1 | -1/+1 | |
2009-07-15 | Add rc.d file for bitlbee, so that it can be used in deamon mode | tonio | 1 | -0/+20 | |
Use gnutls instead of openssl, as google talk does not work with openssl This fixes PR pkg/35345 |