diff options
author | Georgy Shepelev <geo.shepelev@gmail.com> | 2010-12-26 12:15:25 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2010-12-26 12:15:25 -0200 |
commit | 45f23d100c1058bb50bc814f4d4b4418ab6771bd (patch) | |
tree | 33cd4c5da8d406646a769b89238ed3233a535acf /system/apg/README | |
parent | 26d5ed53da1fc177d572efa5d9adc0dd366bba2c (diff) | |
download | slackbuilds-45f23d100c1058bb50bc814f4d4b4418ab6771bd.tar.gz |
system/apg: Added (Automated Password Generator)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/apg/README')
-rw-r--r-- | system/apg/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/system/apg/README b/system/apg/README new file mode 100644 index 0000000000..ca3dc56b4d --- /dev/null +++ b/system/apg/README @@ -0,0 +1,16 @@ +APG (Automated Password Generator) is a tool set for random password +generation. + + * For installation instructions see INSTALL + * For usage instructions see manpages + * For tips see doc/APG_TIPS + * For copying information see COPYING + +To build the apg daemon as well, start the script with: + + APGD=yes ./apg.SlackBuild + +NOTE: +This release (APG v2.2.0) is NOT compatible with TkAPG (Tcl/Tk frontend +for APG). + |