summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-09-01 12:22:46 +0000
committerAnthony G. Basile <blueness@gentoo.org>2013-09-01 12:22:46 +0000
commitebb30a9e7cf333d3f221c7b52e01f5924651a2b9 (patch)
tree875bd6258f062a22ce3e7053560527cc733be77b /net-misc/tinc
parentFold in changes from my overlay: install documentation and document lack of t... (diff)
downloadgentoo-2-ebb30a9e7cf333d3f221c7b52e01f5924651a2b9.tar.gz
gentoo-2-ebb30a9e7cf333d3f221c7b52e01f5924651a2b9.tar.bz2
gentoo-2-ebb30a9e7cf333d3f221c7b52e01f5924651a2b9.zip
Fix quotes in openrc script, bug #481640
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-misc/tinc')
-rw-r--r--net-misc/tinc/ChangeLog6
-rw-r--r--net-misc/tinc/files/tincd4
-rw-r--r--net-misc/tinc/files/tincd.lo4
3 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/tinc/ChangeLog b/net-misc/tinc/ChangeLog
index 63a138a7aa7c..3ccf856c1052 100644
--- a/net-misc/tinc/ChangeLog
+++ b/net-misc/tinc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/tinc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/ChangeLog,v 1.44 2013/08/31 10:17:17 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/ChangeLog,v 1.45 2013/09/01 12:22:46 blueness Exp $
+
+ 01 Sep 2013; Anthony G. Basile <blueness@gentoo.org> files/tincd,
+ files/tincd.lo:
+ Fix quotes in openrc script, bug #481640
*tinc-1.0.22-r2 (31 Aug 2013)
diff --git a/net-misc/tinc/files/tincd b/net-misc/tinc/files/tincd
index 208f4526de88..b26185eae4e3 100644
--- a/net-misc/tinc/files/tincd
+++ b/net-misc/tinc/files/tincd
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd,v 1.8 2013/04/24 11:19:53 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd,v 1.9 2013/09/01 12:22:46 blueness Exp $
extra_started_commands="reload"
@@ -37,7 +37,7 @@ start() {
else
LOG="--logfile=/var/log/tinc.${NETNAME}.log"
fi
- start-stop-daemon --start --exec "${DAEMON}" --pidfile "${PIDFILE}" -- --net="${NETNAME}" "${LOG}" --pidfile "${PIDFILE}"
+ start-stop-daemon --start --exec "${DAEMON}" --pidfile "${PIDFILE}" -- --net="${NETNAME}" ${LOG} --pidfile "${PIDFILE}"
eend $?
fi
done
diff --git a/net-misc/tinc/files/tincd.lo b/net-misc/tinc/files/tincd.lo
index 8f41d98887a7..a7bc443498a0 100644
--- a/net-misc/tinc/files/tincd.lo
+++ b/net-misc/tinc/files/tincd.lo
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd.lo,v 1.4 2013/04/24 11:19:53 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/tinc/files/tincd.lo,v 1.5 2013/09/01 12:22:46 blueness Exp $
extra_started_commands="reload"
@@ -26,7 +26,7 @@ start() {
else
LOG="--logfile=/var/log/tinc.${NETNAME}.log"
fi
- start-stop-daemon --start --exec "${DAEMON}" --pidfile "${PIDFILE}" -- --net="${NETNAME}" "${LOG}" --pidfile "${PIDFILE}"
+ start-stop-daemon --start --exec "${DAEMON}" --pidfile "${PIDFILE}" -- --net="${NETNAME}" ${LOG} --pidfile "${PIDFILE}"
eend $?
fi
}