summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/nscd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/nscd')
-rwxr-xr-xetc/rc.d/nscd2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/nscd b/etc/rc.d/nscd
index e66c0ae..42041a7 100755
--- a/etc/rc.d/nscd
+++ b/etc/rc.d/nscd
@@ -34,7 +34,7 @@ _nscd_set_option() {
_nscd_opt_val=$(eval "echo \$nscd_${_optname}")
_cached_opt_val=$(eval "echo \$cached_${_optname}")
-
+
if [ -n "$_cached_opt_val" -a "$_nscd_opt_val" != "$_defoptval" ]; then
warn "You should use nscd_${_optname} instead of" \
"cached_${_optname}"
OpenPOWER on IntegriCloud