]> git.donarmstrong.com Git - unscd.git/commitdiff
* fix the mode of the nscd configuration file
authordon <don@8f7917da-ec0b-0410-a553-b9b0e350d17e>
Wed, 20 Oct 2010 06:22:02 +0000 (06:22 +0000)
committerdon <don@8f7917da-ec0b-0410-a553-b9b0e350d17e>
Wed, 20 Oct 2010 06:22:02 +0000 (06:22 +0000)
debian/rules

index e3166a63178b6186c623f4439b282973b85d3533..3bfb014bbf7063573f16d1ca3c324391e7d5b6a2 100755 (executable)
@@ -42,7 +42,7 @@ install: build
        $(INSTALL) -d $(PREFIX)/usr/sbin/
        $(INSTALL) -t $(PREFIX)/usr/sbin/ nscd
        $(INSTALL) -d $(PREFIX)/etc/
-       $(INSTALL) -t $(PREFIX)/etc/ debian/nscd.conf
+       $(INSTALL) -m644 -t $(PREFIX)/etc/ debian/nscd.conf
 
 binary-indep: