Accepting request 617693 from home:aeszter:branches:systemsmanagement
Fix path in unit files (BOO #1098184). OBS-URL: https://build.opensuse.org/request/show/617693 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=171
This commit is contained in:
parent
8dbdb225ab
commit
199cdd2454
@ -4,7 +4,7 @@ After=syslog.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/sbin/cf-execd
|
||||
ExecStart=/usr/bin/cf-execd
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -4,7 +4,7 @@ After=syslog.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/sbin/cf-monitord
|
||||
ExecStart=/usr/bin/cf-monitord
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -4,7 +4,7 @@ After=syslog.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/sbin/cf-serverd
|
||||
ExecStart=/usr/bin/cf-serverd
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 19 09:33:16 UTC 2018 - aeszter@gwdg.de
|
||||
|
||||
- fix path in unit files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 4 11:24:38 UTC 2017 - kkaempf@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cfengine
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -40,7 +40,7 @@ Release: 0
|
||||
#define basedir /var/lib/%{name}
|
||||
#define workdir %{basedir}/work
|
||||
Summary: Configuration management framework
|
||||
License: GPL-3.0
|
||||
License: GPL-3.0-only
|
||||
Group: Productivity/Networking/System
|
||||
Url: http://www.cfengine.org/
|
||||
Source: %{srcname}.tar.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user