Bug ID 932456
Summary "sysconf_addword NTPD_RUN_CHROOTED yes" places a space before "yes"
Classification openSUSE
Product openSUSE 13.1
Version Final
Hardware Other
OS openSUSE 13.1
Status NEW
Severity Normal
Priority P5 - None
Component Basesystem
Assignee bnc-team-screening@forge.provo.novell.com
Reporter stefan.schaefer@fsproductions.de
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

If I try to change the NTPD_RUN_CHROOTED from no to yes with sysconf_addword,
it places a space before "yes"

To reproduce do: 

sysconf_addword -r /etc/sysconfig/ntp NTPD_RUN_CHROOTED no

and

sysconf_addword /etc/sysconfig/ntp NTPD_RUN_CHROOTED yes

This results in:

NTPD_RUN_CHROOTED=" yes"

instead of:

NTPD_RUN_CHROOTED="yes"

With the space-sign, ntpd didn't run chrotted after restart.

Regards

Stefan


You are receiving this mail because: