]> hackdaworld.org Git - hdw-linux/hdw-linux.git/commitdiff
fixed bas packages (not bootdisk package)
authorhackbard <hackbard>
Sat, 30 Jul 2005 21:30:33 +0000 (21:30 +0000)
committerhackbard <hackbard>
Sat, 30 Jul 2005 21:30:33 +0000 (21:30 +0000)
doc/CHANGELOG
packages/base/cvs/cvs
packages/base/flex/lex_wrapper [new file with mode: 0644]
packages/base/module-init-tools/module-init-tools
packages/base/psmisc/psmisc
packages/base/shadow/shadow
packages/base/tar/tar

index afda068a7d1c809b7874d22f96a503e7e9bb9e06..b8b7cbc263423a6da70a7a74192e79d1b476f458 100644 (file)
@@ -1,3 +1,7 @@
+*) 2005-08-31
+
+- fixed base packages (not bootdisks!)
+
 *) 2005-07-04
 
 - fixes, updated development packages (tcl/tk not yet)
index c568290b2b5659070aef27306720e1034bb520d9..a18c389a1ab70b1324beaabe0e4c80f76bcf908d 100644 (file)
@@ -4,4 +4,4 @@
 #
 # [V] 1.11.20
 # [S] 2-18
-# [D] cvs-1.11.20.tar.bz2 https://ccvs.cvshome.org/files/documents/19/861/
+# [D] cvs-1.11.20.tar.bz2 http://savannah.nongnu.org/download/cvs/
diff --git a/packages/base/flex/lex_wrapper b/packages/base/flex/lex_wrapper
new file mode 100644 (file)
index 0000000..196e4af
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec /usr/bin/flex -l "$@"
+
index 028708e68b7655047935c8ca85da28edd4dd625d..013981904c0120245ccc1b88b4c8da6ddec5e0ff 100644 (file)
@@ -15,6 +15,6 @@ pre_install() {
 
 post_install() {
        # creating modprobe.* stuff
-       [ ! -f $root/etc/modprobe.conf ] touch $root/etc/modprobe.conf
-       [ ! -f $root/etc/modprobe.devfs ] cp modprobe.devfs $root/etc
+       [ ! -f $root/etc/modprobe.conf ] && touch $root/etc/modprobe.conf
+       [ ! -f $root/etc/modprobe.devfs ] && cp modprobe.devfs $root/etc
                }
index eeeac8ed142f8d18fb52515ec2b1d79294e5efa3..74deaf33643d9fd1096ca603519409eaf33d2dc7 100644 (file)
@@ -9,6 +9,5 @@
 confopt="$confopt --exec-prefix=$root/"
 
 post_install() {
-       mv $root/bin/pstree* $prefix/bin
        ln -sfv killall $root/bin/pidof
                }
index 40cdbc7ded2b591fe78d23d64b6ec71589fc00ec..1eb6a3e33e48b447ecea64dd24b95470fff1c1ac 100644 (file)
@@ -2,17 +2,20 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 4.0.10
+# [V] 4.0.11.1
 # [S] 2-15
-# [D] shadow-4.0.10.tar.bz2 ftp://ftp.pld.org.pl/software/shadow/
+# [D] shadow-4.0.11.1.tar.bz2 ftp://ftp.pld.org.pl/software/shadow/
 
-confopt="$confopt --libdir=$root/lib --enable-shared"
+confopt="$confopt --libdir=$root/lib --enable-shared --enable-shadowgrp"
 
-pre_install()  {
+build_main()   {
+       ./configure $confopt
        sed 's/groups$(EXEEXT) //' src/Makefile > tmp~
        mv tmp~ src/Makefile
        sed '/groups/d' man/Makefile > tmp~
        mv tmp~ man/Makefile
+       make $make_conf
+       make $install_conf install
                }
 
 post_install() {
index 1c585412700db6967e29621e89e28301afbf1c7a..4d84e2964ba4c58be96266b15a17bec853f1e732 100644 (file)
@@ -2,6 +2,6 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 1.15
+# [V] 1.15.1
 # [S] 1-6 2-15
-# [D] tar-1.15.tar.bz2 ftp://ftp.gnu.org/pub/gnu/tar/
+# [D] tar-1.15.1.tar.bz2 ftp://ftp.gnu.org/pub/gnu/tar/