public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/conman] epel10: Add missing condrestart to initscript
@ 2026-08-12 20:05 Jarod Wilson
0 siblings, 0 replies; only message in thread
From: Jarod Wilson @ 2026-08-12 20:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/conman
Branch : epel10
Commit : 60ba5dcb3612d923251a378571b5b6c43f51ca44
Author : Jarod Wilson <jwilson@fedoraproject.org>
Date : 2006-07-05T20:30:16+00:00
Stats : +9/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/conman/c/60ba5dcb3612d923251a378571b5b6c43f51ca44?branch=epel10
Log:
Add missing condrestart to initscript
---
diff --git a/conman.init b/conman.init
index 21e1ba7..896f428 100644
--- a/conman.init
+++ b/conman.init
@@ -65,6 +65,11 @@ case "$1" in
$0 start
RETVAL=$?
;;
+ condrestart)
+ [ -f "/var/lock/subsys/conman" ] && $0 restart || :
+ RETVAL=$?
+ echo
+ ;;
reload)
echo -n "Reloading ConMan: "
killproc conmand -HUP
diff --git a/conman.spec b/conman.spec
index 109c19f..4bc39ba 100644
--- a/conman.spec
+++ b/conman.spec
@@ -1,6 +1,6 @@
Name: conman
Version: 0.1.9.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: ConMan - The Console Manager
Group: Applications/System
@@ -98,6 +98,9 @@ fi
%{_mandir}/*/*
%changelog
+* Wed Jul 05 2006 Jarod Wilson <jwilson@redhat.com> 0.1.9.2-3
+- Add missing condrestart fuction to initscript
+
* Tue Jun 27 2006 Jarod Wilson <jwilson@redhat.com> 0.1.9.2-2
- Don't strip bins on make install, leave for find-debug.sh
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-12 20:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-12 20:05 [rpms/conman] epel10: Add missing condrestart to initscript Jarod Wilson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox