]> git.sur5r.net Git - bacula/bacula/commitdiff
Allow group to cd to sysconfdir
authorKern Sibbald <kern@sibbald.com>
Fri, 14 Dec 2012 19:44:46 +0000 (20:44 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:51:05 +0000 (14:51 +0200)
bacula/Makefile.in

index a308e147ac237155943bd6a00040ca7869d08249..5483fe319741746d4c2c56f55a65135c0de5e779 100755 (executable)
@@ -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