diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 14:21:47 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 14:31:13 +0000 |
commit | 135fdeebb99c3569e42d8162b265e15d29bd937d (patch) | |
tree | 0633c9aadceddb9aa52cae2dc3d7e7e6732eece9 /mail/courier | |
parent | 305f148f482daf30dcf728039d03d019f88344eb (diff) |
Diffstat (limited to 'mail/courier')
-rw-r--r-- | mail/courier/files/courier.in | 2 | ||||
-rw-r--r-- | mail/courier/files/crontab.in | 1 | ||||
-rw-r--r-- | mail/courier/files/pkg-install.in | 3 | ||||
-rw-r--r-- | mail/courier/files/sharedindexupdate.in | 1 |
4 files changed, 0 insertions, 7 deletions
diff --git a/mail/courier/files/courier.in b/mail/courier/files/courier.in index c45bcf9438ae..2dcecaa786e6 100644 --- a/mail/courier/files/courier.in +++ b/mail/courier/files/courier.in @@ -1,7 +1,5 @@ #!/bin/sh # -# $FreeBSD$ -# # Adapted for FreeBSD from courier.sysvinit # # NOTE: The 'restart' here does a "hard" stop, and a start. Be gentle, use diff --git a/mail/courier/files/crontab.in b/mail/courier/files/crontab.in index e0ee87c3ff4d..a77a9cea06c0 100644 --- a/mail/courier/files/crontab.in +++ b/mail/courier/files/crontab.in @@ -1,3 +1,2 @@ -# $FreeBSD$ #minute hour mday month wday command 25 * * * * %%PREFIX%%/share/courier/sqwebmail/cleancache.pl diff --git a/mail/courier/files/pkg-install.in b/mail/courier/files/pkg-install.in index 4bef2bc5f73a..d1321bf6521a 100644 --- a/mail/courier/files/pkg-install.in +++ b/mail/courier/files/pkg-install.in @@ -1,7 +1,4 @@ #!/bin/sh -# -# $FreeBSD$ -# PKG_PREFIX=${PKG_PREFIX:=/usr/local} diff --git a/mail/courier/files/sharedindexupdate.in b/mail/courier/files/sharedindexupdate.in index cc72cceb212d..8b0e2f365ad7 100644 --- a/mail/courier/files/sharedindexupdate.in +++ b/mail/courier/files/sharedindexupdate.in @@ -1,7 +1,6 @@ #!/bin/sh # # $NetBSD: sharedindexupdate.sh,v 1.2 2005/02/18 22:12:50 jlam Exp $ -# $FreeBSD: /tmp/pcvs/ports/mail/courier/files/sharedindexupdate.in,v 1.1 2006-02-14 12:00:05 lawrance Exp $ # # This script updates the index of shared folders on the system and is # only needed if Courier-IMAP or SqWebMail used to serve mail and shared |