Accepting request 287414 from home:kwk:branches:Base:System
- Update to 3.10.2 See http://git.pcp.io/cgi-bin/gitweb.cgi?p=pcp/pcp.git;a=blob_plain;f=CHANGELOG;hb=HEAD for details - new patches 0007-Honor-CFLAGS-in-qmake.patch 0008-SUSE-fy-pmsnap-control-path.patch 0009-pmsnap-control-var-www-srv-www.patch - renamed patches create-pmlogger-and-pmie-logdirs-during-install.patch to 0006-create-pmlogger-and-pmie-logdirs-during-install.patch - Update to 3.10.1 See http://git.pcp.io/cgi-bin/gitweb.cgi?p=pcp/pcp.git;a=blob_plain;f=CHANGELOG;hb=HEAD for details - new sub-packages * pcp-doc * pcp-gui * python3-pcp * python-pcp * pmda-infiniband * pmda-perfevent * pmda-papi * import-collectl2pcp - drop fix_pmie_pmlogger_startup_races.patch, upstream drop pcp-3.6.10-gcc5-reservedword.patch, obsolete OBS-URL: https://build.opensuse.org/request/show/287414 OBS-URL: https://build.opensuse.org/package/show/Base:System/pcp?expand=0&rev=37
This commit is contained in:
committed by
Git OBS Bridge
parent
4e5f192445
commit
c6102bc9d9
44
0003-pcp-legacy-init-lsb.patch
Normal file
44
0003-pcp-legacy-init-lsb.patch
Normal file
@@ -0,0 +1,44 @@
|
||||
From 18efe6b86936d454773a437cf50ab6a90c6506f6 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@suse.de>
|
||||
Date: Fri, 12 Dec 2014 15:44:44 +0100
|
||||
Subject: [PATCH 3/6] pcp legacy init lsb
|
||||
|
||||
---
|
||||
src/pmcd/rc_pcp | 14 ++++++++------
|
||||
1 file changed, 8 insertions(+), 6 deletions(-)
|
||||
|
||||
diff --git a/src/pmcd/rc_pcp b/src/pmcd/rc_pcp
|
||||
index 974ca06c2f4a..8d6872cfad9c 100644
|
||||
--- a/src/pmcd/rc_pcp
|
||||
+++ b/src/pmcd/rc_pcp
|
||||
@@ -31,12 +31,12 @@
|
||||
# e.g. SuSE, where chkconfig is a perl script.
|
||||
### BEGIN INIT INFO
|
||||
# Provides: pcp
|
||||
-# Required-Start:
|
||||
-# Should-Start:
|
||||
-# Required-Stop:
|
||||
-# Should-Stop:
|
||||
-# Default-Start:
|
||||
-# Default-Stop:
|
||||
+# Required-Start: $local_fs
|
||||
+# Should-Start: $network $remote_fs $syslog $time
|
||||
+# Required-Stop: $local_fs
|
||||
+# Should-Stop: $network $remote_fs $syslog
|
||||
+# Default-Start: 2 3 4 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
|
||||
### END INIT INFO
|
||||
@@ -53,6 +53,8 @@ _usage()
|
||||
echo "Usage: $pmprog [-v] {start|restart|condrestart|stop|status|reload|force-reload}"
|
||||
}
|
||||
|
||||
+echo "The pcp init script is depricated, pmcd and pmlogger should be used instead"
|
||||
+
|
||||
case "$1" in
|
||||
|
||||
'start'|'restart'|'condrestart'|'reload'|'force-reload')
|
||||
--
|
||||
2.1.2
|
||||
|
Reference in New Issue
Block a user