Index: head/sysutils/py-google-compute-engine/Makefile =================================================================== --- head/sysutils/py-google-compute-engine/Makefile (revision 470607) +++ head/sysutils/py-google-compute-engine/Makefile (revision 470608) @@ -1,40 +1,44 @@ # $FreeBSD$ PORTNAME= google-compute-engine DISTVERSION= 2.7.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= helen.koike@collabora.com COMMENT= Guest Environment for Google Compute Engine LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:devel/py-boto@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netaddr>0:net/py-netaddr@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netifaces>0:net/py-netifaces@${FLAVOR} \ google_oslogin_control:sysutils/google-compute-engine-oslogin \ sudo:security/sudo USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes USE_RC_SUBR= google_instance_setup \ google_network_setup \ google_accounts_daemon \ google_clock_skew_daemon \ google_ip_forwarding_daemon \ google_startup SUB_LIST= PYTHON_CMD="${PYTHON_CMD}" REINPLACE_ARGS= -i '' post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/syslog.d ${INSTALL_DATA} ${FILESDIR}/instance_configs.cfg.distro.sample \ ${STAGEDIR}${PREFIX}/etc/instance_configs.cfg.distro.sample + ${INSTALL_DATA} ${FILESDIR}/90-google.conf.sample \ + ${STAGEDIR}${PREFIX}/etc/syslog.d/90-google.conf.sample + .include Index: head/sysutils/py-google-compute-engine/files/90-google.conf.sample =================================================================== --- head/sysutils/py-google-compute-engine/files/90-google.conf.sample (nonexistent) +++ head/sysutils/py-google-compute-engine/files/90-google.conf.sample (revision 470608) @@ -0,0 +1,7 @@ +# $FreeBSD$ +# Google Compute Engine default console logging. +# +# daemon: logging from Google provided daemons. +# kern: logging information in case of an unexpected crash during boot. +# +daemon,kern.* /dev/console Property changes on: head/sysutils/py-google-compute-engine/files/90-google.conf.sample ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/sysutils/py-google-compute-engine/pkg-plist =================================================================== --- head/sysutils/py-google-compute-engine/pkg-plist (revision 470607) +++ head/sysutils/py-google-compute-engine/pkg-plist (revision 470608) @@ -1 +1,2 @@ @sample etc/instance_configs.cfg.distro.sample +@sample etc/syslog.d/90-google.conf.sample Property changes on: head/sysutils/py-google-compute-engine/pkg-plist ___________________________________________________________________ Modified: fbsd:nokeywords ## -1 +1 ## -true \ No newline at end of property +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property