summaryrefslogtreecommitdiffstats
path: root/openldap
diff options
context:
space:
mode:
Diffstat (limited to 'openldap')
-rw-r--r--openldap/.footprint.i6862
-rw-r--r--openldap/.footprint.x86_642
-rw-r--r--openldap/Pkgfile5
3 files changed, 4 insertions, 5 deletions
diff --git a/openldap/.footprint.i686 b/openldap/.footprint.i686
index 644f3ff18..62c7dfde7 100644
--- a/openldap/.footprint.i686
+++ b/openldap/.footprint.i686
@@ -51,7 +51,7 @@ drwxr-xr-x root/root etc/rc.d/rc5.d/
lrwxrwxrwx root/root etc/rc.d/rc5.d/S25openldap -> ../init.d/openldap
drwxr-xr-x root/root etc/rc.d/rc6.d/
lrwxrwxrwx root/root etc/rc.d/rc6.d/K46openldap -> ../init.d/openldap
-drwxr-xr-x root/root etc/rc.d/rcsysinit.d/
+drwxr-xr-x root/root etc/rc.d/rcS.d/
drwxr-xr-x root/root etc/sysconfig/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
diff --git a/openldap/.footprint.x86_64 b/openldap/.footprint.x86_64
index 644f3ff18..62c7dfde7 100644
--- a/openldap/.footprint.x86_64
+++ b/openldap/.footprint.x86_64
@@ -51,7 +51,7 @@ drwxr-xr-x root/root etc/rc.d/rc5.d/
lrwxrwxrwx root/root etc/rc.d/rc5.d/S25openldap -> ../init.d/openldap
drwxr-xr-x root/root etc/rc.d/rc6.d/
lrwxrwxrwx root/root etc/rc.d/rc6.d/K46openldap -> ../init.d/openldap
-drwxr-xr-x root/root etc/rc.d/rcsysinit.d/
+drwxr-xr-x root/root etc/rc.d/rcS.d/
drwxr-xr-x root/root etc/sysconfig/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
diff --git a/openldap/Pkgfile b/openldap/Pkgfile
index c9d974581..94c130027 100644
--- a/openldap/Pkgfile
+++ b/openldap/Pkgfile
@@ -7,13 +7,12 @@
name=openldap
version=2.4.28
-release=1
+release=2
source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/$name-$version.tgz)
build() {
source /etc/blfs-bootscripts
- wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2
-# wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
+ wget http://www.linuxfromscratch.org/blfs/downloads/svn/$scripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
cd $name-$version
export CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"