diff options
author | tron <tron@pkgsrc.org> | 2009-02-25 22:05:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-02-25 22:05:40 +0000 |
commit | 6c86dfe8e578e15f289edbf1b7a44ade4028e543 (patch) | |
tree | 98ea1b1baa4bf296c03470095d1aac2349ac70ab /www/apache22/files/apache.sh | |
parent | 67bbbed93b47ee8f302fd6f19dd4b23e07738ac5 (diff) | |
download | pkgsrc-6c86dfe8e578e15f289edbf1b7a44ade4028e543.tar.gz |
Remove obsolete comment.
Diffstat (limited to 'www/apache22/files/apache.sh')
-rw-r--r-- | www/apache22/files/apache.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/apache22/files/apache.sh b/www/apache22/files/apache.sh index b59c03e44bf..2328b641673 100644 --- a/www/apache22/files/apache.sh +++ b/www/apache22/files/apache.sh @@ -1,6 +1,6 @@ #!@RCD_SCRIPTS_SHELL@ # -# $NetBSD: apache.sh,v 1.3 2009/02/25 15:39:38 tron Exp $ +# $NetBSD: apache.sh,v 1.4 2009/02/25 22:05:40 tron Exp $ # # PROVIDE: apache # REQUIRE: DAEMON @@ -9,8 +9,6 @@ # You will need to set some variables in /etc/rc.conf to start Apache: # # apache=YES -# apache_start="start" # set to "startssl" to allow HTTPS connections; -# # this variable is optional name="apache" |