From eceb410fd5e7f74b1e0655bc60ce5b7e34fb422f Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Wed, 20 Nov 2024 18:32:02 -0600 Subject: op-mode: T6900: remove uninformative 'show configuration files' The legacy node and behavior under 'show configuration files' is not useful as is; remove node and drop script to allow for a useful repurpose in the future. --- src/op_mode/show_configuration_files.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 src/op_mode/show_configuration_files.sh (limited to 'src/op_mode') diff --git a/src/op_mode/show_configuration_files.sh b/src/op_mode/show_configuration_files.sh deleted file mode 100755 index ad8e0747c..000000000 --- a/src/op_mode/show_configuration_files.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -# Wrapper script for the show configuration files command -find ${vyatta_sysconfdir}/config/ \ - -type f \ - -not -name ".*" \ - -not -name "config.boot.*" \ - -printf "%f\t(%Tc)\t%T@\n" \ - | sort -r -k3 \ - | awk -F"\t" '{printf ("%-20s\t%s\n", $1,$2) ;}' -- cgit v1.2.3