diff options
-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. |