diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-17 12:48:07 +0000 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-17 12:48:07 +0000 |
commit | 2e70f4ba742d4a4569bd48afc311f26ef8a5f8e6 (patch) | |
tree | 3e12049eadd003352979a4ac482b17671f7fd1d2 /scripts | |
parent | e0159c838b6b186ef55ef7aa68a96315a1615fbb (diff) | |
download | vyatta-cfg-system-2e70f4ba742d4a4569bd48afc311f26ef8a5f8e6.tar.gz vyatta-cfg-system-2e70f4ba742d4a4569bd48afc311f26ef8a5f8e6.zip |
T671: rl-system: version.master file no longer exists
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/rl-system.init | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/rl-system.init b/scripts/rl-system.init index 6ea1dcae..f6748a2d 100755 --- a/scripts/rl-system.init +++ b/scripts/rl-system.init @@ -77,13 +77,6 @@ add_new_serial_if () { fi } -## Update the version information -update_version_info () { - if [ -f ${vyatta_sysconfdir}/version.master ]; then - cp -u ${vyatta_sysconfdir}/version.master ${vyatta_sysconfdir}/version - fi -} - clear_or_override_config_files () { for conf in snmp/snmpd.conf snmp/snmptrapd.conf snmp/snmp.conf \ @@ -135,8 +128,6 @@ start () { security_reset - update_version_info - # Remove links from the post-commit hooks directory. # note that this approach only supports hooks that are "configured", # i.e., it does not support hooks that need to always be present. |