fix profile variables with no value to have empty string, as the parser doesn't support having no value yet

This commit is contained in:
John Johansen 2008-05-07 18:38:53 +00:00
parent 5eb6218708
commit f6824704c5
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
#include <tunables/global>
#define this to be where syslog-ng is chrooted
@{CHROOT_BASE}=
@{CHROOT_BASE}=""
/sbin/syslog-ng {
#include <abstractions/base>

View file

@ -12,4 +12,4 @@
#Add your ntpd devices here eg. if you have a DCF clock
# @{NTPD_DEVICE}=/dev/ttyS*
@{NTPD_DEVICE}=
@{NTPD_DEVICE}=""