From de605f35527afd30a8fabdb17332ef5f64fd23d6 Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Fri, 9 Sep 2022 16:26:43 +0000 Subject: [PATCH] Leave rc.d(8) script handling to the OpenBSD port sysutils/obsdfreqd now has a local copy of the script as is common with daemons in port. Apply the ports patch so the new release can build without any. --- Makefile | 1 - obsdfreqd.rc | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100644 obsdfreqd.rc diff --git a/Makefile b/Makefile index 65c7fc4..a0f0c8b 100644 --- a/Makefile +++ b/Makefile @@ -16,5 +16,4 @@ clean: install: obsdfreqd install -o root -g wheel -m 555 obsdfreqd ${PREFIX}/sbin/obsdfreqd - install -o root -g wheel -m 555 obsdfreqd.rc ${DESTDIR}/etc/rc.d/obsdfreqd install -o root -g wheel -m 444 obsdfreqd.1 ${PREFIX}/man/man1/obsdfreqd.1 diff --git a/obsdfreqd.rc b/obsdfreqd.rc deleted file mode 100644 index 1bd931e..0000000 --- a/obsdfreqd.rc +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/ksh - -daemon="/usr/local/sbin/obsdfreqd" - -. /etc/rc.d/rc.subr - -pexp="${daemon}.*" -rc_reload=NO -rc_bg=YES - -rc_cmd $1