diff options
author | 2015-08-17 05:22:53 +0000 | |
---|---|---|
committer | 2015-08-17 05:22:53 +0000 | |
commit | 1833c99c50987ce3fb649a6c47f147a0ab2900e7 (patch) | |
tree | f6e63c0971895534296b886b77f8e160b47e14e3 | |
parent | use a less ambiguous example; from larry hynes (diff) | |
download | wireguard-openbsd-1833c99c50987ce3fb649a6c47f147a0ab2900e7.tar.xz wireguard-openbsd-1833c99c50987ce3fb649a6c47f147a0ab2900e7.zip |
sendmail in ports has it's own rc.d file no need to keep this one
ok jca@ aja@
-rw-r--r-- | etc/rc.d/sendmail | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/etc/rc.d/sendmail b/etc/rc.d/sendmail deleted file mode 100644 index 26f23bc53c6..00000000000 --- a/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 |