- Adapt sfcb_init_script to comply with systemd (bnc#874811)
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/cmpi-provider-register?expand=0&rev=15
This commit is contained in:
parent
d71eb3f16d
commit
f3f114968e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 24 14:37:11 UTC 2014 - kkaempf@suse.com
|
||||||
|
|
||||||
|
- Adapt sfcb_init_script to comply with systemd (bnc#874811)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 13 10:45:00 UTC 2012 - coolo@suse.com
|
Mon Feb 13 10:45:00 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ from subprocess import call, PIPE, STDOUT, Popen
|
|||||||
from getpass import getpass
|
from getpass import getpass
|
||||||
import pywbem
|
import pywbem
|
||||||
|
|
||||||
sfcb_init_script = '/etc/init.d/sfcb'
|
sfcb_init_script = '/usr/sbin/rcsfcb'
|
||||||
|
|
||||||
pegasus_init_script = '/etc/init.d/tog-pegasus'
|
pegasus_init_script = '/etc/init.d/tog-pegasus'
|
||||||
pegasus_cimserver_exe = '/usr/sbin/cimserver'
|
pegasus_cimserver_exe = '/usr/sbin/cimserver'
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cmpi-provider-register
|
# spec file for package cmpi-provider-register
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cmpi-provider-register
|
Name: cmpi-provider-register
|
||||||
Version: 1.0
|
Version: 1.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: CIMOM neutral provider registration utility
|
Summary: CIMOM neutral provider registration utility
|
||||||
|
Loading…
x
Reference in New Issue
Block a user