From owner-svn-ports-head@FreeBSD.ORG Mon Aug 11 02:43:30 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 93980BF4 for ; Mon, 11 Aug 2014 02:43:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6A5CA2E82 for ; Mon, 11 Aug 2014 02:43:30 +0000 (UTC) Received: from swills (uid 1238) (envelope-from swills@FreeBSD.org) id 206a by svn.freebsd.org (DragonFly Mail Agent v0.9+); Mon, 11 Aug 2014 02:43:30 +0000 From: Steve Wills Date: Mon, 11 Aug 2014 02:43:30 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e82dd2.206a.6097cb54@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2014 02:43:30 -0000 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: