]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
pakfire: Rename new key to pakfire-2018.key
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 2 Apr 2018 14:06:02 +0000 (15:06 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 2 Apr 2018 14:46:40 +0000 (15:46 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/pakfire
config/rootfiles/core/120/filelists/files
src/initscripts/system/pakfire
src/pakfire/pakfire-2018.key [moved from src/pakfire/pakfire.key with 100% similarity]

index 6cd531d1588b94ff041c01e599fea2af59afc882..bd5559597ac643f70176fdc7442e08d851d6be8b 100644 (file)
@@ -6,7 +6,7 @@ opt/pakfire/db/rootfiles
 #opt/pakfire/etc
 #opt/pakfire/pakfire.conf
 opt/pakfire/etc/pakfire.conf
-opt/pakfire/pakfire.key
+opt/pakfire/pakfire-2018.key
 #opt/pakfire/lib
 opt/pakfire/lib/functions.pl
 opt/pakfire/lib/functions.sh
index 88f7d047f42865a2897edeb8c6960df454537377..efcf693ec378db8e074e380301eeb18b948d0975 100644 (file)
@@ -7,7 +7,7 @@ etc/rc.d/init.d/pakfire
 etc/rc.d/init.d/unbound
 etc/rc.d/rcsysinit.d/S81pakfire
 opt/pakfire/lib/functions.pl
-opt/pakfire/pakfire.key
+opt/pakfire/pakfire-2018.key
 srv/web/ipfire/cgi-bin/ovpnmain.cgi
 srv/web/ipfire/cgi-bin/proxy.cgi
 srv/web/ipfire/cgi-bin/qos.cgi
index 1238833d588df6d369a10f68629e72cb083d5a1a..c01a46a36a7ec138c458b09c043d25ecead90d9b 100644 (file)
@@ -12,7 +12,7 @@
 case "${1}" in
        start)
                boot_mesg "Setting up Pakfire Package Manager..."
-               gpg --import /opt/pakfire/pakfire.key &>/dev/null
+               gpg --import /opt/pakfire/pakfire-2018.key &>/dev/null
                evaluate_retval
                ;;