svn commit: r461163 - in head/security/kstart: . files

Ryan Steinmetz zi at FreeBSD.org
Wed Feb 7 18:24:17 UTC 2018


Author: zi
Date: Wed Feb  7 18:24:16 2018
New Revision: 461163
URL: https://svnweb.freebsd.org/changeset/ports/461163

Log:
  - Move k5start higher up in the service start list
  
  PR:		225732
  Submitted by:	feld

Modified:
  head/security/kstart/Makefile
  head/security/kstart/files/kstart.in

Modified: head/security/kstart/Makefile
==============================================================================
--- head/security/kstart/Makefile	Wed Feb  7 18:16:39 2018	(r461162)
+++ head/security/kstart/Makefile	Wed Feb  7 18:24:16 2018	(r461163)
@@ -3,6 +3,7 @@
 
 PORTNAME=	kstart
 DISTVERSION=	4.2
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://archives.eyrie.org/software/kerberos/ \
 		ZI

Modified: head/security/kstart/files/kstart.in
==============================================================================
--- head/security/kstart/files/kstart.in	Wed Feb  7 18:16:39 2018	(r461162)
+++ head/security/kstart/files/kstart.in	Wed Feb  7 18:24:16 2018	(r461163)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 # PROVIDE: kstart
-# REQUIRE: DAEMON LOGIN
+# REQUIRE: NETWORKING
 # KEYWORD: shutdown
 
 # Add the following lines to /etc/rc.conf to enable kstart:


More information about the svn-ports-head mailing list