--- ./daemon/gdm.in.orig 2002-07-13 16:51:21.000000000 -0700 +++ ./daemon/gdm.in 2003-02-08 01:35:19.000000000 -0800 @@ -3,7 +3,7 @@ # 1) we read the standard system env vars # 2) syadmins/integrators can add their own private options etc... -test -f /etc/profile && . /etc/profile +test -f /etc/profile && . /etc/profile 1> /dev/null 2> /dev/null exec @EXPANDED_BINDIR@/gdm-binary "$@"