FreeBSD Bugzilla – Attachment 193598 Details for
Bug 228411
sysutils/py-google-compute-engine: Fixes agent logging to syslog (console)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to add syslogd file 90-google.conf to py-google-compute-engine
patch-py-google-compute-engine-syslog.patch (text/plain), 1.52 KB, created by
Helen Koike
on 2018-05-22 02:02:29 UTC
(
hide
)
Description:
Patch to add syslogd file 90-google.conf to py-google-compute-engine
Filename:
MIME Type:
Creator:
Helen Koike
Created:
2018-05-22 02:02:29 UTC
Size:
1.52 KB
patch
obsolete
>diff -urN py-google-compute-engine-original/Makefile py-google-compute-engine-syslog/Makefile >--- py-google-compute-engine-original/Makefile 2018-05-22 01:44:17.657641000 +0000 >+++ py-google-compute-engine-syslog/Makefile 2018-05-22 01:43:36.344992000 +0000 >@@ -34,7 +34,11 @@ > 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 <bsd.port.mk> >diff -urN py-google-compute-engine-original/files/90-google.conf.sample py-google-compute-engine-syslog/files/90-google.conf.sample >--- py-google-compute-engine-original/files/90-google.conf.sample 1970-01-01 00:00:00.000000000 +0000 >+++ py-google-compute-engine-syslog/files/90-google.conf.sample 2018-05-22 01:43:36.346217000 +0000 >@@ -0,0 +1,6 @@ >+# 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 >diff -urN py-google-compute-engine-original/pkg-plist py-google-compute-engine-syslog/pkg-plist >--- py-google-compute-engine-original/pkg-plist 2018-05-22 01:44:17.796397000 +0000 >+++ py-google-compute-engine-syslog/pkg-plist 2018-05-22 01:43:36.346391000 +0000 >@@ -1 +1,2 @@ > @sample etc/instance_configs.cfg.distro.sample >+@sample etc/syslog.d/90-google.conf.sample
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
helen.koike
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 228411
: 193598