2015-02-24 10:27:55 +01:00
|
|
|
From 7b1eb0b00132d57ed184ab397e76ab1450aba773 Mon Sep 17 00:00:00 2001
|
|
|
|
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@suse.de>
|
|
|
|
Date: Fri, 12 Dec 2014 15:46:15 +0100
|
|
|
|
Subject: [PATCH 5/6] Remove runlevel 4 from init scripts
|
|
|
|
|
|
|
|
---
|
|
|
|
src/pmcd/rc_pcp | 2 +-
|
|
|
|
src/pmcd/rc_pmcd | 2 +-
|
|
|
|
src/pmie/rc_pmie | 2 +-
|
|
|
|
src/pmlogger/rc_pmlogger | 2 +-
|
|
|
|
src/pmproxy/rc_pmproxy | 2 +-
|
|
|
|
5 files changed, 5 insertions(+), 5 deletions(-)
|
|
|
|
|
|
|
|
diff --git a/src/pmcd/rc_pcp b/src/pmcd/rc_pcp
|
|
|
|
index 8d6872cfad9c..0fcb4eded076 100644
|
|
|
|
--- a/src/pmcd/rc_pcp
|
|
|
|
+++ b/src/pmcd/rc_pcp
|
2012-07-23 11:26:23 +02:00
|
|
|
@@ -35,7 +35,7 @@
|
|
|
|
# Should-Start: $network $remote_fs $syslog $time
|
|
|
|
# Required-Stop: $local_fs
|
|
|
|
# Should-Stop: $network $remote_fs $syslog
|
|
|
|
-# Default-Start: 2 3 4 5
|
|
|
|
+# Default-Start: 2 3 5
|
|
|
|
# Default-Stop: 0 1 6
|
|
|
|
# Short-Description: Legacy control for PCP daemons
|
|
|
|
# Description: Legacy init script wrapper for the Performance Co-Pilot (PCP) daemons
|
2015-02-24 10:27:55 +01:00
|
|
|
diff --git a/src/pmcd/rc_pmcd b/src/pmcd/rc_pmcd
|
|
|
|
index 1f5deef9f16a..e1bb4f7c2929 100644
|
|
|
|
--- a/src/pmcd/rc_pmcd
|
|
|
|
+++ b/src/pmcd/rc_pmcd
|
|
|
|
@@ -27,7 +27,7 @@
|
2012-07-23 11:26:23 +02:00
|
|
|
# Should-Start: $network $remote_fs $syslog $time
|
|
|
|
# Required-Stop: $local_fs
|
|
|
|
# Should-Stop: $network $remote_fs $syslog
|
|
|
|
-# Default-Start: 2 3 4 5
|
|
|
|
+# Default-Start: 2 3 5
|
|
|
|
# Default-Stop: 0 1 6
|
|
|
|
# Short-Description: Control pmcd (the collection daemon for PCP)
|
|
|
|
# Description: Configure and control pmcd (the collection daemon for the Performance Co-Pilot)
|
2015-02-24 10:27:55 +01:00
|
|
|
diff --git a/src/pmie/rc_pmie b/src/pmie/rc_pmie
|
|
|
|
index 685b52ab2897..51c7389aeefa 100644
|
|
|
|
--- a/src/pmie/rc_pmie
|
|
|
|
+++ b/src/pmie/rc_pmie
|
|
|
|
@@ -25,7 +25,7 @@
|
2012-07-23 11:26:23 +02:00
|
|
|
# Should-Start: $local_fs $network $syslog $time $pmcd
|
|
|
|
# Required-Stop: $remote_fs
|
|
|
|
# Should-Stop: $local_fs $network $syslog $pmcd
|
|
|
|
-# Default-Start: 2 3 4 5
|
|
|
|
+# Default-Start: 2 3 5
|
|
|
|
# Default-Stop: 0 1 6
|
|
|
|
# Short-Description: Control pmie (performance inference engine for PCP)
|
|
|
|
# Description: Configure and control pmie (the performance inference engine for the Performance Co-Pilot)
|
2015-02-24 10:27:55 +01:00
|
|
|
diff --git a/src/pmlogger/rc_pmlogger b/src/pmlogger/rc_pmlogger
|
|
|
|
index f28c084e097e..bdd4e72b877f 100644
|
|
|
|
--- a/src/pmlogger/rc_pmlogger
|
|
|
|
+++ b/src/pmlogger/rc_pmlogger
|
|
|
|
@@ -27,7 +27,7 @@
|
2012-07-23 11:26:23 +02:00
|
|
|
# Should-Start: $network $remote_fs $syslog $time $pmcd
|
|
|
|
# Required-Stop: $local_fs
|
|
|
|
# Should-Stop: $network $remote_fs $syslog $pmcd
|
|
|
|
-# Default-Start: 2 3 4 5
|
|
|
|
+# Default-Start: 2 3 5
|
|
|
|
# Default-Stop: 0 1 6
|
|
|
|
# Short-Description: Control pmlogger (the performance metrics logger for PCP)
|
|
|
|
# Description: Configure and control pmlogger (the performance metrics logger for the Performance Co-Pilot)
|
2015-02-24 10:27:55 +01:00
|
|
|
diff --git a/src/pmproxy/rc_pmproxy b/src/pmproxy/rc_pmproxy
|
|
|
|
index 5e776086cd31..c3e049483ec9 100644
|
|
|
|
--- a/src/pmproxy/rc_pmproxy
|
|
|
|
+++ b/src/pmproxy/rc_pmproxy
|
|
|
|
@@ -27,7 +27,7 @@
|
2012-07-23 11:26:23 +02:00
|
|
|
# Should-Start: $local_fs $network $syslog $time $pmcd
|
|
|
|
# Required-Stop: $remote_fs
|
|
|
|
# Should-Stop: $local_fs $network $syslog $pmcd
|
|
|
|
-# Default-Start: 2 3 4 5
|
|
|
|
+# Default-Start: 2 3 5
|
|
|
|
# Default-Stop: 0 1 6
|
|
|
|
# Short-Description: Control pmproxy (the pmcd proxy daemon for PCP)
|
|
|
|
# Description: Configure and control pmproxy (the pmcd proxy daemon for the Performance Co-Pilot)
|
2015-02-24 10:27:55 +01:00
|
|
|
--
|
|
|
|
2.1.2
|
|
|
|
|