Public bug reported:
installer.rb attempts to install bin files to a standard path with world
execute permissions:-
File.open bin_script_path, 'wb', 0755 do |file|
file.print app_script_text(filename)
end
However this still obeys the users umask so if it's a restrictive umask
they
Public bug reported:
On precise.
AptContents.pm
return map
{ $host . "_" . join( "_", $dir || (), "dists", $dist, $_ ) }
@components;
returns gb.archive.ubuntu.com_ubuntu_dists_precise_main
When processing a line from the sources.list e.g.
deb http://gb.archive.ubuntu.com/
rth using geoip.
--
--
Giles Westwood
--
patch for geoip matching + various other options
https://bugs.launchpad.net/bugs/316345
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing l
** Attachment added: "policyd-weight-geo.patch"
http://launchpadlibrarian.net/21125062/policyd-weight-geo.patch
--
patch for geoip matching + various other options
https://bugs.launchpad.net/bugs/316345
You received this bug notification because you are a member of Ubuntu
Bugs, which is subsc
Public bug reported:
Binary package hint: policyd-weight
This is a patch for various customizations:-
#Customizable scoring options (set to 0 as a default)
Sender and reverse dns spam token check (regex matches for common spam words
that the mail administrator can set.)
Score senders on Geoip
months. To explain I use GeoIP via
the Perl binding from the policyd-weight daemon that I've modified to do
geoip lookups. Would something like a copy then truncate work which is what
I use with tomcat logrotation?
--
------
Giles Westwood
--
maxmind provide an upd
Public bug reported:
#!/bin/sh
#Grab the uptodate free geoip country mappings
test ! -d /usr/share/GeoIP && mkdir -p /usr/share/GeoIP ;
wget -a /var/log/geoip.log -O -
http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
| gunzip > /usr/share/GeoIP/GeoIP.dat
This can