Changeset 531

Show
Ignore:
Timestamp:
05/15/08 11:53:51 (4 months ago)
Author:
free
Message:

Fix ownership of /etc and /usr, they must be owned by root not bin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cdd-utils/trunk/debian/changelog

    r530 r531  
    1313  * Pass pci=nobios to the kernel on Q1s 
    1414  * Added apt configuration to eros 
     15  * Fix ownership of /etc and /usr, they must be owned by root not bin 
    1516 
    1617 -- Free Ekanayaka <free@64studio.com>  Thu, 08 May 2008 21:55:32 +0200 
  • cdd-utils/trunk/lib/server.sh

    r511 r531  
    44 
    55    if [ "$1" == "client" ]; then 
     6        chown root /etc 
     7        chown root /usr 
    68        auth-client-config -a -p lac_ldap 
    79        cfg=/etc/ldap.conf