Hello, The msec.csh in /etc/profile.d has a bug which makes it output the uid instead of using it for checking against user accounts. Here is the fix:
--- /tmp/msec.csh Mon Feb 18 20:06:39 2002
+++ msec.csh Mon Feb 18 20:05:59 2002
@@ -13,5 +13,5 @@
endif
-if ( { id -u } >= 500 ) then
+if ( 'id -u' >= 500 ) then
if ( ${?UMASK_USER} ) then
umask ${UMASK_USER}
Cheers,
Odie
--
-----------------------------------------------------
Olivier Dormond aka Odie ([EMAIL PROTECTED])
