diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2015-11-30 22:38:46 +0000 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2015-11-30 22:38:46 +0000 |
commit | 4ac6a4d2259868652a33a69624adb24438e3ce9a (patch) | |
tree | 8c9d8f471f7f020f7f88dacfb0084ce8d7443a00 /templates | |
parent | 27f49c1c5bc0b9656a2931c17d5092a372447c61 (diff) | |
download | vyatta-cfg-system-4ac6a4d2259868652a33a69624adb24438e3ce9a.tar.gz vyatta-cfg-system-4ac6a4d2259868652a33a69624adb24438e3ce9a.zip |
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
Diffstat (limited to 'templates')
-rw-r--r-- | templates/system/sysctl/all/node.def | 5 | ||||
-rw-r--r-- | templates/system/sysctl/all/node.tag/value/node.def | 8 |
2 files changed, 0 insertions, 13 deletions
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: <integer>; Set sysctl option - -update: sudo /opt/vyatta/sbin/vyatta_update_sysctl.pl --option $VAR(../@) $VAR(@) - |