Re: [gentoo-dev] Re: [PATCH systemd.eclass] Introduce systemd_install_serviced().

2013-09-10 Thread Michał Górny
Dnia 2013-09-10, o godz. 11:57:31 "Steven J. Long" napisał(a): > Michał Górny wrote: > > +systemd_install_serviced() { > > + debug-print-function ${FUNCNAME} "${@}" > > + > > + local src=${1} > > + local service=${2} > > + > > + if [[ ! ${service} ]]; then > > + [[ ${src} == *.c

Re: [gentoo-dev] Re: [PATCH systemd.eclass] Introduce systemd_install_serviced().

2013-09-10 Thread Mike Gilbert
On Tue, Sep 10, 2013 at 12:36 PM, Michał Górny wrote: >> > Nope. 'insinto' sets INSDESTTREE. Due to lack of proper scoping >> > support in bash, we need to localize this variable to restore previous >> > 'insinto' scope after leaving the function. >> >> Actually the only reason you are able to do

[gentoo-dev] Re: [PATCH systemd.eclass] Introduce systemd_install_serviced().

2013-09-10 Thread Steven J. Long
Michał Górny wrote: > +systemd_install_serviced() { > + debug-print-function ${FUNCNAME} "${@}" > + > + local src=${1} > + local service=${2} > + > + if [[ ! ${service} ]]; then > + [[ ${src} == *.conf ]] || die "Source file needs .conf suffix" I would hoist this check