mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Made squid 2.7 stable4 for core 17
Added to update and 2.3 Added green/blue capabilities to hostapd
This commit is contained in:
3
config/rootfiles/core/17/files
Normal file
3
config/rootfiles/core/17/files
Normal file
@@ -0,0 +1,3 @@
|
||||
etc/squid
|
||||
usr/lib/squid
|
||||
usr/sbin/squid
|
||||
1
config/rootfiles/core/17/meta
Normal file
1
config/rootfiles/core/17/meta
Normal file
@@ -0,0 +1 @@
|
||||
DEPS=""
|
||||
7
config/rootfiles/core/17/update.sh
Normal file
7
config/rootfiles/core/17/update.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
|
||||
/etc/init.d/squid stop
|
||||
extract_files
|
||||
/etc/init.d/squid start
|
||||
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
|
||||
@@ -13,3 +13,6 @@ etc/rc.d/init.d/checkfstab
|
||||
etc/rc.d/init.d/networking/any
|
||||
etc/rc.d/init.d/networking/red
|
||||
etc/rc.d/rcsysinit.d/S19checkfstab
|
||||
etc/squid
|
||||
usr/lib/squid
|
||||
usr/sbin/squid
|
||||
|
||||
@@ -70,11 +70,23 @@ mv /boot/grub/grub.conf /boot/grub/grub-old.conf
|
||||
#
|
||||
rm -rf /lib/modules/$KVER-ipfire
|
||||
#
|
||||
# Stopping Squid
|
||||
#
|
||||
echo
|
||||
echo Stopping Squid ...
|
||||
/etc/init.d/squid stop
|
||||
#
|
||||
# Unpack the updated files
|
||||
#
|
||||
echo
|
||||
echo Unpack the updated files ...
|
||||
extract_files
|
||||
#
|
||||
# Starting Squid
|
||||
#
|
||||
echo
|
||||
echo Starting Squid ...
|
||||
/etc/init.d/squid start
|
||||
#
|
||||
# Modify grub.conf
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user