diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-01 12:52:10 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-01 12:52:10 -0500 |
commit | 89e447e2001c0406fab6d2e6ca300a19d492435b (patch) | |
tree | 8dc571231cf92282ae54ca23906d46c8bae1dd7f /src/share/ma/update_users | |
parent | 98ee387a0ba4b15fe80cfcd7828127ff8ae9518d (diff) |
fix a bunch of directory references to the new data/share dirs
Diffstat (limited to 'src/share/ma/update_users')
-rw-r--r-- | src/share/ma/update_users | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/ma/update_users b/src/share/ma/update_users index 73685f6..e9e3cc6 100644 --- a/src/share/ma/update_users +++ b/src/share/ma/update_users @@ -35,7 +35,7 @@ MODE="authorized_keys" GNUPGHOME="$GNUPGHOME_SPHERE" # the authorized_keys directory -authorizedKeysDir="${SYSDATADIR}/authentication/authorized_keys" +authorizedKeysDir="${MADATADIR}/authorized_keys" # check to see if the gpg trust database has been initialized if [ ! -s "${GNUPGHOME}/trustdb.gpg" ] ; then |