15 Mar
2013
15 Mar
'13
13:07
https://bugzilla.novell.com/show_bug.cgi?id=809226 https://bugzilla.novell.com/show_bug.cgi?id=809226#c17 --- Comment #17 from Dr. Werner Fink <werner@suse.com> 2013-03-15 13:07:28 UTC --- Why is writting to stdout cause such an error? Shouldn't stdout not be connected to the same device as stderr? Is this realted to bug #728774 ? @@ -103,10 +103,10 @@ sort | while read export dir; do if [ $warned = no ] ; then - echo - echo "NFS: The usage of 'bind=' in /etc/exports is deprecated." - echo "NFS: Is it no longer needed and may cease to work." - echo "NFS: Please remove these settings." + echo >&2 + echo "NFS: The usage of 'bind=' in /etc/exports is deprecated." >&2 + echo "NFS: Is it no longer needed and may cease to work." >&2 + echo "NFS: Please remove these settings." >&2 warned=yes fi test -d "$export" || mkdir -p "$export" -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.