packages: neatx/neatx.spec - fix netcat path and dir perms

arekm arekm at pld-linux.org
Wed Jul 15 10:56:40 CEST 2009


Author: arekm                        Date: Wed Jul 15 08:56:40 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix netcat path and dir perms

---- Files affected:
packages/neatx:
   neatx.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/neatx/neatx.spec
diff -u packages/neatx/neatx.spec:1.7 packages/neatx/neatx.spec:1.8
--- packages/neatx/neatx.spec:1.7	Wed Jul 15 10:46:48 2009
+++ packages/neatx/neatx.spec	Wed Jul 15 10:56:35 2009
@@ -39,6 +39,7 @@
 %setup -q -n %{name}
 
 sed -i -e 's#NXAGENT =.*#NXAGENT = "%{_bindir}/nxagent"#g' lib/constants.py
+sed -i -e 's#NETCAT =.*#NETCAT = "%{_bindir}/nc"#g' lib/constants.py
 
 %build
 %{__aclocal}
@@ -88,8 +89,8 @@
 %doc doc/*
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/neatx.conf
 %dir /var/lib/neatx
-%attr(750,nx,root) /var/lib/neatx/home
-%attr(1777,root,root) /var/lib/neatx/sessions
+%dir %attr(750,nx,root) /var/lib/neatx/home
+%dir %attr(1777,root,root) /var/lib/neatx/sessions
 %dir %{_libdir}/neatx
 %attr(755,root,root) %{_libdir}/neatx/*
 %{_datadir}/neatx
@@ -104,6 +105,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2009/07/15 08:56:35  arekm
+- fix netcat path and dir perms
+
 Revision 1.7  2009/07/15 08:46:48  arekm
 - fix perms
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/neatx/neatx.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list