diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-10 06:26:20 +0000 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-10 06:26:20 +0000 |
commit | c5b2e6f32bd19406c4b7f48a674062b585fa76e0 (patch) | |
tree | 99180b2d97a16894dc0efc0a70c495ef227a84f6 /templates/system/package/auto-sync | |
parent | 6bc8b5bad9e4e82ec70a930067268f96b633d416 (diff) | |
download | vyatta-cfg-quagga-c5b2e6f32bd19406c4b7f48a674062b585fa76e0.tar.gz vyatta-cfg-quagga-c5b2e6f32bd19406c4b7f48a674062b585fa76e0.zip |
Fix Bug 3069 Help strings should be standardized
-help strings standardized in vyatta-cfg-system
Diffstat (limited to 'templates/system/package/auto-sync')
-rw-r--r-- | templates/system/package/auto-sync/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/system/package/auto-sync/node.def b/templates/system/package/auto-sync/node.def index 9300848e..3d14ab04 100644 --- a/templates/system/package/auto-sync/node.def +++ b/templates/system/package/auto-sync/node.def @@ -3,7 +3,7 @@ # the /etc/crontab file must have the daily line for daily to be run type: u32 default: 1 -help: Update the the repository cache every n days. 0 disables auto-update. +help: Set to update the the repository cache every n days (0 disables auto-update) syntax:expression: $VAR(@) >= 0 && $VAR(@) < 32 ; "auto-sync must be between 0 and 32 days" update:expression: "sudo sh -c \"touch /etc/apt/apt.conf && \ sed -i '/APT::Periodic::Update-Package-Lists*/d' /etc/apt/apt.conf && \ |