CVS log for ports/www/apache21/files/Attic/apache.sh
Up to [FreeBSD] / ports / www / apache21 / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.11
Tue Dec 11 21:03:06 2007 UTC (4 years, 2 months ago) by clement
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.10: +1 -1 lines
- As scheduled, retire apache 2.1.x Its support in bsd.apache.mk will be kept few monthes more
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Feb 20 20:47:47 2006 UTC (5 years, 11 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +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.9: download - view: text, markup, annotated - select for diffs
Sun Jan 15 18:58:38 2006 UTC (6 years ago) by clement
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Cleanups and fixes - remove useless options (and fix thread stuff) [1] - move print-closest-mirror to bsd.apache.mk - move threads configure options out of Makefile.modules - Fix stupid logic to disable v4mapped address [2] - and more... Submitted/spotted by: many, Hirohisa Yamaguchi <umq@ueo.co.jp> [1] ume[2] PR: ports/91813 [1]
Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jan 11 13:45:05 2005 UTC (7 years, 1 month ago) by clement
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
o startup script:
- Use apache{2,21}flags variable in apache{2,21}_checkconfig().
It fixes restart when apache2ssl_enable is set to YES in rc.conf
and httpd.conf is "old" (i.e. non -DSSL safe) [1]
o Makefile
- split post-install target to add install-startup-script:
User can now upgrade startup script without reinstalling apache2.
NOTE: this is NOT package-safe and NOT supported, even if in most of
cases they're no risk.
Noticed by: many [1]
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Dec 11 18:06:04 2004 UTC (7 years, 2 months ago) by clement
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +70 -14 lines
- Add apache 2.1.2 This is a development version, awaiting for 2.2
Revision 1.6
Wed Mar 17 08:41:58 2004 UTC (7 years, 10 months ago) by clement
Branches: MAIN
FILE REMOVED
Changes since revision 1.5: +0 -0 lines
- Move apache21 to Attic. Will be back soon ;-) Suggested by: kris
Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Jun 18 23:02:05 2002 UTC (9 years, 7 months ago) by pat
Branches: MAIN
CVS tags: old_RELEASE_5_1_0, old_RELEASE_5_0_0, old_RELEASE_4_9_0, old_RELEASE_4_8_0, old_RELEASE_4_7_0, old_RELEASE_4_6_2, old_RELEASE_4_6_1, RELEASE_5_2_1, RELEASE_5_2_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
- Update to 2.0.39, the emergency security update. - Unmark FORBIDDEN PR: ports/39477 Submitted by: maintainer
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Apr 18 20:29:41 2002 UTC (9 years, 9 months ago) by ijliao
Branches: MAIN
CVS tags: old_RELEASE_4_6_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Respect $DESTDIR for all paths PR: 37211 Submitted by: maintainer
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Apr 8 06:45:33 2002 UTC (9 years, 10 months ago) by pat
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -7 lines
Update to 2.0.35 (first GA release!) PR: 36834 Submitted by: maintainer
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jul 18 10:17:39 2000 UTC (11 years, 6 months ago) by ache
Branches: MAIN
CVS tags: old_RELEASE_5_0_DP1, old_RELEASE_4_5_0, old_RELEASE_4_4_0, old_RELEASE_4_3_0, old_RELEASE_4_2_0, old_RELEASE_4_1_1, old_RELEASE_4_1_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Fix path to apachectl in stop
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jul 5 12:36:59 2000 UTC (11 years, 7 months ago) by tg
Branches: MAIN
As threatened on freebsd-ports: all startup scripts know about the two options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
