IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2008, 3:56:20 PM (18 years ago)
Author:
bills
Message:

allow group write permission when adding stuff to the data store

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStoreServer/scripts/dsreg

    r18569 r18572  
    5050my $verbose = 0;
    5151my $no_cleanup = 0; # if something goes wrong don't delete copied or linked files for debug
     52
     53# XXX allow group write permission:
     54# TODO: set the group to a more restrictive one than users
     55umask 2;
    5256
    5357#
Note: See TracChangeset for help on using the changeset viewer.