rpms/celestia/devel celestia.spec,1.21,1.22

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Wed Nov 22 20:54:19 UTC 2006


Author: steve

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

Modified Files:
	celestia.spec 
Log Message:
Quiet killall.


Index: celestia.spec
===================================================================
RCS file: /cvs/extras/rpms/celestia/devel/celestia.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- celestia.spec	22 Nov 2006 20:39:21 -0000	1.21
+++ celestia.spec	22 Nov 2006 20:53:49 -0000	1.22
@@ -99,7 +99,7 @@
     GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
         gconftool-2 --makefile-uninstall-rule \
             %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null || :
-    killall -HUP gconfd-2 || :
+    killall -HUP gconfd-2 &>/dev/null || :
 fi
 
 %post
@@ -112,7 +112,7 @@
     GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` \
         gconftool-2 --makefile-uninstall-rule \
             %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null || :
-    killall -HUP gconfd-2 || :
+    killall -HUP gconfd-2 &>/dev/null || :
 fi
 
 




More information about the scm-commits mailing list