From 084fa726386831b21343e9bd437de7efcd64af56 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 1 Apr 2008 09:40:34 +0000 Subject: [PATCH] last of the silly version numbers --- Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 67956c7c2..cb2a32054 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:" -- 2.11.0