From 2f16bc249f181ff3aa48c9edb343d735e2a196ca Mon Sep 17 00:00:00 2001 From: bergware Date: Tue, 3 Oct 2023 05:52:52 +0200 Subject: [PATCH] scripts dutchification - batch 1 --- etc/rc.d/rc.inet2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/rc.d/rc.inet2 b/etc/rc.d/rc.inet2 index 33a59cbb1..380c1041b 100755 --- a/etc/rc.d/rc.inet2 +++ b/etc/rc.d/rc.inet2 @@ -17,6 +17,9 @@ # LimeTech - modified for Unraid OS # Bergware - modified for Unraid OS, October 2023 +# run & log functions +. /etc/rc.d/rc.runlog + # At this point, we are (almost) ready to talk to The World... # # If there is a firewall script, run it before enabling packet forwarding. @@ -24,9 +27,6 @@ # setting up a firewall or NAT on Linux. In some cases this might need to # be moved past the section below dealing with IP packet forwarding. -# run & log functions -. /etc/rc.d/rc.runlog - if [[ -x /etc/rc.d/rc.firewall ]]; then /etc/rc.d/rc.firewall start fi