--- configs/Makefile.in.orig Wed Apr 4 14:42:16 2007 +++ configs/Makefile.in Wed Apr 4 14:42:37 2007 @@ -742,6 +742,7 @@ for samplefile in $(SAMPLES); \ do \ configfile=`basename $${samplefile} .sample`; \ + $(INSTALL) -m 0640 $${samplefile} $(DESTDIR)${opbxconfdir}/$${samplefile}; \ if test ! -f $(DESTDIR)${opbxconfdir}/$${configfile}; \ then \ $(INSTALL) -m 0640 $${samplefile} $(DESTDIR)${opbxconfdir}/$${configfile}; \