diff options
-rw-r--r-- | mandriva/listhome | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mandriva/listhome b/mandriva/listhome index ee77c0a8..733dbe08 100644 --- a/mandriva/listhome +++ b/mandriva/listhome @@ -4,4 +4,4 @@ # here for backward compatibilities LC_ALL=C LANG=C LANGUAGE=C \ -perl -n -e 'while(my @list=getpwent){print $list[-2], "\n" unless $list[2] <= 500}' < /etc/passwd +perl -n -e 'while(my @list=getpwent){print $list[-2], "\n" unless $list[2] <= 999}' < /etc/passwd |