Changeset 497
- Timestamp:
- 05/08/08 21:05:28 (7 months ago)
- Location:
- cdd-utils/trunk
- Files:
-
- 3 modified
- 6 moved
-
cdd-config (modified) (1 diff)
-
debian/changelog (modified) (1 diff)
-
debian/install (modified) (1 diff)
-
share (moved) (moved from cdd-utils/trunk/data)
-
share/apt (moved) (moved from cdd-utils/trunk/apt)
-
share/monit (moved) (moved from cdd-utils/trunk/monit)
-
share/postfix (moved) (moved from cdd-utils/trunk/postfix)
-
share/samba (moved) (moved from cdd-utils/trunk/samba)
-
share/slapd (moved) (moved from cdd-utils/trunk/ldap)
Legend:
- Unmodified
- Added
- Removed
-
cdd-utils/trunk/cdd-config
r492 r497 720 720 # Populate database 721 721 for schema in addressbook people groups manager samba; do 722 cfg=/usr/share/cdd-utils/ ldap/$schema.ldif722 cfg=/usr/share/cdd-utils/slapd/$schema.ldif 723 723 if ! exists $cfg; then warning $cfg not found; return; fi 724 724 ldapadd -c -x -D cn=admin,dc=nodomain -w $pwd -f $cfg > /dev/null 2>&1 || true -
cdd-utils/trunk/debian/changelog
r494 r497 1 cdd-utils (0.9~pre1) UNRELEASED; urgency=low 2 3 * Moved package-specific data to share 4 5 -- Free Ekanayaka <free@64studio.com> Thu, 08 May 2008 21:55:32 +0200 6 1 7 cdd-utils (0.8) 64studio; urgency=low 2 8 -
cdd-utils/trunk/debian/install
r458 r497 4 4 bin usr/ 5 5 etc/xdg etc 6 ldap usr/share/cdd-utils 7 postfix usr/share/cdd-utils 8 samba usr/share/cdd-utils 9 apt usr/share/cdd-utils 10 monit usr/share/cdd-utils 6 share/* usr/share/cdd-utils
