[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: system/2193: Wrong variable name in /etc/rc
- To: bugs_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: Re: system/2193: Wrong variable name in /etc/rc
- From: Andrew Pinski <pinskia_(_at_)_physics_(_dot_)_uc_(_dot_)_edu>
- Date: Thu, 22 Nov 2001 08:30:01 -0700 (MST)
- Cc:
- Reply-to: Andrew Pinski <pinskia_(_at_)_physics_(_dot_)_uc_(_dot_)_edu>
The following reply was made to PR system/2193; it has been noted by GNATS.
From: Andrew Pinski <pinskia_(_at_)_physics_(_dot_)_uc_(_dot_)_edu>
To: Frank Denis <j_(_at_)_pureftpd_(_dot_)_org>
Cc: gnats_(_at_)_openbsd_(_dot_)_org
Subject: Re: system/2193: Wrong variable name in /etc/rc
Date: Thu, 22 Nov 2001 10:20:09 -0500
No this adds syslog to watch on ${named_chroot}/dev/log iff named is
turned on and it is in changerooted.
Thanks,
Andrew Pinski
On Thursday, November 22, 2001, at 10:00 , Frank Denis wrote:
>
>> Number: 2193
>> Category: system
>> Synopsis: Wrong variable name in /etc/rc
>> Confidential: no
>> Severity: non-critical
>> Priority: low
>> Responsible: bugs
>> State: open
>> Class: sw-bug
>> Submitter-Id: net
>> Arrival-Date: Thu Nov 22 08:10:01 MST 2001
>> Last-Modified:
>> Originator: Jedi/Sector One
>> Organization:
> net
>> Release: OpenBSD 3.0
>> Environment:
> System : OpenBSD 3.0
> Architecture: OpenBSD.i386
> Machine : i386
>> Description:
>
> Here's an extract of /etc/rc , that starts the system logger :
>
> echo 'starting system logger'
> rm -f /dev/log
> if [ "X${named_flags}" != X"NO" -a "X${named_chroot}" != "X" ]; then
> rm -f ${named_chroot}/dev/log
> syslogd_flags="${syslogd_flags} -a ${named_chroot}/dev/log"
> fi
> syslogd ${syslogd_flags}
>
> Shouldn't ${named_flags} be replaced with ${syslogd_flags} and
> ${named_chroot} with ${syslogd_chroot} ?
>
>> How-To-Repeat:
>
> -
>
>> Fix:
>
> See above.
>
>> Audit-Trail:
>> Unformatted:
>
Visit your host, monkey.org