[freeside-commits] freeside Makefile,1.145.2.3,1.145.2.4

Ivan,,, ivan at wavetail.420.am
Tue Apr 1 02:40:36 PDT 2008


Update of /home/cvs/cvsroot/freeside
In directory wavetail.420.am:/tmp/cvs-serv24382

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	Makefile 
Log Message:
last of the silly version numbers

Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.145.2.3
retrieving revision 1.145.2.4
diff -u -d -r1.145.2.3 -r1.145.2.4
--- Makefile	5 Dec 2007 22:05:20 -0000	1.145.2.3
+++ Makefile	1 Apr 2008 09:40:34 -0000	1.145.2.4
@@ -55,6 +55,8 @@
 
 #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 @@
 #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 @@
 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:"



More information about the freeside-commits mailing list