diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-20 20:18:57 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-20 20:18:57 +0800 |
commit | 873d8345e60609c7433d244747d4fc1115681a06 (patch) | |
tree | 7bef64a8b000565142239196ac7bac6f4d0a6359 /security/cyrus-sasl2/pkg-message | |
parent | e2212bf07185a6eeac0eeef18edaacaa327ba97d (diff) | |
download | freebsd-ports-gnome-873d8345e60609c7433d244747d4fc1115681a06.tar.gz freebsd-ports-gnome-873d8345e60609c7433d244747d4fc1115681a06.tar.zst freebsd-ports-gnome-873d8345e60609c7433d244747d4fc1115681a06.zip |
refer to correct location in pkg-message
correct db filename
fix pkg-install script
PR: 29731
Submitted by: maintainer
Diffstat (limited to 'security/cyrus-sasl2/pkg-message')
-rw-r--r-- | security/cyrus-sasl2/pkg-message | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/cyrus-sasl2/pkg-message b/security/cyrus-sasl2/pkg-message index 1016d9655c5a..49423c13741d 100644 --- a/security/cyrus-sasl2/pkg-message +++ b/security/cyrus-sasl2/pkg-message @@ -1,14 +1,14 @@ -PREFIX/etc/cyrusdb.db now needs to be created +%%PREFIX%%/etc/%%SASLDB%% now needs to be created before applications that depend on SASL are used. su cyrus - PREFIX/sbin/saslpasswd -c userid + %%PREFIX%%/sbin/saslpasswd -c userid You will also need to start the pwcheck daemon: - PREFIX/etc/rc.d/pwcheck.sh start + %%PREFIX%%/etc/rc.d/pwcheck.sh start -Read the documentation in PREFIX/share/doc/SASL +Read the documentation in %%DOCSDIR%% How to enable SMTP AUTH with system Sendmail 8.11 - Sendmail.README |