Changeset 2590

Show
Ignore:
Timestamp:
11/28/05 13:50:10 (18 years ago)
Author:
jerome
Message:

Fix permissions on configuration files after installation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/debian/postinst

    r2146 r2590  
    66if [ "$1" = "install" ]; then 
    77        chown -R pykota.pykota /etc/pykota 
     8        chmod 640 /etc/pykota/pykota.conf 
     9        chmod 600 /etc/pykota/pykotadmin.conf 
    810fi 
    911