[packages/corosync] Properly shell-quote corosync-notifyd.sysconfig
jajcus
jajcus at pld-linux.org
Tue Oct 30 17:21:26 CET 2012
commit 4ee17075eff676a2083b159b997550355175b887
Author: Jacek Konieczny <jajcus at jajcus.net>
Date: Tue Oct 30 17:20:12 2012 +0100
Properly shell-quote corosync-notifyd.sysconfig
"" are not strictly needed in a systemd EnvironmentFile,
but are required when the file is sourced in a shell script
(init.d/corosync-notifyd).
Release: 4
corosync-notifyd.sysconfig | 2 +-
corosync.spec | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/corosync.spec b/corosync.spec
index bb649b8..c06fd04 100644
--- a/corosync.spec
+++ b/corosync.spec
@@ -13,7 +13,7 @@ Summary: Corosync - OSI Certified implementation of a complete cluster engine
Summary(pl.UTF-8): Corosync - implementacja silnika klastrowego certyfikowana przez OSI
Name: corosync
Version: 2.1.0
-Release: 3
+Release: 4
License: BSD
Group: Base
Source0: https://github.com/downloads/corosync/corosync/corosync-2.1.0.tar.gz
diff --git a/corosync-notifyd.sysconfig b/corosync-notifyd.sysconfig
index 40c39f5..de87b11 100644
--- a/corosync-notifyd.sysconfig
+++ b/corosync-notifyd.sysconfig
@@ -1,4 +1,4 @@
# Options for the corosync-notifyd daemon
# see `man corosync-notifyd` for details
-OPTIONS=-l -d
+OPTIONS="-l -d"
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/corosync.git/commitdiff/4ee17075eff676a2083b159b997550355175b887
More information about the pld-cvs-commit
mailing list