[zabbix20/el6] Correct typo in getent in scriplet

Volker Fröhlich volter at fedoraproject.org
Thu Sep 25 18:00:13 UTC 2014


commit 37c271864e4858382eee84205cdd8d0258fda6a2
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Thu Sep 25 19:59:11 2014 +0200

    Correct typo in getent in scriplet

 zabbix20.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/zabbix20.spec b/zabbix20.spec
index 202a72a..89a673d 100644
--- a/zabbix20.spec
+++ b/zabbix20.spec
@@ -19,7 +19,7 @@
 
 Name:           zabbix20
 Version:        2.0.13
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Open-source monitoring solution for your IT infrastructure
 
 Group:          Applications/Internet
@@ -600,7 +600,7 @@ if [ $1 -eq 1 ] ; then
 fi
 
 %pre server
-etent group zabbix > /dev/null || groupadd -r zabbix
+getent group zabbix > /dev/null || groupadd -r zabbix
 getent passwd zabbix > /dev/null || \
     useradd -r -g zabbix -d %{_sharedstatedir}/zabbix -s /sbin/nologin \
     -c "Zabbix Monitoring System" zabbix
@@ -843,6 +843,9 @@ fi
 %files web-pgsql
 
 %changelog
+* Thu Sep 25 2014 Volker Fröhlich <volker27 at gmx.at> - 2.0.13-2
+- Correct typo "etent" --> "getent"
+
 * Thu Sep 11 2014 Volker Fröhlich <volker27 at gmx.at> - 2.0.13-1
 - New upstream release; Remove obsolete patches for ZBX-8151 and ZBX-8238
 - Use the upstream tarball, now that non-free json was replaced with android-json


More information about the scm-commits mailing list