Mike Kupfer <mike.kupfer at sun.com> writes: > My SPARC build in a Teamware workspace using the onnv-scm nightly(1) > worked, except I got these funny warning messages for the SUNWcsd > package: > > ## Validating control scripts. > WARNING: not sure where script <i.initd> gets the parameter at line <170>. > WARNING: not sure where script <i.initd> gets the parameter at line <170>. > WARNING: not sure where script <i.initd> gets the parameter at line <170>. > WARNING: not sure where script <i.initd> gets the parameter at line <170>.
If this is new, it should be fixed. Though I'm not seeing it, in the packages I can build. Which package is this happening with? > These messages are apparently due to this code in i.initd: > > 170 awk '$2 == "l" && $3 =="initd" {print $4, $2}' $PKGMAP | \ > 171 sed -e 's:^etc/:/etc/:' | \ > 172 $INSTALLF -c initd $PKGINST - && exit 0 || exit 2 I have no idea how we'd be breaking that... lurking SCCS knowledge? > AFAICT these warnings are harmless, but I thought I'd mention them in > case someone else understands better what's going on. Probably harmless, but we still need to make it stop, if it's our fault. -- Rich