blob: 6cb326e6d7b8033d72b63c322a2598d6c284b2e7 (
plain)
1 # $Id:
2
3 REQUIREMENTS:
4
5 PRECAUTION:
6
7 PRE-INSTALL:
8
9 POST-INSTALL:
10
11 Add '--nolock' to your keychain options, if you haven't got procmail installed.
12
13 PRE-REMOVE:
14
15 POST-REMOVE:
16
17 NOTES:
18
19 example useage
20 -------------
21
22 In ~/.profile add:
23
24 keychain --nolock ${HOME}/.ssh/id_dsa
25 . "${HOME}/.keychain/${HOSTNAME}-sh" > /dev/null
|