From 26ec3797c5841b90c0ff23997e1e5d392308056e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 4 Sep 2013 23:56:08 +0100 Subject: [PATCH] genopts alphanum tidyups, more --- service | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/service b/service index aefff42..d3e0499 100755 --- a/service +++ b/service @@ -39,9 +39,7 @@ use strict; use DBI; use POSIX; -our $minrandlength = 6; our $randlength; -our $maxrandlength = 50; our $maxperuser = 10000; our $qualdom; @@ -52,6 +50,10 @@ our $priv; our $showcomment; our $genmethod = 'alphanum'; +# for alphanum +our $minrandlength = 6; +our $maxrandlength = 50; + sub nextarg () { die "too few arguments\n" unless @ARGV; my $v = shift @ARGV; -- 2.30.2