From 6780787f6d642c8be6f735db50cf40ff0a028189 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Jan 22 2009 15:35:44 +0000 Subject: - fix typo --- diff --git a/dictd.spec b/dictd.spec index 334cb91..bbe1b15 100644 --- a/dictd.spec +++ b/dictd.spec @@ -53,9 +53,9 @@ if [ $1 = 0 ]; then fi %postun -%if [ $1 -ge 1 ] ; then +if [ $1 -ge 1 ] ; then /sbin/service dictd condrestart > /dev/null 2>&1 || : -%fi +fi %files %defattr(-,root,root,-)