--- /usr/portage/sys-apps/busybox/busybox-1.1.2.ebuild 2006-04-11 00:31:45.000000000 +0200 +++ /root/busybox-1.1.2.ebuild.new 2006-04-25 15:18:43.000000000 +0200 @@ -78,6 +78,15 @@ done if [[ -r ${S}/.config ]] ; then einfo "Found your ${configfile} and using it." + ewarn "" + ewarn "You should check if ${configfile} needs any adjustments." + ewarn "Commands for this task:" + ewarn " ebuild \"${0}\" unpack" + ewarn " cd \"${S}\"" + ewarn " yes '' | make oldconfig" + ewarn " diff \"${configfile}\" .config" + ewarn "" + yes '' | \ make oldconfig > /dev/null return 0 fi