diff options
author | Christian Hesse <mail@eworm.de> | 2018-10-10 21:49:46 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-10-10 21:49:46 +0200 |
commit | 1bbbe3a5a7dfb2b45d77e6c6c8c1f95bc533f935 (patch) | |
tree | 5534b038d55e8f20c0ee5f8a428939c43275d7e6 | |
parent | 9f4b6fac4400e4cd92e8b88c58fac55d3a112d24 (diff) |
global: remove unused variables
-rw-r--r-- | check-certificates | 2 | ||||
-rw-r--r-- | check-routeros-update | 2 | ||||
-rw-r--r-- | collect-wireless-mac.capsman | 2 | ||||
-rw-r--r-- | collect-wireless-mac.local | 2 | ||||
-rw-r--r-- | collect-wireless-mac.template | 2 | ||||
-rw-r--r-- | daily-psk | 2 | ||||
-rw-r--r-- | sms-forward | 2 |
7 files changed, 0 insertions, 14 deletions
diff --git a/check-certificates b/check-certificates index e584462..566b013 100644 --- a/check-certificates +++ b/check-certificates @@ -5,8 +5,6 @@ # check for certificate validity :global "identity"; -:global "email-general-to"; -:global "email-general-cc"; :global SendNotification; diff --git a/check-routeros-update b/check-routeros-update index 0c39daa..3f67c78 100644 --- a/check-routeros-update +++ b/check-routeros-update @@ -5,8 +5,6 @@ # check for RouterOS update, send notification e-mails :global "identity"; -:global "email-general-to"; -:global "email-general-cc"; :global "safe-update-url"; :global "sent-routeros-update-notification"; diff --git a/collect-wireless-mac.capsman b/collect-wireless-mac.capsman index d60710f..2d7885f 100644 --- a/collect-wireless-mac.capsman +++ b/collect-wireless-mac.capsman @@ -7,8 +7,6 @@ # !! Do not edit this file, it is generated from template! :global "identity"; -:global "email-general-to"; -:global "email-general-cc"; :global SendNotification; diff --git a/collect-wireless-mac.local b/collect-wireless-mac.local index 68d24a6..9800fab 100644 --- a/collect-wireless-mac.local +++ b/collect-wireless-mac.local @@ -7,8 +7,6 @@ # !! Do not edit this file, it is generated from template! :global "identity"; -:global "email-general-to"; -:global "email-general-cc"; :global SendNotification; diff --git a/collect-wireless-mac.template b/collect-wireless-mac.template index f295281..ec6cff0 100644 --- a/collect-wireless-mac.template +++ b/collect-wireless-mac.template @@ -8,8 +8,6 @@ # !! or 'interface wireless'! :global "identity"; -:global "email-general-to"; -:global "email-general-cc"; :global SendNotification; @@ -5,8 +5,6 @@ # update daily PSK (pre shared key) :global "identity"; -:global "email-general-to"; -:global "email-general-cc"; :global "daily-psk-match-comment"; :global SendNotification; diff --git a/sms-forward b/sms-forward index 70699c0..644e6c9 100644 --- a/sms-forward +++ b/sms-forward @@ -5,8 +5,6 @@ # forward SMS to e-mail :global "identity"; -:global "email-general-to"; -:global "email-general-cc"; :global SendNotification; |