mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
@@ -1 +0,0 @@
|
||||
../../../common/apache2
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/bind
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/calamaris
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/dhcpcd
|
||||
@@ -1,8 +0,0 @@
|
||||
etc/os-release
|
||||
etc/system-release
|
||||
etc/issue
|
||||
srv/web/ipfire/cgi-bin/credits.cgi
|
||||
var/ipfire/langs
|
||||
etc/rc.d/init.d/mountkernfs
|
||||
etc/rc.d/init.d/networking/functions.network
|
||||
etc/rc.d/init.d/networking/red
|
||||
@@ -1 +0,0 @@
|
||||
../../../../common/i586/openssl-sse2
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/openssl
|
||||
@@ -1 +0,0 @@
|
||||
../../../common/squid
|
||||
5
config/rootfiles/core/145/filelists/files
Normal file
5
config/rootfiles/core/145/filelists/files
Normal file
@@ -0,0 +1,5 @@
|
||||
etc/os-release
|
||||
etc/system-release
|
||||
etc/issue
|
||||
srv/web/ipfire/cgi-bin/credits.cgi
|
||||
var/ipfire/langs
|
||||
@@ -24,7 +24,7 @@
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
|
||||
|
||||
core=144
|
||||
core=145
|
||||
|
||||
exit_with_error() {
|
||||
# Set last succesfull installed core.
|
||||
@@ -44,9 +44,6 @@ for (( i=1; i<=$core; i++ )); do
|
||||
done
|
||||
|
||||
# Remove files
|
||||
rm -rf /usr/bin/go
|
||||
rm -rf /usr/lib/go
|
||||
rm -rf /usr/lib/libgo.*
|
||||
|
||||
# Stop services
|
||||
|
||||
@@ -57,16 +54,6 @@ extract_files
|
||||
ldconfig
|
||||
|
||||
# Start services
|
||||
/etc/init.d/apache restart
|
||||
/etc/init.d/squid restart
|
||||
|
||||
# create dhcpcd user
|
||||
groupadd -g 52 dhcpcd
|
||||
useradd -c 'dhcpcd privsep user' \
|
||||
-d /run/dhcpcd/chroot \
|
||||
-g dhcpcd \
|
||||
-s /bin/false \
|
||||
-u 52 dhcpcd
|
||||
|
||||
# Update Language cache
|
||||
/usr/local/bin/update-lang-cache
|
||||
@@ -75,7 +62,7 @@ useradd -c 'dhcpcd privsep user' \
|
||||
/usr/local/bin/filesystem-cleanup
|
||||
|
||||
# This update needs a reboot...
|
||||
touch /var/run/need_reboot
|
||||
#touch /var/run/need_reboot
|
||||
|
||||
# Finish
|
||||
/etc/init.d/fireinfo start
|
||||
Reference in New Issue
Block a user