Here is a patch to document the SECURITY option.
Index: CONF.sh =================================================================== RCS file: /cvs/debian-boot/debian-cd/CONF.sh,v retrieving revision 1.27 diff -u -3 -p -u -r1.27 CONF.sh --- CONF.sh 2002/05/06 17:19:05 1.27 +++ CONF.sh 2002/06/28 11:04:42 @@ -10,6 +10,7 @@ unset EXTRANONFREE unset LOCAL unset LOCALDEBS unset SECURED +unset SECURITY unset BOOTDIR unset SYMLINK unset COPYLINK @@ -98,6 +99,10 @@ export APTTMP=/ftp/tmp/apt # Release.gpg and files listed by this Release file, then # uncomment this line # export SECURED=1 + +# Where to find the security patches. This directory should be the +# top directory of a security.debian.org mirror. +#export SECURITY="$TOPDIR"/debian/debian-security # Sparc only : bootdir (location of cd.b and second.b) # export BOOTDIR=/boot Index: debian/CONF.sh =================================================================== RCS file: /cvs/debian-boot/debian-cd/debian/CONF.sh,v retrieving revision 1.21 diff -u -3 -p -u -r1.21 CONF.sh --- debian/CONF.sh 2002/05/06 17:19:05 1.21 +++ debian/CONF.sh 2002/06/28 11:04:42 @@ -6,6 +6,7 @@ unset EXTRANONFREE unset LOCAL unset LOCALDEBS unset SECURED +unset SECURITY unset BOOTDIR unset SYMLINK unset COPYLINK @@ -94,6 +95,10 @@ export APTTMP=/home/ftp/tmp/apt # uncomment this line # export SECURED=1 +# Where to find the security patches. This directory should be the +# top directory of a security.debian.org mirror. +#export SECURITY="$TOPDIR"/debian/debian-security + # Sparc only : bootdir (location of cd.b and second.b) # export BOOTDIR=/boot -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]