Re: [systemd-devel] [PATCH] util, utf8: new wellipsize and wellipsize_mem that take into account multi-byte characters

2013-09-08 Thread Shawn
ping On 8/28/13, Shawn Landden wrote: > This version counts all multibyte characters as 1 width, not taking into > account double width cjk characters and zerowidth characters > --- > TODO | 4 --- > src/shared/utf8.c | 56 +++ > src/shared/utf8.h | 98 >

Re: [systemd-devel] systemctl enable/disable of sysvinit services is busted v206

2013-09-08 Thread Jan Engelhardt
On Sunday 2013-09-08 12:23, Colin Guthrie wrote: >Example Observation: > >[root@jimmy ~]# systemctl status mumble-server.service >mumble-server.service - LSB: Mumble VoIP Server > Loaded: loaded (/etc/rc.d/init.d/mumble-server) > Active: inactive (dead) > >[root@jimmy ~]# chkconfig --list 2>/d

Re: [systemd-devel] systemctl enable/disable of sysvinit services is busted v206

2013-09-08 Thread Andrey Borzenkov
В Sun, 08 Sep 2013 11:23:33 +0100 Colin Guthrie пишет: > Hi, > > I noticed from a user bug report that systemctl enable/disable on > sysvinit services (i.e. redirection to chkconfig) is broken. > > I can't see anything in master that would fix this, so just wondering if > it's a know issue befo

[systemd-devel] systemctl enable/disable of sysvinit services is busted v206

2013-09-08 Thread Colin Guthrie
Hi, I noticed from a user bug report that systemctl enable/disable on sysvinit services (i.e. redirection to chkconfig) is broken. I can't see anything in master that would fix this, so just wondering if it's a know issue before I poke at it further... Example Observation: [root@jimmy ~]# syste