pakfire: Rename new key to pakfire-2018.key

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-04-02 15:06:02 +01:00
parent 3e29608f82
commit 397d3a8e15
4 changed files with 3 additions and 3 deletions

View 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

View 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

View 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
;;