Bug#931719: 40-systemd: line 11: 1: unbound variable when sourcing /lib/lsb/init-functions with $1 unset

2019-07-19 Thread Mert Dirik
On 7/18/19, Michael Biebl wrote: > Am 18.07.19 um 13:55 schrieb Michael Biebl: >> Am 11.07.19 um 17:41 schrieb Mert Dirik: >>> On 7/11/19, Thomas Bätzler wrote: >>>> >>>> To wit: >>>> >>>> root@kvm1:~# /etc/init.d/rsync &g

Bug#931719: 40-systemd: line 11: 1: unbound variable when sourcing /lib/lsb/init-functions with $1 unset

2019-07-11 Thread Mert Dirik
On 7/11/19, Thomas Bätzler wrote: > > To wit: > > root@kvm1:~# /etc/init.d/rsync > Usage: /etc/init.d/rsync {start|stop|reload|force-reload|restart|status} > > vs. > > root@kvm1:~# /etc/init.d/mysql > /lib/lsb/init-functions.d/40-systemd: line 11: 1: unbound variable > > Thanks, I've been

Bug#931719: 40-systemd: line 11: 1: unbound variable when sourcing /lib/lsb/init-functions with $1 unset

2019-07-10 Thread Mert Dirik
>> After upgrading to Debian 10 we noticed a slightly different behaviour >> in /lib/lsb/init-functions.d/40-systemd which caused one of our scripts >> to break and which also causes some /etc/init.d files like >> /etc/init.d/mysql >> to no longer to display their help text when calling them witho

Bug#826214: Bug#913247: Please provide a C implementation of /lib/init/init-d-script

2018-12-01 Thread Mert Dirik
On Sun, Dec 2, 2018 at 1:00 AM Michael Biebl wrote: > > Hi Mert! > > Am 29.11.18 um 14:44 schrieb Mert Dirik: > > I've created a merge request for 40-systemd at > > https://salsa.debian.org/systemd-team/systemd/merge_requests/19 . > > Reviews and comments are

Bug#826214: Bug#913247: Please provide a C implementation of /lib/init/init-d-script

2018-12-01 Thread Mert Dirik
On Sat, Dec 1, 2018 at 9:48 PM Thorsten Glaser wrote: > > On Sat, 1 Dec 2018, Dmitry Bogatov wrote: > > > AFAIK, in shell [ "${foo}" ] is equal to [ -n "${foo}" ]. > > Not always / portably. > > > I recommend > > test -n "$foo" > > for POSIX (which is equivalent to [ -n "$foo" ] but better

Bug#826214: Bug#913247: Please provide a C implementation of /lib/init/init-d-script

2018-11-29 Thread Mert Dirik
On Fri, 23 Nov 2018 01:24:07 +0100 Michael Biebl wrote: > Hi > > On Thu, 22 Nov 2018 16:01:33 + Ian Jackson > wrote: > > > To the systemd maintainers: will you have time to look at this, and > > make the appropriate change, soon ? If not then one of us could > > probably prepare a patch, if

Bug#826214: Bug#913247: Please provide a C implementation of /lib/init/init-d-script

2018-11-22 Thread Mert Dirik
On 11/23/18, Michael Biebl wrote: > Hi > > On Thu, 22 Nov 2018 16:01:33 + Ian Jackson > wrote: > >> To the systemd maintainers: will you have time to look at this, and >> make the appropriate change, soon ? If not then one of us could >> probably prepare a patch, if that would be helpful. >