[freeside-commits] freeside/rt Makefile, 1.14, 1.15 Makefile.in, 1.6, 1.7
Mark Wells
mark at wavetail.420.am
Tue May 10 16:21:46 PDT 2011
Update of /home/cvs/cvsroot/freeside/rt
In directory wavetail.420.am:/tmp/cvs-serv12620/rt
Modified Files:
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.6
retrieving revision 1.7
diff -u -w -d -r1.6 -r1.7
--- Makefile.in 18 Apr 2011 23:49:53 -0000 1.6
+++ Makefile.in 10 May 2011 23:21:44 -0000 1.7
@@ -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.14
retrieving revision 1.15
diff -u -w -d -r1.14 -r1.15
--- Makefile 18 Apr 2011 23:49:53 -0000 1.14
+++ Makefile 10 May 2011 23:21:44 -0000 1.15
@@ -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