diff options
Diffstat (limited to 'etc/rc.d')
-rwxr-xr-x | etc/rc.d/nsswitch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/nsswitch b/etc/rc.d/nsswitch index 1b1f992..8b0b228 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 |