svn commit: r391663 - in head/sysutils/puppet: . files

Michael Moll mmoll at FreeBSD.org
Thu Jul 9 16:30:42 UTC 2015


Author: mmoll
Date: Thu Jul  9 16:30:40 2015
New Revision: 391663
URL: https://svnweb.freebsd.org/changeset/ports/391663

Log:
  sysutils/puppet: use REQUIRE: LOGIN in rc scripts
  
  The puppet agent will get started later, especially after ldconfig.
  
  Approved by:	swills (mentor, maintainer)
  Differential Revision:	https://reviews.freebsd.org/D3023

Modified:
  head/sysutils/puppet/Makefile
  head/sysutils/puppet/files/puppet.in
  head/sysutils/puppet/files/puppetmaster.in

Modified: head/sysutils/puppet/Makefile
==============================================================================
--- head/sysutils/puppet/Makefile	Thu Jul  9 16:05:34 2015	(r391662)
+++ head/sysutils/puppet/Makefile	Thu Jul  9 16:30:40 2015	(r391663)
@@ -3,6 +3,7 @@
 
 PORTNAME=	puppet
 PORTVERSION=	3.8.1
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://downloads.puppetlabs.com/puppet/
 

Modified: head/sysutils/puppet/files/puppet.in
==============================================================================
--- head/sysutils/puppet/files/puppet.in	Thu Jul  9 16:05:34 2015	(r391662)
+++ head/sysutils/puppet/files/puppet.in	Thu Jul  9 16:30:40 2015	(r391663)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: puppet
-# REQUIRE: NETWORK
+# REQUIRE: LOGIN
 # KEYWORD: shutdown
 
 #

Modified: head/sysutils/puppet/files/puppetmaster.in
==============================================================================
--- head/sysutils/puppet/files/puppetmaster.in	Thu Jul  9 16:05:34 2015	(r391662)
+++ head/sysutils/puppet/files/puppetmaster.in	Thu Jul  9 16:30:40 2015	(r391663)
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: puppetmaster
-# REQUIRE: NETWORK
+# REQUIRE: LOGIN
 
 # Add the following lines to /etc/rc.conf to enable the puppetmaster:
 #


More information about the svn-ports-all mailing list