From 550307379748dd440986510d9a6a423881d48169 Mon Sep 17 00:00:00 2001 From: rbalocca Date: Fri, 7 Mar 2008 16:33:06 -0800 Subject: Fix for bug #2921 ( http://bugzilla.vyatta.com/show_bug.cgi?id=2921 ) --- templates/system/package/repository/node.def | 3 --- 1 file changed, 3 deletions(-) (limited to 'templates/system/package') 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\" " -- cgit v1.2.3