mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 15:32:59 +02:00
Set permissions of the updatebooster files
removed incompatible setperms binary
This commit is contained in:
@@ -1185,7 +1185,7 @@ var/ipfire/updatexlrator/bin/checkup
|
||||
var/ipfire/updatexlrator/bin/download
|
||||
var/ipfire/updatexlrator/bin/convert
|
||||
var/ipfire/updatexlrator/bin/lscache
|
||||
var/ipfire/updatexlrator/bin/setperms
|
||||
#var/ipfire/updatexlrator/bin/setperms
|
||||
var/log/cache
|
||||
#var/log/squid
|
||||
var/log/squid/access.log
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
== List of softwares used to build IPFire Version: 2.3-beta3 ==
|
||||
== List of softwares used to build IPFire Version: 2.3-test ==
|
||||
* Archive-Tar-1.29
|
||||
* Archive-Zip-1.16
|
||||
* BerkeleyDB-0.27
|
||||
|
||||
@@ -105,12 +105,16 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cp -f $(DIR_SRC)/config/updxlrator/download /var/ipfire/updatexlrator/bin/download
|
||||
cp -f $(DIR_SRC)/config/updxlrator/convert /var/ipfire/updatexlrator/bin/convert
|
||||
cp -f $(DIR_SRC)/config/updxlrator/lscache /var/ipfire/updatexlrator/bin/lscache
|
||||
cp -f $(DIR_SRC)/config/updxlrator/setperms /var/ipfire/updatexlrator/bin/setperms
|
||||
|
||||
# this binary is incompatible with
|
||||
# cp -f $(DIR_SRC)/config/updxlrator/setperms /var/ipfire/updatexlrator/bin/setperms
|
||||
|
||||
-mkdir -p /usr/lib/squid/errors.ipfire
|
||||
cp -fr $(DIR_SRC)/config/proxy/errors.ipfire/* /usr/lib/squid/errors.ipfire/
|
||||
chmod 755 /usr/sbin/updxlrator /var/ipfire/updatexlrator/bin/checkup \
|
||||
/var/ipfire/updatexlrator/bin/download
|
||||
/var/ipfire/updatexlrator/bin/download \
|
||||
/var/ipfire/updatexlrator/bin/convert \
|
||||
/var/ipfire/updatexlrator/bin/lscache
|
||||
|
||||
ln -fs /bin/false /var/ipfire/updatexlrator/autocheck/cron.daily
|
||||
ln -fs /bin/false /var/ipfire/updatexlrator/autocheck/cron.monthly
|
||||
|
||||
Reference in New Issue
Block a user