summaryrefslogtreecommitdiff
path: root/sysutils/py-google-compute-engine/files/patch-google__compute__engine_constants.py
blob: 7bf73353a1623102f674c040ff38e4a5d024f4e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- google_compute_engine/constants.py.orig	2018-06-11 23:51:09 UTC
+++ google_compute_engine/constants.py
@@ -18,7 +18,7 @@
 import platform
 
 OSLOGIN_CONTROL_SCRIPT = 'google_oslogin_control'
-OSLOGIN_NSS_CACHE = '/etc/oslogin_passwd.cache'
+OSLOGIN_NSS_CACHE = '/usr/local/etc/oslogin_passwd.cache'
 OSLOGIN_NSS_CACHE_SCRIPT = 'google_oslogin_nss_cache'
 
 if platform.system() == 'FreeBSD':