]> 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>
Sun, 3 Mar 2024 11:56:03 +0000 (12:56 +0100)
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 42c4ea8ecfefebcab1951cd9b4fcb81275aac58c..a89ce167346375b81cdf3ed40042716f562ad4a5 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)/