From 55998a83f7e1d808b9aed9d2004925d3eecf9ed1 Mon Sep 17 00:00:00 2001 From: don Date: Wed, 20 Oct 2010 06:22:02 +0000 Subject: [PATCH] * fix the mode of the nscd configuration file --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e3166a6..3bfb014 100755 --- a/debian/rules +++ b/debian/rules @@ -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: -- 2.39.2