diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.d/nsswitch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/nsswitch b/etc/rc.d/nsswitch index 1540583..1b1f992 100755 --- a/etc/rc.d/nsswitch +++ b/etc/rc.d/nsswitch @@ -77,10 +77,10 @@ generate_host_conf() nis) echo "nis" >> $host_conf ;; - *=*) + cache | *=*) ;; *) - printf "Warning: unrecognized source [%s]", $_s > "/dev/stderr" + printf "Warning: unrecognized source [%s]\n" $_s > "/dev/stderr" ;; esac done |