diff options
-rw-r--r-- | mail/qmail/files/pkg-install.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail/files/pkg-install.in b/mail/qmail/files/pkg-install.in index 1e97b019ccde..a1359c8ddcd1 100644 --- a/mail/qmail/files/pkg-install.in +++ b/mail/qmail/files/pkg-install.in @@ -17,7 +17,7 @@ if [ "$2" = "POST-INSTALL" ]; then %%RCDLINK%%echo "" %%RCDLINK%%echo "A %%LOCALBASE%%/etc/rc.d/qmail.sh symlink was created. To enable qmail at boot" %%RCDLINK%%echo "time you need to copy a script to %%PREFIX%%/rc. There are some examples at" - %%RCDLINK%%echo "%%PREFIX/boot" + %%RCDLINK%%echo "%%PREFIX%%/boot" %%RCDLINK%%echo "" if ! touch ${PREFIX}/alias/.qmail-postmaster \ |