mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-02 00:02:55 +02:00
Updated and patched squidGuard
Updated squid to current stable Added some targets to qemu Updated ntfs3g to current stable Fixed urlfilter autoupdate script Started building nagios addon git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1284 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -2,8 +2,8 @@ bin/ntfs-3g
|
||||
#lib/libntfs-3g.a
|
||||
#lib/libntfs-3g.la
|
||||
lib/libntfs-3g.so
|
||||
lib/libntfs-3g.so.23
|
||||
lib/libntfs-3g.so.23.0.0
|
||||
lib/libntfs-3g.so.24
|
||||
lib/libntfs-3g.so.24.0.0
|
||||
sbin/mount.ntfs-3g
|
||||
#usr/include/ntfs-3g
|
||||
#usr/include/ntfs-3g/attrib.h
|
||||
|
||||
@@ -1 +1,11 @@
|
||||
usr/bin/tunctl
|
||||
usr/bin/squidGuard
|
||||
var/ipfire/urlfilter/bin/autoupdate.pl
|
||||
etc/squid
|
||||
usr/lib/squid
|
||||
usr/sbin/squid
|
||||
bin/ntfs-3g
|
||||
lib/libntfs-3g.so
|
||||
lib/libntfs-3g.so.24
|
||||
lib/libntfs-3g.so.24.0.0
|
||||
sbin/mount.ntfs-3g
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
#!/bin/bash
|
||||
. /opt/pakfire/lib/functions.sh
|
||||
/usr/local/bin/backupctrl exclude >/dev/null 2>&1
|
||||
/etc/init.d/squid stop
|
||||
extract_files
|
||||
squidGuard -d -C all
|
||||
chmod 666 /var/ipfire/urlfilter/blacklist/*/*.db
|
||||
/etc/init.d/squid start
|
||||
|
||||
@@ -5,8 +5,3 @@ lib/modules/2.6.16.57-ipfire-smp/kernel/drivers/net/r8168.ko
|
||||
srv/web/ipfire/cgi-bin/logs.cgi/log.dat
|
||||
etc/ntp
|
||||
usr/local/bin/wirelessctrl
|
||||
bin/ntfs-3g
|
||||
lib/libntfs-3g.so
|
||||
lib/libntfs-3g.so.23
|
||||
lib/libntfs-3g.so.23.0.0
|
||||
sbin/mount.ntfs-3g
|
||||
|
||||
@@ -110,7 +110,7 @@ unless ($blacklist_url eq '')
|
||||
print FILE "}\n";
|
||||
close FILE;
|
||||
|
||||
system("/usr/sbin/squidGuard -d -c $target/update.conf -C all");
|
||||
system("/usr/bin/squidGuard -d -c $target/update.conf -C all");
|
||||
|
||||
system("cp -r $target/blacklists/* $dbdir");
|
||||
|
||||
@@ -121,7 +121,7 @@ unless ($blacklist_url eq '')
|
||||
system("touch $updflagfile");
|
||||
system("chown nobody.nobody $updflagfile");
|
||||
|
||||
system("/usr/local/bin/restartsquid");
|
||||
system("/etc/init.d/squid restart");
|
||||
|
||||
system("logger -t installpackage[urlfilter] \"URL filter blacklist - Update from $blacklist_src completed\"");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user