diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-03-04 13:08:19 -0800 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-03-04 13:08:19 -0800 |
commit | 55daad2b572e8648fafeed1c93b06902349f9e01 (patch) | |
tree | b208b233a670065ee7b11c29ffbccd63a7aa24b0 | |
parent | b6cedf3ed8cec3f82e0d6fa27f7e86873ea212ea (diff) | |
download | vyatta-cfg-quagga-55daad2b572e8648fafeed1c93b06902349f9e01.tar.gz vyatta-cfg-quagga-55daad2b572e8648fafeed1c93b06902349f9e01.zip |
Fix for bug #2934
http://bugzilla.vyatta.com/show_bug.cgi?id=2934
-rw-r--r-- | sysconf/config.boot.default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysconf/config.boot.default b/sysconf/config.boot.default index b0eda7ad..fdde1c74 100644 --- a/sysconf/config.boot.default +++ b/sysconf/config.boot.default @@ -14,9 +14,9 @@ system { } package { repository community { - distribution: "community" + distribution: "stable" components: "main" - url: "http://archive.vyatta.com/vyatta" + url: "http://packages.vyatta.com/vyatta" } } } |