[Lunar-commits] r23935 - moonbase/trunk/web/htdig
Chad Kittel
v3rt1g0 at lunar-linux.org
Fri Apr 6 01:55:43 CEST 2007
Author: v3rt1g0
Date: 2007-04-06 01:55:43 +0200 (Fri, 06 Apr 2007)
New Revision: 23935
Modified:
moonbase/trunk/web/htdig/DEPENDS
Log:
make use of the alias here, user complained that they had apache2 installed
and said y to apache (thinking it was apache2) which conflicted and it
uninstalled apache2 on him. Not nice.
Modified: moonbase/trunk/web/htdig/DEPENDS
===================================================================
--- moonbase/trunk/web/htdig/DEPENDS 2007-04-05 22:24:33 UTC (rev 23934)
+++ moonbase/trunk/web/htdig/DEPENDS 2007-04-05 23:55:43 UTC (rev 23935)
@@ -1,11 +1 @@
-optional_depends "apache2" \
- "" \
- "" \
- "to use web interface" &&
-optional_depends "apache" \
- "" \
- "" \
- "to use web interface" &&
-optional_depends 'apache-mod_ssl' \
- '' '' \
- 'to use web interface'
+optional_depends "%APACHE" "" "" "to use web interface"
More information about the Lunar-commits
mailing list