diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-03-07 16:33:06 -0800 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-03-07 16:33:06 -0800 |
commit | 550307379748dd440986510d9a6a423881d48169 (patch) | |
tree | 3b4ef0dd639430f8a9cc986cfb804d1431738a54 /templates | |
parent | 3b185ab75f3189164b6d1c0721eb66de3c118b2e (diff) | |
download | vyatta-cfg-system-550307379748dd440986510d9a6a423881d48169.tar.gz vyatta-cfg-system-550307379748dd440986510d9a6a423881d48169.zip |
Fix for bug #2921 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2921 )
Diffstat (limited to 'templates')
-rw-r--r-- | templates/system/package/repository/node.def | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/system/package/repository/node.def b/templates/system/package/repository/node.def index e07967ee..7dc48a3d 100644 --- a/templates/system/package/repository/node.def +++ b/templates/system/package/repository/node.def @@ -1,9 +1,6 @@ tag: type: txt help: Name describing the repository -commit:expression: $VAR(./url/) != ""; "Must configure the repository URL" -commit:expression: $VAR(./distribution/) != ""; "Must configure the repository distribution" -commit:expression: $VAR(./components/) != ""; "Must configure the repository component" update:expression: "sudo sh -c \"touch /etc/apt/sources.list && \ sed -i '\\!# $VAR(@) #!d' /etc/apt/sources.list && \ echo \\\"deb $VAR(url/@)/ $VAR(distribution/@) $VAR(components/@) # $VAR(@) #\\\" >> /etc/apt/sources.list\" " |