summaryrefslogtreecommitdiffstats
path: root/network/cyrus-imapd/README.SLACKWARE
diff options
context:
space:
mode:
Diffstat (limited to 'network/cyrus-imapd/README.SLACKWARE')
-rw-r--r--network/cyrus-imapd/README.SLACKWARE4
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