Magellan Linux

Diff of /trunk/extras/openldap/openldap-2.4.38-r1.smage2

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

revision 20060 by niro, Wed Nov 20 15:26:51 2013 UTC revision 20061 by niro, Wed Nov 20 15:28:42 2013 UTC
# Line 34  SRC_URI=( Line 34  SRC_URI=(
34   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
35   mirror://${PNAME}/slapd.service   mirror://${PNAME}/slapd.service
36   mirror://${PNAME}/slapd.confd   mirror://${PNAME}/slapd.confd
37   mirror://${PNAME}/slapd.tempfile   mirror://${PNAME}/slapd.tmpfile
38  )  )
39    
40  UP2DATE="updatecmd http://www.openldap.org/software/download/ | grep 'currently avail' | sed 's/.*OpenLDAP-\(.*\)\ is.*/\1/'"  UP2DATE="updatecmd http://www.openldap.org/software/download/ | grep 'currently avail' | sed 's/.*OpenLDAP-\(.*\)\ is.*/\1/'"
# Line 118  src_install_openldap() Line 118  src_install_openldap()
118   # service   # service
119   minstallunit slapd.service || die   minstallunit slapd.service || die
120   minstallconf slapd.confd slapd || die   minstallconf slapd.confd slapd || die
121   minstalltmp slapd.tempfile slapd.conf || die   minstalltmp slapd.tmpfile slapd.conf || die
122    
123   minstalldocs ANNOUNCEMENT CHANGES COPYRIGHT LICENSE || die   minstalldocs ANNOUNCEMENT CHANGES COPYRIGHT LICENSE || die
124  }  }

Legend:
Removed from v.20060  
changed lines
  Added in v.20061