summaryrefslogtreecommitdiff
path: root/irc/bitlbee/files/bitlbee.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Update to v3.0Henrik Brix Andersen2010-10-281-1/+1
| | | | | | | - Add LICENSE information Notes: svn path=/head/; revision=263695
* - Update to v1.2.6aHenrik Brix Andersen2010-04-231-1/+1
| | | | | | | - Use UIDs/GIDs files for automatic user/group creation Notes: svn path=/head/; revision=253104
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Simplify RC scriptHenrik Brix Andersen2009-09-211-8/+2
| | | | | | | | Submitted by: dougb@ Feature safe: yes Notes: svn path=/head/; revision=241886
* - Use -u ${user} option to bitlbee instead of su in rc.d scriptHenrik Brix Andersen2009-09-131-1/+1
| | | | | | | | PR: ports/138268 Submitted by: garga Notes: svn path=/head/; revision=241325
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+4
| | | | | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops. Notes: svn path=/head/; revision=237892
* Run the bitlbee daemon as user 'bitlbee' instead of 'nobody' byHenrik Brix Andersen2008-05-191-1/+1
| | | | | | | | | | | default to honor the fact that 'nobody' is not intended to own any files. Requested by: simon Approved by: erwin (mentor) Notes: svn path=/head/; revision=213343
* Various improvements:Henrik Brix Andersen2008-01-081-0/+31
- 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) Notes: svn path=/head/; revision=205285