diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-20 12:18:57 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-20 12:18:57 +0000 |
commit | a260bf2b4fc6912abc4c995a690bb672d9ee8773 (patch) | |
tree | 9e92a610e4cbf8ca8d0a103c37b2fa82d214198c /security/cyrus-sasl/pkg-message | |
parent | 4731543b1d7b0ebb024e204af2b08b8fad83d880 (diff) | |
download | freebsd-ports-a260bf2b4fc6912abc4c995a690bb672d9ee8773.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-sasl/pkg-message')
-rw-r--r-- | security/cyrus-sasl/pkg-message | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/cyrus-sasl/pkg-message b/security/cyrus-sasl/pkg-message index 1016d9655c5a..49423c13741d 100644 --- a/security/cyrus-sasl/pkg-message +++ b/security/cyrus-sasl/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 |