diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 00:59:03 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-19 00:59:03 -0500 |
commit | a7d9d68be60e5d46c016806a47227cd2f2e5a6c7 (patch) | |
tree | 93259f1aceeebd54b3c70aef76b44604aad7ab19 /src/share/ma/setup | |
parent | d09b0814096b1660c3a300e939091a58622a57a6 (diff) | |
parent | 68299f9faebcf3c54382aca3d662b35172f6a968 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'src/share/ma/setup')
-rw-r--r-- | src/share/ma/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/ma/setup b/src/share/ma/setup index 6969d71..248406f 100644 --- a/src/share/ma/setup +++ b/src/share/ma/setup @@ -19,7 +19,7 @@ setup() { chmod 700 "${GNUPGHOME_CORE}" mkdir -p "${GNUPGHOME_SPHERE}" chmod 700 "${GNUPGHOME_SPHERE}" - mkdir -p "${MADATADIR}"/authorized_keys + mkdir -p "${SYSDATADIR}"/authorized_keys # deliberately replace the config files via truncation # FIXME: should we be dumping to tmp files and then moving atomically? |