Ignore:
Timestamp:
10/25/10 12:18:47 (14 years ago)
Author:
sdipsl
Message:
  • Set the umask to 0022 after the machine specific sourcing. So that we can overrule /etc/profile behaviour.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys.ksh

    r358 r368  
    1616# bypass specific internationalization (for awk) 
    1717export LC_ALL="C" 
    18  
    19 # Set default umask (umask is 0027 on some machines : CCRT machine at least) 
    20 umask 0022 
    2118 
    2219# By default, all libIGCM_sys save functions will protect output datas (RUN execution mode)  
     
    9794        echo "sys source default lib." 
    9895        . ${libIGCM}/libIGCM_sys/libIGCM_sys_default.ksh;; 
     96esac 
    9997 
    100 esac 
     98# Set default umask (umask is 0027 on some machines : CCRT machine at least) 
     99umask 0022 
Note: See TracChangeset for help on using the changeset viewer.