commit: | d8497d5150b1cc84443ad10838462d5b93bf4582 |
author: | Chip Black |
committer: | Chip Black |
date: | Tue Aug 12 01:40:36 2008 -0500 |
parents: | 5f0101c8bb8792444f1d895e0da75dd7b2eb0901 |
diff --git a/ag-update-openbsd b/ag-update-openbsd line changes: +1/-1 index 9d8b42b..d44c37b --- a/ag-update-openbsd +++ b/ag-update-openbsd
@@ -90,7 +90,7 @@ if (@adds or @updates) { my $agu = AwesomeGrid::User->load($add); printf PASSWD "%s:%s:%d:%d::0:0:[AG]:%s:%s\n", - $agu->{username}, $agu->{passwd-bcrypt}, + $agu->{username}, $agu->{'passwd-bcrypt'}, $agu->{uid}, $agu->{uid}, "$config->{homedir}/$agu->{username}", $config->{'default-shell'};