Changeset 531
- Timestamp:
- 05/15/08 11:53:51 (4 months ago)
- Files:
-
- cdd-utils/trunk/debian/changelog (modified) (1 diff)
- cdd-utils/trunk/lib/server.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cdd-utils/trunk/debian/changelog
r530 r531 13 13 * Pass pci=nobios to the kernel on Q1s 14 14 * Added apt configuration to eros 15 * Fix ownership of /etc and /usr, they must be owned by root not bin 15 16 16 17 -- Free Ekanayaka <free@64studio.com> Thu, 08 May 2008 21:55:32 +0200 cdd-utils/trunk/lib/server.sh
r511 r531 4 4 5 5 if [ "$1" == "client" ]; then 6 chown root /etc 7 chown root /usr 6 8 auth-client-config -a -p lac_ldap 7 9 cfg=/etc/ldap.conf
