summaryrefslogtreecommitdiffstats
path: root/openldap
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-06 11:51:47 +0000
committerpiernov <piernov@piernov.org>2012-03-06 11:51:47 +0000
commitb2c1d002dbd97aed49fa12224d54a191dae9787c (patch)
treefb40a0423bd7b59a9876b188add83a1b560c30dc /openldap
parentc73c2f1dc3dc143fbffb767da663d524028985ef (diff)
downloadnutyx-extra-b2c1d002dbd97aed49fa12224d54a191dae9787c.tar.gz
nutyx-extra-b2c1d002dbd97aed49fa12224d54a191dae9787c.tar.bz2
nutyx-extra-b2c1d002dbd97aed49fa12224d54a191dae9787c.tar.xz
nutyx-extra-b2c1d002dbd97aed49fa12224d54a191dae9787c.zip
openldap màj bootscript
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"