Page MenuHomeFreeBSD

D55091.id.diff
No OneTemporary

D55091.id.diff

diff --git a/libexec/rc/rc.d/nscd b/libexec/rc/rc.d/nscd
--- a/libexec/rc/rc.d/nscd
+++ b/libexec/rc/rc.d/nscd
@@ -41,9 +41,9 @@
if [ -n "$_cached_opt_val" -a "$_nscd_opt_val" != "$_defoptval" ]; then
warn "You should use nscd_${_optname} instead of" \
"cached_${_optname}"
- setvar "nscd_${_optname}" "$_cached_opt_val"
+ eval nscd_${_optname}=\"${_cached_opt_val}\"
else
- setvar "nscd_${_optname}" "${_nscd_opt_val:-$_defoptval}"
+ eval nscd_${_optname}=\"${_nscd_opt_val:-$_defoptval}\"
fi
}

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 16, 1:01 PM (12 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28437522
Default Alt Text
D55091.id.diff (520 B)

Event Timeline