From b0822e719f3aeae22dffab6d6bd766724e5a4c37 Mon Sep 17 00:00:00 2001 From: Sergei Kolobov Date: Sun, 1 Feb 2004 16:01:30 +0000 Subject: - Fix build on -CURRENT following deprecation of EAI_NODATA (see RFC 3493) - Use OPTIONS macro for 'make config' - Add rcNG startup script, add USE_RC_SUBR - Add SIZE to distinfo - Bump PORTREVISION PR: ports/61905 Submitted by: maintainer --- mail/dovecot-devel/files/dovecot.sh.sample | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 mail/dovecot-devel/files/dovecot.sh.sample (limited to 'mail/dovecot-devel/files/dovecot.sh.sample') diff --git a/mail/dovecot-devel/files/dovecot.sh.sample b/mail/dovecot-devel/files/dovecot.sh.sample deleted file mode 100644 index e7c235c8d43a..000000000000 --- a/mail/dovecot-devel/files/dovecot.sh.sample +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $(realpath $(dirname $0)) : "\(.*\)/etc/rc\.d\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - [ -x ${PREFIX}/sbin/dovecot ] && \ - ${PREFIX}/sbin/dovecot && echo -n ' dovecot' - ;; -stop) - /usr/bin/killall dovecot && echo -n ' dovecot' - ;; -*) - echo "Usage: `basename $0` { start | stop }" >&2 - ;; -esac - -exit 0 -- cgit v1.2.3