Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2015 16:30:41 +0000 (UTC)
From:      Michael Moll <mmoll@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r391663 - in head/sysutils/puppet: . files
Message-ID:  <201507091630.t69GUfRS044555@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507091630.t69GUfRS044555>