From 2e70f4ba742d4a4569bd48afc311f26ef8a5f8e6 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 17 Jan 2021 12:48:07 +0000 Subject: T671: rl-system: version.master file no longer exists --- scripts/rl-system.init | 9 --------- 1 file changed, 9 deletions(-) (limited to 'scripts/rl-system.init') 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. -- cgit v1.2.3