diff options
author | Robert Bays <rbays@moresby.(none)> | 2008-01-22 17:40:00 -0800 |
---|---|---|
committer | Robert Bays <rbays@moresby.(none)> | 2008-01-22 17:40:00 -0800 |
commit | b46b6fb018c7c40a395de5a2523d86d834392b62 (patch) | |
tree | 516aee90d2fc0e9c05bf5ef2d7005ce5a03cfe20 /sysconf | |
parent | 16031470e620e2310935795cd110eceec7995712 (diff) | |
download | vyatta-cfg-quagga-b46b6fb018c7c40a395de5a2523d86d834392b62.tar.gz vyatta-cfg-quagga-b46b6fb018c7c40a395de5a2523d86d834392b62.zip |
fix for bug 1938 to prep for glendale repo
Diffstat (limited to 'sysconf')
-rw-r--r-- | sysconf/config.boot.default | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysconf/config.boot.default b/sysconf/config.boot.default index 941507f0..b0eda7ad 100644 --- a/sysconf/config.boot.default +++ b/sysconf/config.boot.default @@ -14,7 +14,8 @@ system { } package { repository community { - component: "main" + distribution: "community" + components: "main" url: "http://archive.vyatta.com/vyatta" } } |