SPECS: bash.spec - set perms for /var/log/bash_hist to 1733, else ...

bartowl bartowl at pld-linux.org
Fri Mar 10 12:07:09 CET 2006


Author: bartowl                      Date: Fri Mar 10 11:07:09 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- set perms for /var/log/bash_hist to 1733, else history would not be logged for non-root users

---- Files affected:
SPECS:
   bash.spec (1.159 -> 1.160) 

---- Diffs:

================================================================
Index: SPECS/bash.spec
diff -u SPECS/bash.spec:1.159 SPECS/bash.spec:1.160
--- SPECS/bash.spec:1.159	Sat Feb  4 23:03:08 2006
+++ SPECS/bash.spec	Fri Mar 10 12:07:04 2006
@@ -322,7 +322,7 @@
 %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/*
@@ -346,6 +346,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.160  2006/03/10 11:07:04  bartowl
+- set perms for /var/log/bash_hist to 1733, else history would not be logged for non-root users
+
 Revision 1.159  2006/02/04 22:03:08  glen
 - up to patchlevel 007
 - R: grep
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/bash.spec?r1=1.159&r2=1.160&f=u



More information about the pld-cvs-commit mailing list