From: Fabian Keil Date: Sat, 16 Jan 2016 12:27:56 +0000 (+0000) Subject: uagen: Update OS data for FreeBSD X-Git-Tag: v_3_0_24~43 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=8dd167c747ba1f800cec9e0e60ab4483b9207e4b uagen: Update OS data for FreeBSD alpha is no longer supported. --- diff --git a/tools/uagen.pl b/tools/uagen.pl index 8e5f4eeb..09b6e4c1 100755 --- a/tools/uagen.pl +++ b/tools/uagen.pl @@ -3,7 +3,7 @@ ############################################################################################## # uagen (http://www.fabiankeil.de/sourcecode/uagen/) # -# $Id: uagen.pl,v 1.24 2012/10/21 13:42:46 fabiankeil Exp $ +# $Id: uagen.pl,v 1.25 2013/01/17 14:28:57 fabiankeil Exp $ # # Generates a pseudo-random Firefox user agent and writes it into a Privoxy action file # and optionally into a Mozilla prefs file. For documentation see 'perldoc uagen(.pl)'. @@ -133,7 +133,7 @@ sub generate_platform_and_os() { FreeBSD => { karma => 1, platform => 'X11', - architectures => [ 'i386', 'amd64', 'sparc64', 'alpha' ], + architectures => [ 'i386', 'amd64', 'sparc64' ], order_is_inversed => 0, }, OpenBSD => {