diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index 5a274dc09..89b263aa1 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -4,7 +4,7 @@ - Alejandro Mery: fixed ncurses/zlib to install into /, fixed ncompress download location and updated smartmontools - updated exim and spamassassin - - Dimitar Zhekov: linux config style fixes + - Dimitar Zhekov: linux config style fixes, pkgsel rules in submenu *) 2003-09-12 (2.0.0-rc1 - 2.0.0-rc2) diff --git a/scripts/config.hlp b/scripts/config.hlp index 812c312cd..9cf3352f5 100644 --- a/scripts/config.hlp +++ b/scripts/config.hlp @@ -148,10 +148,13 @@ ROCKCFG_PKGFILE_VER package filenme. ROCKCFG_PKGSEL + If selected you can modify the package list for the build. + +MENU_PKGSEL_RULES Here you can modify the package list for the build. You have the choice beween enable, disable or complete removal. A disabled - package can still be reenabled by a target where are removed - package can not be selected by a target. + package can still be reenabled by a target, while a removed one + can not be selected by a target. Use "X " to enable packages Use "O " to disable packages diff --git a/scripts/config.in b/scripts/config.in index 5cb19510d..e13c26ffb 100644 --- a/scripts/config.in +++ b/scripts/config.in @@ -227,7 +227,7 @@ expert_begin fi bool 'Custom package selection' ROCKCFG_PKGSEL 0 if [ "$ROCKCFG_PKGSEL" = 1 ] ; then - block_begin 3 + menu_begin MENU_PKGSEL_RULES 'Edit package selection rules' # Active error checking: explicitly show an annoying popup filter=`printf "^[-xXoO][ \t]\+[a-zA-Z0-9_/*+.-]"` if grep -lvq "$filter" config/$config/pkgsel 2> /dev/null && \ @@ -284,7 +284,7 @@ expert_begin rm -f config/$config/packages.new comment '---- Syntax error(s) in rule set!' fi - block_end + menu_end else rm -f config/$config/pkgsel rm -f config/$config/pkgsel.awk