[zabbix/f14] home directory must go with the zabbix user

Dan Horák sharkcz at fedoraproject.org
Sat Sep 10 08:25:43 UTC 2011


commit 809f3fc8d9351b4e28dc1e1d417ce73fccbe1fad
Author: Dan Horák <dan at danny.cz>
Date:   Sat Sep 10 10:25:04 2011 +0200

    home directory must go with the zabbix user
    
    Conflicts:
    
    	zabbix.spec

 zabbix.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/zabbix.spec b/zabbix.spec
index 402e797..e17eff3 100644
--- a/zabbix.spec
+++ b/zabbix.spec
@@ -522,6 +522,7 @@ fi
 %dir %{_sysconfdir}/zabbix
 %attr(0755,zabbix,zabbix) %dir %{_localstatedir}/log/zabbix
 %attr(0755,zabbix,zabbix) %dir %{_localstatedir}/run/zabbix
+%attr(0755,zabbix,zabbix) %dir %{_localstatedir}/lib/zabbix
 
 %files docs
 %defattr(-,root,root,-)
@@ -534,7 +535,6 @@ fi
 %config(noreplace) %{_sysconfdir}/logrotate.d/zabbix-server
 %{_sysconfdir}/init.d/zabbix-server
 %{_mandir}/man8/zabbix_server.8*
-%attr(0755,zabbix,zabbix) %dir %{_localstatedir}/lib/zabbix
 
 %files server-mysql
 %defattr(-,root,root,-)


More information about the scm-commits mailing list