[vhffs-dev] [svn] commit: r235 - /trunk/Makefile

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Author: gradator
Date: Sat Oct 21 05:08:58 2006
New Revision: 235

Log:
Oops, default mode for vhffs.conf was 644, changed to 600 as it contains sensitive informations


Modified:
    trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Sat Oct 21 05:08:58 2006
@@ -99,7 +99,7 @@
 
 install-conf:
 	install -d -m 755 $(CONFDIR)
-	if [ ! -f $(CONFDIR)/vhffs.conf ]; then echo "INSTALL ORIGINAL CONFIG FILE" ; install -m 644 vhffs-backend/conf/vhffs.conf $(CONFDIR)/ ; else echo "CONFIG FILE ALREADY EXISTS" ; fi
+	if [ ! -f $(CONFDIR)/vhffs.conf ]; then echo "INSTALL ORIGINAL CONFIG FILE" ; install -m 600 vhffs-backend/conf/vhffs.conf $(CONFDIR)/ ; else echo "CONFIG FILE ALREADY EXISTS" ; fi
 
 install-backend:
 	install -d -m 755 $(BACKENDDIR)




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/