From: Kern Sibbald Date: Fri, 14 Dec 2012 19:44:46 +0000 (+0100) Subject: Allow group to cd to sysconfdir X-Git-Tag: Release-7.0.0~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cfe1df5398a38aa49f28b5fafe9aee16eb34c73;p=thirdparty%2Fbacula.git Allow group to cd to sysconfdir --- diff --git a/bacula/Makefile.in b/bacula/Makefile.in index a308e147a..5483fe319 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