Changeset 3219

Show
Ignore:
Timestamp:
07/24/07 11:41:40 (17 years ago)
Author:
jerome
Message:

Fixes permissions.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/debian/postinst

    r2847 r3219  
    44. /usr/share/debconf/confmodule 
    55 
    6 if [ "$1" = "upgrade" ]; then 
     6if [ "$1" = "install" ]; then 
    77        chown -R pykota.pykota ~pykota 
    8         chmod 640 ~pykota/pykota.conf 
    9         chmod 600 ~pykota/pykotadmin.conf 
     8        chmod 0640 ~pykota/pykota.conf 
     9        chmod 0600 ~pykota/pykotadmin.conf 
     10        chmod 0700 /usr/share/pykota/cupspykota 
    1011fi 
    1112