summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-17 12:48:07 +0000
committerChristian Poessinger <christian@poessinger.com>2021-01-17 12:48:07 +0000
commit2e70f4ba742d4a4569bd48afc311f26ef8a5f8e6 (patch)
tree3e12049eadd003352979a4ac482b17671f7fd1d2 /scripts
parente0159c838b6b186ef55ef7aa68a96315a1615fbb (diff)
downloadvyatta-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-xscripts/rl-system.init9
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.