summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2008-04-01 09:40:34 +0000
committerivan <ivan>2008-04-01 09:40:34 +0000
commit084fa726386831b21343e9bd437de7efcd64af56 (patch)
treebf6858a02f46dc11f67d9d20ed0274a48f08b710
parenta55606be98045495c92ae6359483437170023294 (diff)
last of the silly version numbersfreeside_1_7_3rc1
-rw-r--r--Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 67956c7..cb2a320 100644
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,8 @@ INIT_INSTALL = /usr/sbin/update-rc.d freeside defaults 21 20
#deb, suse
HTTPD_RESTART = /etc/init.d/apache restart
+#deb w/apache2
+#HTTPD_RESTART = /etc/init.d/apache2 restart
#redhat, fedora, mandrake
#HTTPD_RESTART = /etc/init.d/httpd restart
#freebsd
@@ -64,9 +66,11 @@ HTTPD_RESTART = /etc/init.d/apache restart
#apache
#HTTPD_RESTART = /usr/local/apache/bin/apachectl stop; sleep 10; /usr/local/apache/bin/apachectl startssl
-#(an include directory, not a file - "Include /etc/apache/conf.d" in httpd.conf)
-#deb (3.1+),
+#(an include directory, not a file, "Include /etc/apache/conf.d" in httpd.conf)
+#deb (3.1+), apache1
APACHE_CONF = /etc/apache/conf.d
+#deb (3.1+), apache2
+#APACHE_CONF = /etc/apache2/conf.d
FREESIDE_RESTART = ${INIT_FILE} restart
@@ -111,8 +115,8 @@ RT_PATH = /opt/rt3
FREESIDE_PATH = `pwd`
PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.8.8/
-VERSION=1.7.2
-TAG=freeside_1_7_2
+VERSION=1.7.3rc1
+TAG=freeside_1_7_3rc1
help:
@echo "supported targets:"