[Rt-commit] r11725 - in rt/branches/3.8-TESTING: . etc/upgrade
alexmv at bestpractical.com
alexmv at bestpractical.com
Mon Apr 14 18:34:16 EDT 2008
Author: alexmv
Date: Mon Apr 14 18:34:11 2008
New Revision: 11725
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/Makefile.in
rt/branches/3.8-TESTING/etc/upgrade/ (props changed)
rt/branches/3.8-TESTING/sbin/ (props changed)
Log:
r29833 at kohr-ah: chmrr | 2008-04-14 18:33:59 -0400
* Add ignores for generated files
* chmod RT_SiteConfig u+w
Modified: rt/branches/3.8-TESTING/Makefile.in
==============================================================================
--- rt/branches/3.8-TESTING/Makefile.in (original)
+++ rt/branches/3.8-TESTING/Makefile.in Mon Apr 14 18:34:11 2008
@@ -300,7 +300,7 @@
chgrp -R $(RTGROUP) $(DESTDIR)/$(RT_ETC_PATH)
chmod 0550 $(DESTDIR)/$(CONFIG_FILE)
- chmod 0550 $(DESTDIR)/$(SITE_CONFIG_FILE)
+ chmod 0750 $(DESTDIR)/$(SITE_CONFIG_FILE)
# Make the interfaces executable
chown $(BIN_OWNER) $(BINARIES)
More information about the Rt-commit
mailing list