Enabling security and release updates for jessie.

This commit is contained in:
Daniel Baumann 2015-01-25 10:04:13 +01:00
parent ba6b9adeff
commit 1f0a9d9ee0
1 changed files with 2 additions and 2 deletions

View File

@ -623,7 +623,7 @@ Set_defaults ()
# Setting security updates option
case "${LB_PARENT_DISTRIBUTION}" in
jessie|sid)
sid)
LB_SECURITY="${LB_SECURITY:-false}"
;;
@ -634,7 +634,7 @@ Set_defaults ()
# Setting updates updates option
case "${LB_PARENT_DISTRIBUTION}" in
jessie|sid)
sid)
LB_UPDATES="${LB_UPDATES:-false}"
;;