|
|
>>>>> "Christos" == Christos Zoulas <christos@xxxxxxxxxx> writes:
Christos> Modified Files:
Christos> src/bin/sh: expand.c
Christos> Log Message: PR/36954: Roland Illig: don't eat backlash
Christos> escapes in variable patterns. Makes ${line%%\**} work.
Christos> To generate a diff of this commit: cvs rdiff -r1.79
Christos> -r1.80 src/bin/sh/expand.c
This change seems to break many /etc/rc* (and indirectly) *.mk stuff
of a regular NetBSD system. I noticed that first during
/etc/rc.d/network start, when some ifconfig.XXX were no longer set up.
Also /usr/sbin/postinstall check now produces some 'additional'
output.
Just reverting this change seems to fix it.
Markus.
|
|