/etc/init.d/swift-proxy: line 9: nneed: command not found
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sven Wegener <swegener@gentoo.org>
newinitd "${FILESDIR}/swift-proxy.initd" "swift-proxy"
newins "etc/proxy-server.conf-sample" "proxy-server.conf"
if use memcached; then
- sed -i '/depend/a\nneed memcached' "${D}/etc/init.d/swift-proxy"
+ sed -i '/depend/a\ need memcached' "${D}/etc/init.d/swift-proxy"
fi
fi
if use account; then
newinitd "${FILESDIR}/swift-proxy.initd" "swift-proxy"
newins "etc/proxy-server.conf-sample" "proxy-server.conf"
if use memcached; then
- sed -i '/depend/a\nneed memcached' "${D}/etc/init.d/swift-proxy"
+ sed -i '/depend/a\ need memcached' "${D}/etc/init.d/swift-proxy"
fi
fi
if use account; then