Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2014 02:43:30 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364584 - in head/net/google-daemon: . files
Message-ID:  <53e82dd2.206a.6097cb54@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Aug 11 02:43:29 2014
New Revision: 364584
URL: http://svnweb.freebsd.org/changeset/ports/364584
QAT: https://qat.redports.org/buildarchive/r364584/

Log:
  net/google-daemon: require syslog started before google-accounts-manager
  
  google-accounts-manager needs syslog running and won't startup properly without
  it, so add REQUIRE: syslogd to rc script.

Modified:
  head/net/google-daemon/Makefile
  head/net/google-daemon/files/google-accounts-manager.in

Modified: head/net/google-daemon/Makefile
==============================================================================
--- head/net/google-daemon/Makefile	Mon Aug 11 02:27:16 2014	(r364583)
+++ head/net/google-daemon/Makefile	Mon Aug 11 02:43:29 2014	(r364584)
@@ -3,6 +3,7 @@
 
 PORTNAME=	google-daemon
 PORTVERSION=	1.1.5
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	https://github.com/GoogleCloudPlatform/compute-image-packages/archive/${PORTVERSION}.tar.gz?dummy=/
 

Modified: head/net/google-daemon/files/google-accounts-manager.in
==============================================================================
--- head/net/google-daemon/files/google-accounts-manager.in	Mon Aug 11 02:27:16 2014	(r364583)
+++ head/net/google-daemon/files/google-accounts-manager.in	Mon Aug 11 02:43:29 2014	(r364584)
@@ -4,6 +4,7 @@
 #
 # PROVIDE: google-accounts-manager
 # BEFORE: LOGIN
+# REQUIRE: syslogd
 # KEYWORD: shutdown
 #
 # Add the following line to /etc/rc.conf to enable google-accounts-manager:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e82dd2.206a.6097cb54>