CVS log for ports/irc/bitlbee/files/bitlbee.in
Up to [FreeBSD] / ports / irc / bitlbee / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Jan 14 08:55:46 2012 UTC (3 weeks, 6 days ago) by dougb
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
In the rc.d scripts, change assignments to rcvar to use the
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.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Oct 28 16:20:38 2010 UTC (15 months, 2 weeks ago) by brix
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
- Update to v3.0 - Add LICENSE information
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Apr 23 16:12:25 2010 UTC (21 months, 2 weeks ago) by brix
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
- Update to v1.2.6a - Use UIDs/GIDs files for automatic user/group creation
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Mar 27 00:13:04 2010 UTC (22 months, 2 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Begin the process of deprecating sysutils/rc_subr by s#. %%RC_SUBR%%#. /etc/rc.subr#
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Sep 21 18:29:16 2009 UTC (2 years, 4 months ago) by brix
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -9 lines
- Simplify RC script Submitted by: dougb@ Feature safe: yes
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Sep 13 10:35:23 2009 UTC (2 years, 4 months ago) by brix
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
- Use -u ${user} option to bitlbee instead of su in rc.d script
PR: ports/138268
Submitted by: garga
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jul 15 16:55:43 2009 UTC (2 years, 6 months ago) by dougb
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -2 lines
Fix a few "bad example" problems in the rc.d scripts that have been
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.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon May 19 16:10:14 2008 UTC (3 years, 8 months ago) by brix
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0, RELEASE_5_EOL
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Run the bitlbee daemon as user 'bitlbee' instead of 'nobody' by default to honor the fact that 'nobody' is not intended to own any files. Requested by: simon Approved by: erwin (mentor)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 8 20:51:45 2008 UTC (4 years, 1 month ago) by brix
Branches: MAIN
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)
