mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
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.
This commit is contained in:
parent
d9c742a9e0
commit
2acea30c9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364584
@ -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=/
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user