From: ivan Date: Sat, 21 Jan 2012 04:15:24 +0000 (+0000) Subject: 2.3.1 X-Git-Tag: freeside_2_3_1~2 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=98f3110c2ff9a762b7b6c8468d1b9769b0731a19;ds=sidebyside 2.3.1 --- diff --git a/Makefile b/Makefile index 79e0fdd95..286e2857f 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,8 @@ INIT_FILE = /etc/init.d/freeside #INIT_FILE = /usr/local/etc/rc.d/011.freeside.sh #deb -INIT_INSTALL = PATH=$PATH:/sbin /usr/sbin/update-rc.d freeside defaults 23 01 +INIT_INSTALL = /bin/true +#INIT_INSTALL = PATH=$PATH:/sbin /usr/sbin/update-rc.d freeside defaults 23 01 #redhat, fedora #INIT_INSTALL = /sbin/chkconfig freeside on #not necessary (freebsd) @@ -118,7 +119,7 @@ RT_PATH = /opt/rt3 FREESIDE_PATH = `pwd` PERL_INC_DEV_KLUDGE = /usr/local/share/perl/5.10.1/ -VERSION=2.3.1cvs +VERSION=2.3.1 TAG=freeside_2_3_1 DEBVERSION = `echo ${VERSION} | perl -pe 's/(\d)([a-z])/\1~\2/'`-1