]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
configroot: Fix typo
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 22 Apr 2023 07:27:00 +0000 (09:27 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 22 Apr 2023 07:27:00 +0000 (09:27 +0200)
It is called ipset-functions.pl not ipsec-functions.pl.

May the second one comes any days in future - who knows....

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
lfs/configroot

index f2339350078b13fe3b06600c5be61c579723df77..bca77909a7a0cd8cebe7917d28ee0b1bc532422c 100644 (file)
@@ -81,7 +81,7 @@ $(TARGET) :
        cp $(DIR_SRC)/config/cfgroot/location-functions.pl      $(CONFIG_ROOT)/
        cp $(DIR_SRC)/config/cfgroot/ipblocklist-functions.pl   $(CONFIG_ROOT)/
        cp $(DIR_SRC)/config/cfgroot/ids-functions.pl           $(CONFIG_ROOT)/
-       cp $(DIR_SRC)/config/cfgroot/ipsec-functions.pl         $(CONFIG_ROOT)/
+       cp $(DIR_SRC)/config/cfgroot/ipset-functions.pl         $(CONFIG_ROOT)/
        cp $(DIR_SRC)/config/cfgroot/lang.pl                    $(CONFIG_ROOT)/
        cp $(DIR_SRC)/config/cfgroot/countries.pl               $(CONFIG_ROOT)/
        cp $(DIR_SRC)/config/cfgroot/graphs.pl                  $(CONFIG_ROOT)/