From cabae329ab7b71cfac0e92f68103db463107be70 Mon Sep 17 00:00:00 2001 From: jsg <> Date: Mon, 17 Aug 2015 05:22:53 +0000 Subject: [PATCH] sendmail in ports has it's own rc.d file no need to keep this one ok jca@ aja@ --- src/etc/rc.d/sendmail | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/etc/rc.d/sendmail diff --git a/src/etc/rc.d/sendmail b/src/etc/rc.d/sendmail deleted file mode 100644 index 26f23bc5..00000000 --- a/src/etc/rc.d/sendmail +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# $OpenBSD: sendmail,v 1.6 2012/07/10 15:00:02 halex Exp $ - -daemon="/usr/sbin/sendmail" - -. /etc/rc.d/rc.subr - -pexp="(sendmail: (accepting|rejecting).*|${daemon}.* -(q[0-9]|bd)*)" - -rc_bg=YES - -rc_cmd $1