sysutils/fsc: Avoid circular dependency in rc script

rcorder: Circular dependency on provision `DAEMON' in file `/usr/local/etc/rc.d/fscd'.

- Reset maintainer due to the long timeout

PR:		197552
Reported by:	parakleta@darkreality.org
Approved by:	trhodes (maintainer timeout, 3.5 years)
Obtained from:	pkgsrc
This commit is contained in:
Tobias Kortkamp 2018-11-08 12:00:58 +00:00
parent 70a2c0fb08
commit 010d6b7ba3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484445
2 changed files with 10 additions and 3 deletions

View File

@ -3,11 +3,11 @@
PORTNAME= fsc
PORTVERSION= 1.0.1
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= LOCAL/trhodes
MAINTAINER= trhodes@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= The FreeBSD Services Control family of utilities
WRKSRC= ${WRKDIR}/fsc

View File

@ -1,6 +1,13 @@
--- rc.d/fscd.orig 2014-03-11 14:19:18.576173326 +0900
+++ rc.d/fscd 2014-03-11 14:20:09.206171150 +0900
@@ -13,8 +13,19 @@
@@ -7,14 +7,25 @@
# PROVIDE: fscd
# REQUIRE: DAEMON syslogd
-# BEFORE: NETWORKING LOGIN
+# BEFORE: LOGIN
# KEYWORD: shutdown
. /etc/rc.subr
name="fscd"