]> git.pld-linux.org Git - packages/bash.git/commitdiff
- set perms for /var/log/bash_hist to 1733, else history would not be logged for...
authorbartowl <bartowl@pld-linux.org>
Fri, 10 Mar 2006 11:07:04 +0000 (11:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash.spec -> 1.160

bash.spec

index e14fbafe17a745e712752c68ef1bc3b3aa4b7e41..89033586e24fcc88b09a4575b21b214f0f297aee 100644 (file)
--- a/bash.spec
+++ b/bash.spec
@@ -321,7 +321,7 @@ fi
 %attr(755,root,root) /bin/rbash
 %attr(755,root,root) %{_bindir}/bashbug
 
-%{?with_bash_history:%attr(751,root,root) %dir /var/log/bash_hist}
+%{?with_bash_history:%attr(1733,root,root) %dir /var/log/bash_hist}
 %{_infodir}/bash.info*
 %{_mandir}/man1/*
 %lang(es) %{_mandir}/es/man1/*
This page took 0.039192 seconds and 4 git commands to generate.