X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=tools%2Fuagen.pl;h=94002fa5333045202b31547d9301f5f984aa0aa3;hb=e34250c7b157d8fc601afc6ca7692175c0fc89ca;hp=8e5f4eeb1777e03b7adc6c69d0791d589e0f7335;hpb=166a3a264bf73a4033589b2b9d62d51ebdc276b3;p=privoxy.git diff --git a/tools/uagen.pl b/tools/uagen.pl index 8e5f4eeb..94002fa5 100755 --- a/tools/uagen.pl +++ b/tools/uagen.pl @@ -3,8 +3,6 @@ ############################################################################################## # uagen (http://www.fabiankeil.de/sourcecode/uagen/) # -# $Id: uagen.pl,v 1.24 2012/10/21 13:42:46 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 +131,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 => {