From 3a88108297ae7fb38f42d77bcef00a87e1b45e31 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 14 Dec 2012 20:44:46 +0100 Subject: [PATCH] Allow group to cd to sysconfdir --- bacula/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/Makefile.in b/bacula/Makefile.in index a308e147ac..5483fe3197 100755 --- a/bacula/Makefile.in +++ b/bacula/Makefile.in @@ -94,7 +94,7 @@ libtool: Makefile $(LIBTOOL_DEPS) installdirs: $(MKDIR) $(DESTDIR)$(sbindir) $(MKDIR) $(DESTDIR)$(sysconfdir) - chmod 760 $(DESTDIR)$(sysconfdir) + chmod 770 $(DESTDIR)$(sysconfdir) -if test "x$(dir_user)" != "x" ; then \ chown $(dir_user) $(DESTDIR)$(sysconfdir); \ fi -- 2.39.2