IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18572


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

Location:
trunk/DataStoreServer/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStoreServer/scripts/dsprodtool

    r18570 r18572  
    2525                       );
    2626my $product;
     27
     28# XXX allow group write permission. TODO: set group to something restrictive
     29umask 2;
    2730
    2831my $ptype;
  • 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.