Could you add fake get_options() and save_options() in cachedepends.awk ? --- /lib/rcscripts/awk/cachedepends.awk.orig 2008-08-03 19:43:03.000000000 +0200 +++ /lib/rcscripts/awk/cachedepends.awk 2008-08-03 19:45:12.000000000 +0200 @@ -5,6 +5,8 @@ print "source /sbin/functions.sh" >> TMPCACHE print "" >> TMPCACHE print "config() { :; }" >> TMPCACHE + print "get_options() { :; }" >> TMPCACHE + print "save_options() { :; }" >> TMPCACHE print "need() {" >> TMPCACHE print " echo \"NEED $*\"; return 0" >> TMPCACHE print "}" >> TMPCACHE pulseaudio and xdm init files use them. Reproducible: Always Actual Results: depscan.sh prints warning about missing functions.
*** Bug 254688 has been marked as a duplicate of this bug. ***
http://sources.gentoo.org/baselayout?rev=3143&view=rev