CVS log for ports/www/apache13-modperl/files/Attic/apache.sh
Up to [FreeBSD] / ports / www / apache13-modperl / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4
Wed Mar 14 20:21:31 2007 UTC (4 years, 11 months ago) by pav
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.3: +1 -1 lines
- Fix rc script to have overridable apache_flags and apache_pidfile PR: ports/104465 Reported by: Andrey Alakozov <aa29@mail.ru> Submitted by: Volker <volker@vwsoft.com> Approved by: maintainer timeout (apache; 5 months) - While here, modernize USE_RC_SUBR usage
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Feb 20 20:47:46 2006 UTC (5 years, 11 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears. We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jan 7 06:29:56 2006 UTC (6 years, 1 month ago) by dougb
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Now that new style rc.d scripts are being run as part of the base rcorder, hard coded variable values in these scripts are overriding the values in /etc/rc.conf[.local] (due to the way that variables from the latter are read at boot time). Therefore, change the boot scripts to set default values only if the variable is unset in /etc/rc.conf[.local]. This will allow the service to start at boot time if it's been enabled as the user would expect. This change will be a noop for users who have systems that have not yet been upgraded to the new rc.d code in the base. In many cases there are other variables in the scripts that should get similar treatment, however I did not change anything other than the _enable lines. I'll leave the rest up to the maintainers to do as they see fit. Bump PORTREVISION to make sure that users and packages pick up this change.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Jun 5 14:25:18 2004 UTC (7 years, 8 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_11_0
Add apache13-modperl, an Apache web server with mod_perl statically compiled in. PR: ports/67051 Submitted by: Rod Taylor <ports@rbt.ca>
