summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-06-26 20:58:22 +0000
committerChristian Poessinger <christian@poessinger.com>2021-06-26 20:58:22 +0000
commit7b482f6941b3182146074f5806546b92d1111155 (patch)
treea8b6cb9437b2c8709678dafc954fc33c6b6ede66
parenta2c9fb78d6a192bea8932198738fbeda0e68cdc4 (diff)
downloadvyatta-cfg-system-7b482f6941b3182146074f5806546b92d1111155.tar.gz
vyatta-cfg-system-7b482f6941b3182146074f5806546b92d1111155.zip
Move vyos-postconfig-bootup.script to vyos-1x
-rwxr-xr-xdebian/vyatta-cfg-system.postinst.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in
index c1e7d7e6..520efc68 100755
--- a/debian/vyatta-cfg-system.postinst.in
+++ b/debian/vyatta-cfg-system.postinst.in
@@ -48,20 +48,6 @@ chmod -R 775 /opt/vyatta/etc/config
mkdir -p /opt/vyatta/etc/logrotate
mkdir -p /opt/vyatta/etc/netdevice.d
-# create /opt/vyatta/etc/config/scripts/vyos-postconfig-bootup.script
-# this should be after 'mkdir -p /opt/vyatta/etc/config/scripts' above
-if [ ! -x /opt/vyatta/etc/config/scripts/vyos-postconfig-bootup.script ]; then
- touch /opt/vyatta/etc/config/scripts/vyos-postconfig-bootup.script
- chmod 755 /opt/vyatta/etc/config/scripts/vyos-postconfig-bootup.script
- cat <<EOF >>/opt/vyatta/etc/config/scripts/vyos-postconfig-bootup.script
-#!/bin/sh
-# This script is executed at boot time after VyOS configuration is fully applied.
-# Any modifications required to work around unfixed bugs
-# or use services not available through the VyOS CLI system can be placed here.
-
-EOF
-fi
-
touch /etc/environment
if [ ! -f /etc/bash_completion ]; then