From mboxrd@z Thu Jan 1 00:00:00 1970 From: rmccabe@sourceware.org Date: 20 Feb 2008 17:23:54 -0000 Subject: [Cluster-devel] conga clustermon.spec.in.in Message-ID: <20080220172354.27152.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: conga Changes by: rmccabe at sourceware.org 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