diff options
author | John Estabrook <jestabro@vyos.io> | 2023-08-24 13:50:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 13:50:22 -0500 |
commit | f86d305d2cd638e70e64ef912d826aa1c448c29b (patch) | |
tree | 51972789ec0faaedcf94ca6597499cc041f92d90 /Makefile.am | |
parent | 7321669f9cb118f2dc366e35843b801cca310feb (diff) | |
parent | f56f01300512a3083d444d19fbba8323fbce540f (diff) | |
download | vyatta-cfg-f86d305d2cd638e70e64ef912d826aa1c448c29b.tar.gz vyatta-cfg-f86d305d2cd638e70e64ef912d826aa1c448c29b.zip |
Merge pull request #67 from jestabro/save-config
save-config: T4292: use vyos-save-config.py
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4434303..c175d7d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -96,7 +96,6 @@ src_my_cli_shell_api_SOURCES = src/cli_shell_api.cpp sbin_SCRIPTS = scripts/vyatta-cfg-cmd-wrapper sbin_SCRIPTS += scripts/priority.pl -sbin_SCRIPTS += scripts/vyatta-save-config.pl sbin_SCRIPTS += scripts/vyatta-cfg-notify sbin_SCRIPTS += scripts/vyatta-log-commit.pl sbin_SCRIPTS += scripts/vyos-user-precommit-hooks.sh |