From fa8e9f9381214c465f4d73135d722ca0d5e9272d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 25 Aug 2008 12:51:07 +0200 Subject: Renaming sections to categories in order to use the same names as Debian Policy does (Closes: #483777). --- functions/defaults.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index 9c4d2d34a..2f817a2c4 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -319,10 +319,10 @@ Set_defaults () LH_MIRROR_BINARY_SECURITY="http://security.debian.org/" fi - # Setting sections value - if [ -z "${LH_SECTIONS}" ] + # Setting categories value + if [ -z "${LH_CATEGORIES}" ] then - LH_SECTIONS="main" + LH_CATEGORIES="main" fi ## config/chroot -- cgit v1.2.3