[mw-devel] MW3 r1029 - trunk
welshbyte at sucs.org
welshbyte at sucs.org
Wed Apr 2 20:17:13 BST 2008
Author: welshbyte
Date: 2008-04-02 20:17:13 +0100 (Wed, 02 Apr 2008)
New Revision: 1029
Modified:
trunk/mw.spec
Log:
Slacken permissions on /var/lib/mw so as not to break access() calls.
Maybe we should use euidaccess() instead?
Modified: trunk/mw.spec
===================================================================
--- trunk/mw.spec 2008-04-02 12:08:46 UTC (rev 1028)
+++ trunk/mw.spec 2008-04-02 19:17:13 UTC (rev 1029)
@@ -42,7 +42,7 @@
%attr(771,mw,mw) %{_libdir}/mw/mesgs
%attr(751,mw,mw) %{_libdir}/mw/rooms
%attr(755,mw,mw) %dir /var/log/mw
-%attr(700,mw,mw) %dir /var/lib/mw
+%attr(711,mw,mw) %dir /var/lib/mw
%config %attr(640,mw,mw) %{_libdir}/mw/login.banner
%{_libdir}/mw/help
%{_libdir}/mw/mudhelp
More information about the mw-devel
mailing list