CVS log for ports/www/apache20/files/Attic/apache2.sh.in
Up to [FreeBSD] / ports / www / apache20 / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.8
Thu May 13 01:13:19 2010 UTC (21 months ago) by pgollucci
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.7: +1 -1 lines
- Dupliate $] fix in apxs in www/apache22 - Rename rc.d script apache2.sh -> apache2 - Bump PORTREVISION With Hat: apache@
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Mar 28 04:44:54 2010 UTC (22 months, 2 weeks ago) by dougb
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Cleanse uneeded RC_SUBR variables Approved by: pgolluci
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Mar 27 00:15:10 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
Sun Aug 2 19:35:56 2009 UTC (2 years, 6 months ago) by mezz
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22. -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jul 15 16:56:08 2009 UTC (2 years, 6 months ago) by dougb
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -3 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.3: download - view: text, markup, annotated - select for diffs
Tue Sep 18 19:18:09 2007 UTC (4 years, 4 months ago) by clement
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +6 -7 lines
- Fix profiles support in startup script [1] - move envvars support to the beginning of apache2_checkconfig() to be sure we're using envvars during configtest [2] PR: ports/116401 [1], ports/116329 [2] Submitted by: kevin brintnall <kbrint@rufus.net> [1], Ruud Althuizen <ruud@il.fontys.nl>
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Sep 10 14:48:36 2007 UTC (4 years, 5 months ago) by clement
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +9 -1 lines
- Re-add apache2ssl_enable support Noticed by: Oliver Brandmueller <ob at e-Gitt dot NET>
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Sep 9 14:48:34 2007 UTC (4 years, 5 months ago) by clement
Branches: MAIN
- Update to 2.0.61 - sync' startup script with www/apache22
