~ubuntu-branches/ubuntu/utopic/389-ds-base/utopic

« back to all changes in this revision

Viewing changes to ldap/admin/src/scripts/ldif2db.in

  • Committer: Package Import Robot
  • Author(s): Timo Aaltonen
  • Date: 2013-10-10 09:49:15 UTC
  • Revision ID: package-import@ubuntu.com-20131010094915-3q3m9z34sxx8tqik
Tags: 1.3.1.9-0ubuntu2
* Merge from debian git
  - admin_scripts.diff: Add patch from upstream #47511 to fix bashisms.
  - control: Add ldap-utils to -base depends.
  - rules, rename-online-scripts.diff: Some scripts with .pl suffix are
    meant for an online server, so instead of overwriting the offline
    scripts use -online suffix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
 
3
 
source @datadir@/@package_name@/data/DSSharedLib
 
3
. @datadir@/@package_name@/data/DSSharedLib
4
4
 
5
5
libpath_add "@libdir@/@package_name@/"
6
6
libpath_add "@nss_libdir@"