svn commit: r484455 - in branches/2018Q4/sysutils/fsc: . files

Tobias Kortkamp tobik at FreeBSD.org
Thu Nov 8 13:50:22 UTC 2018


Author: tobik
Date: Thu Nov  8 13:50:21 2018
New Revision: 484455
URL: https://svnweb.freebsd.org/changeset/ports/484455

Log:
  MFH: r484445
  
  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 at darkreality.org
  Approved by:	trhodes (maintainer timeout, 3.5 years)
  Obtained from:	pkgsrc
  
  Approved by:	ports-secteam runtime fix blanket

Modified:
  branches/2018Q4/sysutils/fsc/Makefile
  branches/2018Q4/sysutils/fsc/files/patch-rc.d_fscd
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/sysutils/fsc/Makefile
==============================================================================
--- branches/2018Q4/sysutils/fsc/Makefile	Thu Nov  8 13:46:45 2018	(r484454)
+++ branches/2018Q4/sysutils/fsc/Makefile	Thu Nov  8 13:50:21 2018	(r484455)
@@ -3,11 +3,11 @@
 
 PORTNAME=	fsc
 PORTVERSION=	1.0.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 MASTER_SITES=	LOCAL/trhodes
 
-MAINTAINER=	trhodes at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	The FreeBSD Services Control family of utilities
 
 WRKSRC=		${WRKDIR}/fsc

Modified: branches/2018Q4/sysutils/fsc/files/patch-rc.d_fscd
==============================================================================
--- branches/2018Q4/sysutils/fsc/files/patch-rc.d_fscd	Thu Nov  8 13:46:45 2018	(r484454)
+++ branches/2018Q4/sysutils/fsc/files/patch-rc.d_fscd	Thu Nov  8 13:50:21 2018	(r484455)
@@ -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"


More information about the svn-ports-branches mailing list