CVSROOT:        /cvs/cluster
Module name:    conga
Changes by:     [EMAIL PROTECTED]       2008-02-20 17:23:54

Modified files:
        .              : clustermon.spec.in.in 

Log message:
        Kill a couple of rpmlint warnings

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/clustermon.spec.in.in.diff?cvsroot=cluster&r1=1.36&r2=1.37

--- conga/clustermon.spec.in.in 2008/02/20 17:07:55     1.36
+++ conga/clustermon.spec.in.in 2008/02/20 17:23:54     1.37
@@ -172,7 +172,7 @@
                        %{_docdir}/cluster-cim-%{version}/
 
 %post -n cluster-cim
-# pegasus might not be running, don't fail %post
+# pegasus might not be running, don't fail
 /sbin/service tog-pegasus condrestart >&/dev/null
 exit 0
 
@@ -181,7 +181,7 @@
 if [ "$1" == "0" ]; then
        /sbin/service tog-pegasus condrestart >&/dev/null
 fi
-# pegasus might not be running, don't fail %postun
+# pegasus might not be running, don't fail
 exit 0
 
 

Reply via email to