Hi,

On 20.12.2012 00:32, Dominique Brazziel wrote:
> Dear Maintainer,
> *** Please consider answering these questions, where appropriate ***
> 
>    * What led up to the situation?
>    Attempt to reload any service configuration (i.e. udev, autofs, distcc, 
> etc.) 
>    
>    * What exactly did you do (or not do) that was effective (or
>      ineffective)?
>     Using 'bash -x' to run '/etc/init.d/(service name) reload 
>     I noticed that '$service' variable was unset in 
> '/lib/lsb/init-functions/40-systemd'
>     at the time it was used to check if service is reloadable   I
>     believe the check 
>     
>       if [ "$(systemctl -p CanReload show $service 
>       
>     should read
>     
>       if [ "$(systemctl -p CanReload show $0.service
>       
>     and perhaps this was what was intended initially.

I'm the one to blame here. In [1] I've unintentionally dropped the

  prog=${0##*/}
  service="${prog%.sh}.service"

bits. They need to be re-added.

Thanks for the followup.

Michael

[1]
http://anonscm.debian.org/gitweb/?p=pkg-systemd/systemd.git;a=commitdiff;h=92bd9fd30d74aaea35840c07e71224d936c4fd40
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to