Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 228773

Summary: baselayout-vserver lacks adding line with config() in src/awk/cachedepends.awk
Product: Gentoo Linux Reporter: Alexey Borzenkov <snaury>
Component: [OLD] baselayoutAssignee: Gentoo VPS Team (OBSOLETE) <vserver-devs+disabled>
Status: RESOLVED WONTFIX    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Alexey Borzenkov 2008-06-21 16:13:33 UTC
src/awk/cachedepends.awk lacks the following line:

 function print_start() {
         print "source /sbin/functions.sh" >> TMPCACHE
         print "" >> TMPCACHE
+        print "config() { :; }" >> TMPCACHE
         print "need() {" >> TMPCACHE

Lack of the line marked with + makes depscan.sh report an error message of unknown command config. While it is totally harmless, it's a little annoying, and baselayout has the said line.

Reproducible: Always

Steps to Reproduce:
Comment 1 Benedikt Böhm (RETIRED) gentoo-dev 2008-06-22 22:17:12 UTC
baselayout-vserver is unmaintained, please use baselayout-2