]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
paks: add/move extract_backup_includes to pak update scripts
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 17 Feb 2020 21:34:14 +0000 (21:34 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 17 Feb 2020 21:34:14 +0000 (21:34 +0000)
this function allow to update the backup filelist before the backup was done in uninstall.sh at packet updates.

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
50 files changed:
src/paks/alsa/update.sh
src/paks/amazon-ssm-agent/uninstall.sh
src/paks/amazon-ssm-agent/update.sh
src/paks/apcupsd/update.sh
src/paks/asterisk/update.sh
src/paks/avahi/update.sh
src/paks/bird/uninstall.sh
src/paks/bird/update.sh
src/paks/cups/update.sh
src/paks/dbus/update.sh
src/paks/default/update.sh
src/paks/dnsdist/uninstall.sh
src/paks/dnsdist/update.sh
src/paks/freeradius/update.sh
src/paks/frr/uninstall.sh
src/paks/frr/update.sh
src/paks/git/update.sh
src/paks/gnump3d/update.sh
src/paks/guardian/update.sh
src/paks/haproxy/update.sh
src/paks/hostapd/update.sh
src/paks/igmpproxy/uninstall.sh
src/paks/igmpproxy/update.sh
src/paks/keepalived/update.sh
src/paks/libdaemon/update.sh
src/paks/libvirt/uninstall.sh
src/paks/mdns-repeater/update.sh
src/paks/minidlna/update.sh
src/paks/motion/update.sh
src/paks/mpfire/update.sh
src/paks/netsnmpd/uninstall.sh
src/paks/netsnmpd/update.sh
src/paks/nfs/update.sh
src/paks/nginx/uninstall.sh
src/paks/nginx/update.sh
src/paks/nut/update.sh
src/paks/postfix/uninstall.sh
src/paks/postfix/update.sh
src/paks/qemu/update.sh
src/paks/rpcbind/update.sh
src/paks/sarg/update.sh
src/paks/shairport-sync/update.sh
src/paks/squid-accounting/update.sh
src/paks/sslh/update.sh
src/paks/stunnel/update.sh
src/paks/tftpd/update.sh
src/paks/transmission/update.sh
src/paks/watchdog/update.sh
src/paks/wio/update.sh
src/paks/xinetd/update.sh

index 79af981e8ee221d4e81a4817c25e695c974c7e9d..14cf836b2d64c4d03eee016767963d6d03bccf40 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
 mv /etc/asound.state /tmp
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
 mv /tmp/asound.state /etc
index 48f160762aa5677e67c87a81c5b830f7a58352c0..126160805c5db2da545777dd9ad43220c666c63a 100644 (file)
@@ -23,8 +23,6 @@
 #
 . /opt/pakfire/lib/functions.sh
 
-extract_backup_includes
-
 stop_service ${NAME}
 
 make_backup ${NAME}
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..8df99676653755acfdb526c838d3375d9ba356c9 100644 (file)
@@ -22,5 +22,6 @@
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 4ba09c858cd49f2ae6089c9808602653db16c891..28792eaf010b68cf4b2da64928c9c7c76f2075a2 100644 (file)
@@ -27,7 +27,6 @@
 stop_service "${NAME}"
 
 # Create backup
-extract_backup_includes
 make_backup "${NAME}"
 
 # Remove all files
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..8df99676653755acfdb526c838d3375d9ba356c9 100644 (file)
@@ -22,5 +22,6 @@
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 9f2f69331cca153d7c9c7648f03dd8730e34cbff..5082e497ea222e1b18b319f331f4f645b3774b0c 100644 (file)
@@ -22,5 +22,6 @@
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 966c525c49e46f5125abb3b7da764a0bafa6ab7b..41c600e77c4c6e940f59d35ab782c8d5237259df 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
 
-extract_backup_includes
-
 stop_service ${NAME}
 
 make_backup ${NAME}
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..8df99676653755acfdb526c838d3375d9ba356c9 100644 (file)
@@ -22,5 +22,6 @@
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 49e3fdd7d1b7a4c60ee55feef809b5d6060ea2b5..835558ac4ceb3ccd93b60e3f3c18582577eb2d95 100644 (file)
@@ -17,7 +17,7 @@
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
@@ -27,7 +27,6 @@
 stop_service "${NAME}"
 
 # Create backup
-extract_backup_includes
 make_backup "${NAME}"
 
 # Remove all files
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..8df99676653755acfdb526c838d3375d9ba356c9 100644 (file)
@@ -22,5 +22,6 @@
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 6e387001ff2019031eb0d65c16a3231f6d5e28d1..2031a9613d543fc724ebe65eaa8bf8b4ca1af8cd 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 #Remove userdate from rootfile
 cat /opt/pakfire/db/rootfiles/gnump3d | \
     grep -v "var/mp3" > /opt/pakfire/db/rootfiles/gnump3d.tmp
index 4bec42b537948ea09909f047bf66ef63abbd3a5e..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007-2016 IPFire-Team <info@ipfire.org>.                   #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index f81b0411681889901792eb33529290f452ea1d95..46deb04d1fa10f9a8c766c7f7986ce864534bdcc 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2008 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+exctract_backup_includes
 ./uninstall.sh
 ./install.sh
index eb6ff5f9b916cae8b5ba20e49179cc518e127773..7685264c5ce6fb69250a786be27edfa98ecee1e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
 stop_service ${NAME}
-extract_backup_includes
 make_backup ${NAME}
 remove_files
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 0d96e360dfd5ee1fbf7e6004881916473bc861ba..ba17705537e53f0dfb7a6121c77c97c7798a41e1 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
 stop_service libvirtd
 stop_service virtlogd
-extract_backup_includes
 make_backup ${NAME}
 
 remove_files
index c6485bf0ae822fe08e62ddd59af78c7cc3951412..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
-
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index d5e61164c9f4710d9d8b465fd1a5ebfeca8bd03c..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
+. /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 278218b26066bb104c4e310d58e5e9f4782f00e4..a7b8a5370f68e23809d3bd94083f0150545980cb 100644 (file)
@@ -22,7 +22,6 @@
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
-extract_backup_includes
 stop_service ${NAME}
 make_backup ${NAME}
 remove_files
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 7c7bfe8b8c8c9969f0c08be43ba12ed31f06f1fb..ded53f042176bcf0eaf99f7c40c874d37e046045 100644 (file)
@@ -23,7 +23,6 @@
 #
 . /opt/pakfire/lib/functions.sh
 stop_service ${NAME}
-extract_backup_includes
 make_backup ${NAME}
 remove_files
 
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index bff411a91ddd72444e4e4cda4d71b975e10c2d6b..ecf6b5b78755767c04857984057eea036a4fc005 100644 (file)
@@ -22,7 +22,6 @@
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
-extract_backup_includes
 stop_service ${NAME}
 make_backup ${NAME}
 /usr/sbin/alternatives --remove sendmail /usr/sbin/sendmail.postfix
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index c6485bf0ae822fe08e62ddd59af78c7cc3951412..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
-
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index c6485bf0ae822fe08e62ddd59af78c7cc3951412..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
-
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh
index 89c40d0d7c5d3dd57b5944f3af4977d5f8d76760..99776659c31ca813c685a8c1c983df98896933e9 100644 (file)
 # along with IPFire; if not, write to the Free Software                    #
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA #
 #                                                                          #
-# Copyright (C) 2007 IPFire-Team <info@ipfire.org>.                        #
+# Copyright (C) 2007-2020 IPFire-Team <info@ipfire.org>.                   #
 #                                                                          #
 ############################################################################
 #
 . /opt/pakfire/lib/functions.sh
+extract_backup_includes
 ./uninstall.sh
 ./install.sh