svn commit: r364584 - in head/net/google-daemon: . files
Steve Wills
swills at FreeBSD.org
Mon Aug 11 02:43:30 UTC 2014
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:
More information about the svn-ports-head
mailing list