From dd4ed28a045b2b0a4a4361927b6c739c9987c32f Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 5 Jul 2007 06:49:01 +0000 Subject: [PATCH] Clifford Wolf: Use CORE packages as default printer and mailer [2007070508465728688] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@8623 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- misc/config/config-200-defaults.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/config/config-200-defaults.in b/misc/config/config-200-defaults.in index 7297ddc9c..c653d4930 100644 --- a/misc/config/config-200-defaults.in +++ b/misc/config/config-200-defaults.in @@ -58,7 +58,7 @@ menu_begin MENU_DEFAULTS 'Package Defaults' default='none'; list=' ' while read pkg ver ; do default=${default:-$pkg} - [ $pkg = lprng ] && default=$pkg + [ $pkg = cups ] && default=$pkg list="$list $pkg Use_${pkg}_($ver)_as_standard_print_system" done < <(grep " PRINTER " $swpdir/packages | cut -f5,6 -d' ') list="$list none Do_not_configure_a_default_print_system" @@ -76,7 +76,7 @@ menu_begin MENU_DEFAULTS 'Package Defaults' default='none'; list=' ' while read pkg ver ; do default=${default:-$pkg} - [ $pkg = sendmail ] && default=sendmail + [ $pkg = postfix ] && default=$pkg list="$list $pkg Use_${pkg}_($ver)_as_standard_MTA" done < <(grep " MTA " $swpdir/packages | cut -f5,6 -d' ') list="$list none Do_not_configure_a_default_MTA"