public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jarod Wilson <jwilson@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/conman] epel10: - Update project urls
Date: Wed, 12 Aug 2026 20:05:40 GMT [thread overview]
Message-ID: <178656514067.1.2198625094237586238.rpms-conman-6afb1c136076@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/conman
Branch : epel10
Commit : 6afb1c136076beeb7fb8d55ae89d534e79a86337
Author : Jarod Wilson <jwilson@fedoraproject.org>
Date : 2007-04-26T18:01:38+00:00
Stats : +10/-6 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/conman/c/6afb1c136076beeb7fb8d55ae89d534e79a86337?branch=epel10
Log:
- Update project urls
- Fix up initscript exit codes (#237936)
---
diff --git a/conman.init b/conman.init
index 896f428..eb6ea6b 100644
--- a/conman.init
+++ b/conman.init
@@ -13,7 +13,7 @@ CONMAND=/usr/sbin/conmand
. /etc/sysconfig/network
# Check that networking is up.
-[ ${NETWORKING} = "no" ] && exit 0
+[ ${NETWORKING} = "no" ] && exit 1
# Default params, override in /etc/sysconfig/conman
CONFIG=/etc/conman.conf
@@ -30,7 +30,7 @@ RETVAL="0"
# Disable suppression of stderr msgs.
INITLOG_ARGS=""
-[ -x "$CONMAND" ] || exit 0
+[ -x "$CONMAND" ] || exit 5
# See how we were called.
case "$1" in
@@ -78,7 +78,7 @@ case "$1" in
;;
*)
echo "Usage: $0 {start|stop|status|restart|reload}"
- exit 1
+ exit 3
esac
exit $RETVAL
diff --git a/conman.spec b/conman.spec
index a69d1ec..fbbd880 100644
--- a/conman.spec
+++ b/conman.spec
@@ -1,12 +1,12 @@
Name: conman
Version: 0.1.9.2
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: ConMan - The Console Manager
Group: Applications/System
License: GPL
-URL: http://www.llnl.gov/linux/conman/
-Source0: ftp://ftp.llnl.gov/pub/linux/%{name}/%{name}-%{version}.tar.bz2
+URL: http://home.gna.org/conman/
+Source0: http://home.gna.org/conman/%{version}/%{name}-%{version}.tar.bz2
Source1: %{name}.init
Source2: %{name}.logrotate
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -98,6 +98,10 @@ fi
%{_mandir}/*/*
%changelog
+* Thu Apr 26 2007 Jarod Wilson <jwilson@redhat.com> 0.1.9.2-7
+- Update project urls
+- Fix up initscript exit codes (#237936)
+
* Tue Sep 05 2006 Jarod Wilson <jwilson@redhat.com> 0.1.9.2-6
- Bump for new glibc
reply other threads:[~2026-08-12 20:05 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178656514067.1.2198625094237586238.rpms-conman-6afb1c136076@fedoraproject.org \
--to=jwilson@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox