commit: | 5f0101c8bb8792444f1d895e0da75dd7b2eb0901 |
author: | Chip Black |
committer: | Chip Black |
date: | Tue Aug 12 01:33:04 2008 -0500 |
parents: | ddd9aa223badf4b13c58a0563930778c9e664163 |
diff --git a/install.pl b/install.pl line changes: +1/-1 index a8897df..49de7c1 --- a/install.pl +++ b/install.pl
@@ -78,7 +78,7 @@ print "Installing user binaries...\n"; print "Installing superuser binaries...\n"; mkpath($sbin) unless -d $sbin; -for my $file (qw/ag-export ag-flush ag-import ag-keyring ag-listusers ag-passwd ag-update-shadow ag-useradd ag-userdel/) { +for my $file (qw/ag-export ag-flush ag-import ag-keyring ag-listusers ag-passwd ag-update-shadow ag-update-openbsd ag-useradd ag-userdel/) { print "$file => $sbin/$file\n"; copy($file, "$sbin/"); chmod 0700, "$sbin/$file";