diff options
Diffstat (limited to 'modules/pam_userdb/create.pl')
-rw-r--r-- | modules/pam_userdb/create.pl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/pam_userdb/create.pl b/modules/pam_userdb/create.pl index 224204b..06915c9 100644 --- a/modules/pam_userdb/create.pl +++ b/modules/pam_userdb/create.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# this program creates a database in ARGV[1] from pairs given on +# this program creates a database in ARGV[1] from pairs given on # stdandard input # # $Id$ @@ -19,5 +19,3 @@ while (<STDIN>) { $lusers{$user} = $pass; } untie %lusers; - - |