/[ludap]/ludap/scripts/restore.sh
ViewVC logotype

Diff of /ludap/scripts/restore.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mose, Wed Sep 24 09:30:43 2003 UTC revision 1.2 by mose, Thu Oct 30 12:10:07 2003 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2    
3  #redhat setting  #redhat setting
4  #SLAPD="/etc/ini.d/ldap"  #SLAPD="/etc/init.d/ldap"
5  #LDAPUSER="ldap"  #LDAPUSER="ldap"
6    
7  #debian && gentoo setting  #debian && gentoo setting
# Line 9  SLAPD="/etc/init.d/slapd" Line 9  SLAPD="/etc/init.d/slapd"
9  SLAPADD="/usr/sbin/slapadd"  SLAPADD="/usr/sbin/slapadd"
10  LDAPUSER=""  LDAPUSER=""
11    
12  ARCHIDIR="/home/mose/src/ludap/archi"  ARCHIDIR="archi"
13  if [ ! -d $ARCHIDIR ]; then  if [ ! -d $ARCHIDIR ]; then
14          mkdir $ARCHIDIR          mkdir $ARCHIDIR
15  fi  fi

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26