diff options
author | mario <mario@slackverse.org> | 2011-05-08 13:03:25 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-05-08 13:03:25 -0500 |
commit | 23b75a01ed0a4e4ae3d87f38e6bcdd1c48ddfce7 (patch) | |
tree | 11b3a5c639d97f0e5ee553b8380538d3fa0c038b /network/cyrus-imapd/README.SLACKWARE | |
parent | 798336f88957c51ac52b8b13c759ff7eec816906 (diff) | |
download | slackbuilds-23b75a01ed0a4e4ae3d87f38e6bcdd1c48ddfce7.tar.gz |
network/cyrus-imapd: Updated for version 2.4.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/cyrus-imapd/README.SLACKWARE')
-rw-r--r-- | network/cyrus-imapd/README.SLACKWARE | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/cyrus-imapd/README.SLACKWARE b/network/cyrus-imapd/README.SLACKWARE index 6866435185..acdd29007e 100644 --- a/network/cyrus-imapd/README.SLACKWARE +++ b/network/cyrus-imapd/README.SLACKWARE @@ -8,10 +8,10 @@ a specific directory structure, you can do something like this: Afterwards run mkimap script to setup the enviroment: # su - cyrus -# /usr/doc/cyrus-imapd-2.3.16/tools/mkimap +# /usr/doc/cyrus-imapd-2.4.6/tools/mkimap You will probably also want to put this into rc.local: if [ -x /etc/rc.d/rc.cyrus-imapd ]; then - . /etc/rc.d/rc.cyrus-imapd start + /etc/rc.d/rc.cyrus-imapd start fi |