diff options
author | Christian Hesse <mail@eworm.de> | 2023-03-08 09:18:11 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-03-10 09:58:01 +0100 |
commit | 3b5026ea8d8e8f9867b85d91c81d2296265d6d6a (patch) | |
tree | 4d1af3c941ce0ec624e8100363023071c60103b1 /mod | |
parent | 56ae457d777620afce8d92ac61b1701eb3ed9922 (diff) |
drop dummy scripts used for migration
This now causes expected warnings on first run of $ScriptInstallUpdate.
The migration still works, as we keep `global-config.changes` and
`global-functions`.
Diffstat (limited to 'mod')
-rw-r--r-- | mod/bridge-port-to | 3 | ||||
-rw-r--r-- | mod/bridge-port-vlan | 3 | ||||
-rw-r--r-- | mod/inspectvar | 3 | ||||
-rw-r--r-- | mod/ipcalc | 3 | ||||
-rw-r--r-- | mod/notification-email | 3 | ||||
-rw-r--r-- | mod/notification-matrix | 3 | ||||
-rw-r--r-- | mod/notification-telegram | 3 | ||||
-rw-r--r-- | mod/scriptrunonce | 3 |
8 files changed, 0 insertions, 24 deletions
diff --git a/mod/bridge-port-to b/mod/bridge-port-to deleted file mode 100644 index 2da00ca..0000000 --- a/mod/bridge-port-to +++ /dev/null @@ -1,3 +0,0 @@ -#!rsc by RouterOS -# -# dummy for migration diff --git a/mod/bridge-port-vlan b/mod/bridge-port-vlan deleted file mode 100644 index 2da00ca..0000000 --- a/mod/bridge-port-vlan +++ /dev/null @@ -1,3 +0,0 @@ -#!rsc by RouterOS -# -# dummy for migration diff --git a/mod/inspectvar b/mod/inspectvar deleted file mode 100644 index 2da00ca..0000000 --- a/mod/inspectvar +++ /dev/null @@ -1,3 +0,0 @@ -#!rsc by RouterOS -# -# dummy for migration diff --git a/mod/ipcalc b/mod/ipcalc deleted file mode 100644 index 2da00ca..0000000 --- a/mod/ipcalc +++ /dev/null @@ -1,3 +0,0 @@ -#!rsc by RouterOS -# -# dummy for migration diff --git a/mod/notification-email b/mod/notification-email deleted file mode 100644 index 2da00ca..0000000 --- a/mod/notification-email +++ /dev/null @@ -1,3 +0,0 @@ -#!rsc by RouterOS -# -# dummy for migration diff --git a/mod/notification-matrix b/mod/notification-matrix deleted file mode 100644 index 2da00ca..0000000 --- a/mod/notification-matrix +++ /dev/null @@ -1,3 +0,0 @@ -#!rsc by RouterOS -# -# dummy for migration diff --git a/mod/notification-telegram b/mod/notification-telegram deleted file mode 100644 index 2da00ca..0000000 --- a/mod/notification-telegram +++ /dev/null @@ -1,3 +0,0 @@ -#!rsc by RouterOS -# -# dummy for migration diff --git a/mod/scriptrunonce b/mod/scriptrunonce deleted file mode 100644 index 2da00ca..0000000 --- a/mod/scriptrunonce +++ /dev/null @@ -1,3 +0,0 @@ -#!rsc by RouterOS -# -# dummy for migration |