projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8d0ccd
)
net-misc/memcached: fix bashism in memcached initd
author
Robin H. Johnson
<robbat2@gentoo.org>
Mon, 9 Mar 2020 00:30:39 +0000
(17:30 -0700)
committer
Robin H. Johnson
<robbat2@gentoo.org>
Mon, 9 Mar 2020 00:30:39 +0000
(17:30 -0700)
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
net-misc/memcached/files/memcached.init2
patch
|
blob
|
history
diff --git
a/net-misc/memcached/files/memcached.init2
b/net-misc/memcached/files/memcached.init2
index 4bdfec6b945c256375bf0d2ae3e2ad50ac8eaf4b..412e8e0a953b909f79c671628e5e2a77e67b6ea0 100644
(file)
--- a/
net-misc/memcached/files/memcached.init2
+++ b/
net-misc/memcached/files/memcached.init2
@@
-10,7
+10,7
@@
if [ -n "${CONF}" ]; then
PIDFILE="${PIDBASE}.${CONF}.pid"
CONFSRC="${CONFBASE}.${CONF}"
if [ -f "${CONFSRC}" ]; then
-
source
"${CONFSRC}"
+
.
"${CONFSRC}"
else
eerror "The configuration file $CONFSRC was not found!"
fi