/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos-keygen

Merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
 
132
132
umask 027
133
133
gpg --no-random-seed-file --quiet --batch --no-tty \
134
 
    --no-default-keyring --batch --secret-keyring "$SECRING" \
135
 
    --keyring "$PUBRING" --gen-key "$BATCHFILE"
 
134
    --no-default-keyring --no-options --batch \
 
135
    --secret-keyring "$SECRING" --keyring "$PUBRING" \
 
136
    --gen-key "$BATCHFILE"
136
137
rm --force "$BATCHFILE"
137
138
 
138
139
if cp --backup=numbered --force "$SECKEYFILE" "$SECKEYFILE" \