diff options
author | tron <tron> | 2009-02-25 22:05:40 +0000 |
---|---|---|
committer | tron <tron> | 2009-02-25 22:05:40 +0000 |
commit | e88e2703d4e9c7ac8c2c16d0bbfe83dd90c7e0fe (patch) | |
tree | 98ea1b1baa4bf296c03470095d1aac2349ac70ab /www | |
parent | 0d9ad695929d3fe3737c3d9db25e63cec580522a (diff) | |
download | pkgsrc-e88e2703d4e9c7ac8c2c16d0bbfe83dd90c7e0fe.tar.gz |
Remove obsolete comment.
Diffstat (limited to 'www')
-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" |