diff options
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 68664351852d0..acdd29007eb3b 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 |