diff --git a/etc/rc.d/nsswitch b/etc/rc.d/nsswitch index 1b1f992f7c3..8b0b228d77d 100755 --- a/etc/rc.d/nsswitch +++ b/etc/rc.d/nsswitch @@ -80,7 +80,7 @@ generate_host_conf() cache | *=*) ;; *) - printf "Warning: unrecognized source [%s]\n" $_s > "/dev/stderr" + printf "Warning: unrecognized source [%s]\n" $_s >&2 ;; esac done