Adding squeeze-backports as valid distribution codename in lb_config.
This commit is contained in:
parent
958ec2235e
commit
e62dd620ea
|
@ -383,6 +383,11 @@ Local_arguments ()
|
|||
LB_DISTRIBUTION="lenny"
|
||||
BACKPORTS="true"
|
||||
;;
|
||||
|
||||
squeeze-backports)
|
||||
LB_DISTRIBUTION="squeeze"
|
||||
BACKPORTS="true"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in New Issue