rpms/pdns/devel pdns.spec,1.2,1.3

Ruben Kerkhof (ruben) fedora-extras-commits at redhat.com
Mon Jan 1 14:05:09 UTC 2007


Author: ruben

Update of /cvs/extras/rpms/pdns/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32529

Modified Files:
	pdns.spec 
Log Message:
fixed typo in scriptlet


Index: pdns.spec
===================================================================
RCS file: /cvs/extras/rpms/pdns/devel/pdns.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pdns.spec	1 Jan 2007 13:52:24 -0000	1.2
+++ pdns.spec	1 Jan 2007 14:04:39 -0000	1.3
@@ -1,7 +1,7 @@
 Summary:	A modern, advanced and high performance authoritative-only nameserver
 Name:		pdns
 Version:	2.9.20
-Release:	6%{?dist}
+Release:	7%{?dist}
 
 Group:		System Environment/Daemons
 License:	GPL
@@ -105,7 +105,7 @@
 %post
 if [ $1 = 1 ]; then
 	/sbin/chkconfig --add pdns
-	userid = `id -u pdns 2>/dev/null`
+	userid=`id -u pdns 2>/dev/null`
 	if [ x"$userid" = x ]; then
 		%{_sbindir}/useradd -c "PowerDNS user" -s /sbin/nologin -r -d / pdns > /dev/null || :
 	fi
@@ -166,6 +166,8 @@
 
 
 %changelog
+* Mon Jan 1 2007 <ruben at rubenkerkhof.com> 2.9.20-7
+- Fixed typo in scriptlet
 * Mon Jan 1 2007 <ruben at rubenkerkhof.com> 2.9.20-6
 - Check if user pdns exists before adding it
 * Sat Dec 30 2006 <ruben at rubenkerkhof.com> 2.9.20-5




More information about the scm-commits mailing list