diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-09 22:52:59 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-09 22:52:59 +0200 |
commit | 95741ee2955c3c4e51b37bcef926a4465e10a084 (patch) | |
tree | 673772dfec7a8f5109029ee9383e84d471e44b5c | |
parent | cf6d39a460adeb152e4f654066e25af1018b83d2 (diff) | |
download | nutyx-pakxe-95741ee2955c3c4e51b37bcef926a4465e10a084.tar.gz nutyx-pakxe-95741ee2955c3c4e51b37bcef926a4465e10a084.tar.bz2 nutyx-pakxe-95741ee2955c3c4e51b37bcef926a4465e10a084.tar.xz nutyx-pakxe-95741ee2955c3c4e51b37bcef926a4465e10a084.zip |
aaabasicfs, correction footprint, md5sum et Pkgfile
-rw-r--r-- | base/aaabasicfs/.footprint | 2 | ||||
-rw-r--r-- | base/aaabasicfs/.md5sum | 4 | ||||
-rw-r--r-- | base/aaabasicfs/Pkgfile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/base/aaabasicfs/.footprint b/base/aaabasicfs/.footprint index 39bf0fb88..6d565116d 100644 --- a/base/aaabasicfs/.footprint +++ b/base/aaabasicfs/.footprint @@ -39,7 +39,7 @@ drwxr-xr-x root/root etc/rc.d/init.d/ -rwxr-xr-- root/root etc/rc.d/init.d/modules -rwxr-xr-- root/root etc/rc.d/init.d/mountfs -rwxr-xr-- root/root etc/rc.d/init.d/mountkernfs --rwxr-xr-x root/root etc/rc.d/init.d/network +-rwxr-xr-- root/root etc/rc.d/init.d/network -rwxr-xr-- root/root etc/rc.d/init.d/random -rwxr-xr-- root/root etc/rc.d/init.d/rc -rwxr-xr-- root/root etc/rc.d/init.d/reboot diff --git a/base/aaabasicfs/.md5sum b/base/aaabasicfs/.md5sum index 764011c09..04b2ed449 100644 --- a/base/aaabasicfs/.md5sum +++ b/base/aaabasicfs/.md5sum @@ -3,7 +3,7 @@ f6b42961b3c2bd3b2e0bf0082d80d216 X.sh 427f04bb0e7ba3394054a1215fdca87c bashrc 427f04bb0e7ba3394054a1215fdca87c bashrc 3974f1b4242908346f309b096a7a6ed6 bashrc.etc -c1eb6cd5daa0c723bb06a22b4730cb3a blfs-bootscripts-20090302.tar.bz2 +915e93cd8ecccdb797c25710ad466035 blfs-bootscripts-20090302.tar.bz2 94e5b6c4017e28684a683d39cbe4c72a console 248d4faa838949085a51003b2c0c3f00 dircolors.sh ad457024fe7ad91b8e9e0b4aad87df1f extrapaths.sh @@ -12,7 +12,7 @@ ad457024fe7ad91b8e9e0b4aad87df1f extrapaths.sh 9099d0e8faf5da80580c1652c919859a inittab 2ca09cd10bcc4f6adb0c5b1521bfdb7e inputrc 5d7c952bd09d718298dd60d3b976c349 lfs-bootscripts-01.patch -bbfba0f38a63b33a768005672df125b1 lfs-bootscripts-20100124.tar.bz2 +5a8b2aacde330663828176064c77b72d lfs-bootscripts-20100124.tar.bz2 4e77d38062489bdd53d0eb9065a37b3e message f6c548de7fc44b0fbc503ba0189d5c91 network 5478e2141b3d5504cd201b23dcc70531 nu diff --git a/base/aaabasicfs/Pkgfile b/base/aaabasicfs/Pkgfile index b8e8b8b26..ab6502ebb 100644 --- a/base/aaabasicfs/Pkgfile +++ b/base/aaabasicfs/Pkgfile @@ -173,7 +173,7 @@ EOF # Customise startup scripts cat > $PKG/var/lib/pkg/blfs-bootscripts << "EOF" scripts=blfs-bootscripts -scriptsversion=$BLFSscriptsversion +scriptsversion=`echo $BLFSscriptsversion` EOF ln -s /var/lib/pkg/blfs-bootscripts $PKG/etc/blfs-bootscripts cp -v message $PKG/boot/ |