From 4ac6a4d2259868652a33a69624adb24438e3ce9a Mon Sep 17 00:00:00 2001 From: Alex Harpin Date: Mon, 30 Nov 2015 22:38:46 +0000 Subject: vyatta-cfg-system: drop the sysctl all node as it's broken Drop the sysctl all node as it doesn't return all the available sysctl options, so doesn't really provide it's intended function; the custom node allows setting of any of the options the user requires. Bug #88 http://bugzilla.vyos.net/show_bug.cgi?id=88 --- templates/system/sysctl/all/node.def | 5 ----- templates/system/sysctl/all/node.tag/value/node.def | 8 -------- 2 files changed, 13 deletions(-) delete mode 100644 templates/system/sysctl/all/node.def delete mode 100644 templates/system/sysctl/all/node.tag/value/node.def (limited to 'templates') diff --git a/templates/system/sysctl/all/node.def b/templates/system/sysctl/all/node.def deleted file mode 100644 index 47f08dbc..00000000 --- a/templates/system/sysctl/all/node.def +++ /dev/null @@ -1,5 +0,0 @@ -tag: -priority: 318 -type: txt -help: List all sysctl options (BROKEN: Does not list all values) -allowed: /sbin/sysctl -N -a 2>&- diff --git a/templates/system/sysctl/all/node.tag/value/node.def b/templates/system/sysctl/all/node.tag/value/node.def deleted file mode 100644 index 2ec6c0cf..00000000 --- a/templates/system/sysctl/all/node.tag/value/node.def +++ /dev/null @@ -1,8 +0,0 @@ -type: txt -priority: 319 # Failure barrier only - no ordering constraints - -help: Configure sysctl option -val_help: ; Set sysctl option - -update: sudo /opt/vyatta/sbin/vyatta_update_sysctl.pl --option $VAR(../@) $VAR(@) - -- cgit v1.2.3