[freeside-commits] freeside/rt Makefile, 1.11.4.5, 1.11.4.6 Makefile.in, 1.3.4.3, 1.3.4.4
Mark Wells
mark at wavetail.420.am
Tue May 10 16:23:00 PDT 2011
Update of /home/cvs/cvsroot/freeside/rt
In directory wavetail.420.am:/tmp/cvs-serv12847/rt
Modified Files:
Tag: FREESIDE_2_1_BRANCH
Makefile Makefile.in
Log Message:
replace missing RT scrips on upgrade, #9569
Index: Makefile.in
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/Makefile.in,v
retrieving revision 1.3.4.3
retrieving revision 1.3.4.4
diff -u -w -d -r1.3.4.3 -r1.3.4.4
--- Makefile.in 19 Apr 2011 00:23:56 -0000 1.3.4.3
+++ Makefile.in 10 May 2011 23:22:58 -0000 1.3.4.4
@@ -327,6 +327,8 @@
chmod 0440 $(DESTDIR)$(CONFIG_FILE)
chmod 0640 $(DESTDIR)$(SITE_CONFIG_FILE)
+ # Make this externally readable
+ chmod 0440 $(DESTDIR)$(RT_ETC_PATH)/initialdata
# Make the system binaries
cd $(DESTDIR)$(RT_BIN_PATH) && ( chmod 0755 $(BINARIES) ; chown $(BIN_OWNER) $(BINARIES); chgrp $(RTGROUP) $(BINARIES))
Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/Makefile,v
retrieving revision 1.11.4.5
retrieving revision 1.11.4.6
diff -u -w -d -r1.11.4.5 -r1.11.4.6
--- Makefile 19 Apr 2011 00:23:56 -0000 1.11.4.5
+++ Makefile 10 May 2011 23:22:58 -0000 1.11.4.6
@@ -327,6 +327,8 @@
chmod 0440 $(DESTDIR)$(CONFIG_FILE)
chmod 0640 $(DESTDIR)$(SITE_CONFIG_FILE)
+ # Make this externally readable
+ chmod 0440 $(DESTDIR)$(RT_ETC_PATH)/initialdata
# Make the system binaries
cd $(DESTDIR)$(RT_BIN_PATH) && ( chmod 0755 $(BINARIES) ; chown $(BIN_OWNER) $(BINARIES); chgrp $(RTGROUP) $(BINARIES))
More information about the freeside-commits
mailing list