File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ edit_cmd = $(SED) \
234
234
-e 's|@sbindir[@]|$(sbindir ) |g' \
235
235
-e 's|@localstatedir[@]|$(localstatedir ) |g' \
236
236
-e 's|@libdir[@]|$(libdir ) |g' \
237
- -e 's|@gpstatedir [@]|$(prefix ) |g'
237
+ -e 's|@gpclidir [@]|$(gpclidir ) |g'
238
238
239
239
replace_script = \
240
240
@rm -f $@ $@ .tmp; \
Original file line number Diff line number Diff line change 11
11
[service/nfs-client]
12
12
mechs = krb5
13
13
cred_store = keytab:/etc/krb5.keytab
14
- cred_store = ccache:FILE:@gpstatedir@/clients /krb5cc_%U
15
- cred_store = client_keytab:@gpstatedir@/clients /%U.keytab
14
+ cred_store = ccache:FILE:@gpclidir@ /krb5cc_%U
15
+ cred_store = client_keytab:@gpclidir@ /%U.keytab
16
16
cred_usage = initiate
17
17
allow_any_uid = yes
18
18
trusted = yes
You can’t perform that action at this time.
0 commit comments