summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfunctions/defaults.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 15e1d6c06..27b14d0c1 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -850,7 +850,7 @@ Set_defaults ()
# Setting security updates option
case "${LB_DISTRIBUTION}" in
- wheezy|sid|baureo)
+ wheezy|sid|precise)
LB_SECURITY="${LB_SECURITY:-false}"
;;
@@ -861,7 +861,7 @@ Set_defaults ()
# Setting volatile updates option
case "${LB_DISTRIBUTION}" in
- wheezy|sid|baureo)
+ wheezy|sid|precise)
LB_VOLATILE="${LB_VOLATILE:-false}"
;;