summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2012-01-21 04:15:24 +0000
committerivan <ivan>2012-01-21 04:15:24 +0000
commit98f3110c2ff9a762b7b6c8468d1b9769b0731a19 (patch)
tree81bf3216b273a149ae5896282c587fb41d95627b
parent48a5fc446d9855a513ce5845e5be67801a6d7c92 (diff)
2.3.1
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
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