sendmail: have $default=none when no MTA-s exist gtk+12: don't depend on ROCKCFG_DISABLE_NLS git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2055 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
@ -4,6 +4,7 @@
- implemented kiss' mount '-r' options and added a remount option ('-R')
- updated rockplug (0.0.6)
- Alejandro Mery: fixed scripts/Download to not always require a config
- Dimitar Zhekov: sendmail and gtk+12 config.in fixes
*) 2003-12-23 (2.0.0-rc3 - 2.0.0-rc4)
@ -28,6 +28,7 @@ menu_begin MENU_MAILER 'Selecting MTA (mail transfer agent)'
[ $pkg = sendmail ] && default=sendmail
list="$list $pkg Use_${pkg}_($ver)_as_standard_MTA"
done < <(grep "^X .* MTA " config/$config/packages | cut -f5,6 -d' ')
default=${default:-none}
list="$list none Do_not_configure_a_default_MTA"
choice ROCKCFG_DEFAULT_MTA $default $list
menu_end
@ -31,3 +31,5 @@ ROCKCFG_PKG_GTK12_INPUT_LOCALE
input, for example if have only a few fonts corresponding to your
locale and gtk+1 apps look ugly, but take into account that all other
items, for example filenames, will not be displayed in your language.
Don't check this option if you have NLS enabled, your codepage is not
ISO8859-1 and you have applications translated to your language.
@ -20,7 +20,7 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
if [ "$ROCKCFG_DISABLE_NLS" = 1 ] && pkgcheck "gtk\+12" X
if pkgcheck "gtk\+12" X
then
menu_begin MENU_PKG_GTK12 'Gtk+1.2 Package Options'
bool 'Use locale fonts on input only' \