summaryrefslogtreecommitdiff
path: root/mail/qmail-run/files/qmailpop3d.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mail/qmail-run/files/qmailpop3d.sh')
-rw-r--r--mail/qmail-run/files/qmailpop3d.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qmail-run/files/qmailpop3d.sh b/mail/qmail-run/files/qmailpop3d.sh
index 4c4cc971388..a9ee670f8d9 100644
--- a/mail/qmail-run/files/qmailpop3d.sh
+++ b/mail/qmail-run/files/qmailpop3d.sh
@@ -1,6 +1,6 @@
#!@RCD_SCRIPTS_SHELL@
#
-# $NetBSD: qmailpop3d.sh,v 1.6 2005/04/15 05:17:02 schmonz Exp $
+# $NetBSD: qmailpop3d.sh,v 1.7 2005/07/19 21:06:39 schmonz Exp $
#
# @PKGNAME@ script to control qmail-pop3d (POP3 server for Maildirs).
#
@@ -80,7 +80,7 @@ qmailpop3d_cont()
qmailpop3d_cdb()
{
- echo "Reloading @PKG_SYSCONFDIR@/tcp.pop3."
+ @ECHO@ "Reloading @PKG_SYSCONFDIR@/tcp.pop3."
@LOCALBASE@/bin/tcprules @PKG_SYSCONFDIR@/tcp.pop3.cdb @PKG_SYSCONFDIR@/tcp.pop3.tmp < @PKG_SYSCONFDIR@/tcp.pop3
@CHMOD@ 644 @PKG_SYSCONFDIR@/tcp.pop3.cdb
}