diff options
-rwxr-xr-x | msec.csh | 2 | ||||
-rw-r--r-- | msec.spec | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 @@ -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) |