]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
network: Don't include initscript headers twice
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 22 Mar 2024 16:40:15 +0000 (17:40 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 22 Mar 2024 16:40:15 +0000 (17:40 +0100)
Everywhere we import the functions, we have already imported the
standard includes.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/initscripts/networking/functions.network

index 4c7ad51d470023ca60272696c05b15f6f4f99d1b..4463b75879fe97102527f7d3fa0da40da2e109ad 100644 (file)
@@ -19,9 +19,6 @@
 #                                                                             #
 ###############################################################################
 
-. /etc/sysconfig/rc
-. $rc_functions
-
 eval $(/usr/local/bin/readhash /var/ipfire/ethernet/settings)
 eval $(/usr/local/bin/readhash /var/ipfire/dns/settings)