aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmsec.csh2
-rw-r--r--msec.spec2
2 files changed, 3 insertions, 1 deletions
diff --git a/msec.csh b/msec.csh
index 3c03754..806136e 100755
--- a/msec.csh
+++ b/msec.csh
@@ -12,7 +12,7 @@ if ( -r /etc/sysconfig/msec ) then
eval `sed -n 's/^\([^#]*\)=\([^#]*\)/set \1=\2;/p' < /etc/sysconfig/msec`
endif
-if ( "`id -u`" >= 500 ) then
+if ( $uid >= 500 ) then
if ( ${?UMASK_USER} ) then
umask ${UMASK_USER}
else
diff --git a/msec.spec b/msec.spec
index cc4988b..b086315 100644
--- a/msec.spec
+++ b/msec.spec
@@ -152,6 +152,8 @@ rm -rf $RPM_BUILD_ROOT
# MAKE THE CHANGES IN CVS: NO PATCH OR SOURCE ALLOWED
%changelog
+- more csh-ish msec.csh
+
* Wed Sep 3 2003 Frederic Lepied <flepied@mandrakesoft.com> 0.40-1mdk
- corrected strange permission settings in /var/log (bug #4854)
- allow set_shell_history_size(-1) in level.local (bug #4392)