You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(202) |
Nov
(201) |
Dec
(280) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(493) |
Feb
(106) |
Mar
(215) |
Apr
(163) |
May
(79) |
Jun
(193) |
Jul
(47) |
Aug
(71) |
Sep
(127) |
Oct
(41) |
Nov
(49) |
Dec
(120) |
2005 |
Jan
(147) |
Feb
(45) |
Mar
(26) |
Apr
(71) |
May
(52) |
Jun
(28) |
Jul
(92) |
Aug
(50) |
Sep
(35) |
Oct
(193) |
Nov
(106) |
Dec
(52) |
2006 |
Jan
(51) |
Feb
(38) |
Mar
(33) |
Apr
(79) |
May
(107) |
Jun
(67) |
Jul
(21) |
Aug
(65) |
Sep
(44) |
Oct
(87) |
Nov
(12) |
Dec
(56) |
2007 |
Jan
(48) |
Feb
(58) |
Mar
(63) |
Apr
(31) |
May
(25) |
Jun
(20) |
Jul
(72) |
Aug
(54) |
Sep
(30) |
Oct
(76) |
Nov
(74) |
Dec
(25) |
2008 |
Jan
(39) |
Feb
(39) |
Mar
(62) |
Apr
(64) |
May
(59) |
Jun
(31) |
Jul
(25) |
Aug
(25) |
Sep
(17) |
Oct
(24) |
Nov
|
Dec
(1) |
2009 |
Jan
(60) |
Feb
(39) |
Mar
(16) |
Apr
(30) |
May
(52) |
Jun
(35) |
Jul
(15) |
Aug
(15) |
Sep
(21) |
Oct
(32) |
Nov
(39) |
Dec
(52) |
2010 |
Jan
(42) |
Feb
(40) |
Mar
(23) |
Apr
(20) |
May
(27) |
Jun
(10) |
Jul
(30) |
Aug
(30) |
Sep
(66) |
Oct
(12) |
Nov
(35) |
Dec
(60) |
2011 |
Jan
(16) |
Feb
(1) |
Mar
(3) |
Apr
(28) |
May
(21) |
Jun
|
Jul
(12) |
Aug
(6) |
Sep
(10) |
Oct
(14) |
Nov
(40) |
Dec
(60) |
2012 |
Jan
(23) |
Feb
(17) |
Mar
(24) |
Apr
(18) |
May
(13) |
Jun
(1) |
Jul
|
Aug
(5) |
Sep
|
Oct
(5) |
Nov
(5) |
Dec
(15) |
2013 |
Jan
(2) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
(2) |
Jun
(3) |
Jul
|
Aug
(3) |
Sep
(5) |
Oct
(3) |
Nov
(1) |
Dec
(1) |
2014 |
Jan
(3) |
Feb
(5) |
Mar
(8) |
Apr
(3) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
(4) |
Oct
(10) |
Nov
|
Dec
(9) |
2015 |
Jan
(18) |
Feb
(17) |
Mar
(5) |
Apr
(2) |
May
|
Jun
(5) |
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
(24) |
Nov
(20) |
Dec
(41) |
2016 |
Jan
(9) |
Feb
(3) |
Mar
(2) |
Apr
(7) |
May
(8) |
Jun
(1) |
Jul
(6) |
Aug
(5) |
Sep
(2) |
Oct
(6) |
Nov
(1) |
Dec
(6) |
2017 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
(4) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Heiko Z. <smi...@us...> - 2004-10-17 03:26:36
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10859 Modified Files: openssl Log Message: zlib is required before we compile openssl Index: openssl =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/openssl,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- openssl 21 Aug 2004 19:17:46 -0000 1.22 +++ openssl 17 Oct 2004 03:26:27 -0000 1.23 @@ -10,7 +10,7 @@ ### BEGIN INIT INFO # Provides: openssl -# Required-Start: $basebuildtools glibc +# Required-Start: $basebuildtools glibc zlib # Required-Stop: # Default-Start: 1 2 # Default-Stop: |
From: Heiko Z. <smi...@us...> - 2004-10-17 02:07:28
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31175 Modified Files: perl Log Message: parallel build seem to be fixed Index: perl =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/perl,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- perl 10 Sep 2004 23:16:24 -0000 1.34 +++ perl 17 Oct 2004 02:07:19 -0000 1.35 @@ -32,8 +32,7 @@ echo "archname='i$CONFIG_CPU-linux'" >> ./hints/linux.sh ./Configure -Dprefix=/usr -Dinstallprefix=$WORKDIR/tmp -Dusethreads -d -e || exit 1 - # parallel build fails - do not user $PMAKE - make || exit 1 + make $PMAKE || exit 1 #strip_debug |
From: Heiko Z. <smi...@us...> - 2004-10-13 02:37:58
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8750 Modified Files: Tag: rel-1-2-patches CHANGES Log Message: ooops, there was never a 1.2rc2, so let's remove it Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.43 retrieving revision 1.807.2.44 diff -u -d -r1.807.2.43 -r1.807.2.44 --- CHANGES 13 Oct 2004 02:34:47 -0000 1.807.2.43 +++ CHANGES 13 Oct 2004 02:37:48 -0000 1.807.2.44 @@ -52,8 +52,6 @@ - updated sudo to 1.6.8p1 - updated util-linux to 2.12e - added missing /etc/iproute2 files - -1.2rc2 - compile modutils only with support for 32 bit (required for building on AMD Opteron) (Frank Pieczynski) - don't install hostname from coreutils package, use the one from net-tools - bind chroot jail was missing /etc/localtime |
From: Heiko Z. <smi...@us...> - 2004-10-13 02:35:01
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8202/scripts/scripts Added Files: Tag: rel-1-2-patches lpd Log Message: - added LPRng v3.8.27 (backport from DL 1.3) - re-added hostname from net-tools package - set version no to 1.2 --- NEW FILE: lpd --- #!/bin/bash # # $Source: /cvsroot/devil-linux/build/scripts/scripts/lpd,v $ # $Revision: 1.2.2.1 $ # $Date: 2004/10/13 02:34:49 $ # # http://www.devil-linux.org # ### BEGIN INIT INFO # Provides: lpd # Required-Start: $network $syslog # Required-Stop: $network $syslog # Default-Start: 3 5 # Default-Stop: 0 6 # Description: starts the LPDng daemon ### END INIT INFO # settings source /etc/sysconfig/config # parameters NAME="LPRng" CONFIGNAME=LPRNG DAEMON=/usr/sbin/lpd PARAMETER="" # source function library source /etc/init.d/functions eval START=\$START_$CONFIGNAME # Determine the base and follow a runlevel link name. base=${0##*/} link=${base#*[SK][0-9][0-9]} # Force execution if not called by a runlevel directory. test $link = $base && START=yes test "$START" = "yes" || exit 0 if [ ! -e $DAEMON ]; then echo echo "$DAEMON not found. Did you install the package?" exit 1 fi case "$1" in start) echo -n "Starting $NAME: " loadproc $DAEMON $PARAMETER ;; stop) echo -n "Shutting down $NAME: " killproc $DAEMON ;; restart) $0 stop sleep 1 $0 start ;; *) echo "Usage: $0 {start|stop|restart}" exit 1 ;; esac |
From: Heiko Z. <smi...@us...> - 2004-10-13 02:35:00
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8202/scripts/configuration/help Added Files: Tag: rel-1-2-patches LPRng.help Log Message: - added LPRng v3.8.27 (backport from DL 1.3) - re-added hostname from net-tools package - set version no to 1.2 --- NEW FILE: LPRng.help --- CONFIG_LPRNG LPRng is the Next Generation in LPR software. It supports the standard bsd lpr commands and also supports an System V interface. Other features include lightweight lpr, lpc, and lprm programs, dynamic redirection of print queues, automatic job holding, highly verbose diagnostics, multiple printers serving a single queue, client programs do not need to run SUID root, greatly enhanced security checks and a greatly improved permission and authorization mechanism. The default configuration provides a simple BSD LPR interface, but there are options to modify a wide variety of operational facilities. The companion IFHP print filter can interface to a wide variety of printers, from the latest network based high speed to vintage legacy printers. |
From: Heiko Z. <smi...@us...> - 2004-10-13 02:35:00
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8202/scripts/configuration/profiles Modified Files: Tag: rel-1-2-patches default Log Message: - added LPRng v3.8.27 (backport from DL 1.3) - re-added hostname from net-tools package - set version no to 1.2 Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.29.2.3 retrieving revision 1.29.2.4 diff -u -d -r1.29.2.3 -r1.29.2.4 --- default 4 Sep 2004 15:02:43 -0000 1.29.2.3 +++ default 13 Oct 2004 02:34:49 -0000 1.29.2.4 @@ -95,6 +95,7 @@ CONFIG_NF_EXTRA=y CONFIG_NF_PATCHES=y CONFIG_NF_PENDING=y +CONFIG_NF_UPDATES=y CONFIG_NICE=y CONFIG_NIS=y CONFIG_NO_IP_UPDATER=y @@ -184,4 +185,4 @@ CONFIG_XINETD=y CONFIG_ZIP=y CONFIG_ZISOFS=y -CONFIG_NF_UPDATES=y +CONFIG_LPRNG=y |
From: Heiko Z. <smi...@us...> - 2004-10-13 02:35:00
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8202/scripts/config Modified Files: Tag: rel-1-2-patches VERSION Log Message: - added LPRng v3.8.27 (backport from DL 1.3) - re-added hostname from net-tools package - set version no to 1.2 Index: VERSION =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/VERSION,v retrieving revision 1.14.2.4 retrieving revision 1.14.2.5 diff -u -d -r1.14.2.4 -r1.14.2.5 --- VERSION 20 Sep 2004 18:33:10 -0000 1.14.2.4 +++ VERSION 13 Oct 2004 02:34:48 -0000 1.14.2.5 @@ -1 +1 @@ -1.2rc2 +1.2 |
From: Heiko Z. <smi...@us...> - 2004-10-13 02:35:00
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8202/scripts/configuration Added Files: Tag: rel-1-2-patches LPRng.config Log Message: - added LPRng v3.8.27 (backport from DL 1.3) - re-added hostname from net-tools package - set version no to 1.2 --- NEW FILE: LPRng.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/LPRng.config,v $ # $Revision: 1.1.2.1 $ # $Date: 2004/10/13 02:34:48 $ # # http://www.devil-linux.org menu_add "Networking|Services" bool "LPRng" CONFIG_LPRNG |
From: Heiko Z. <smi...@us...> - 2004-10-13 02:34:59
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8202/scripts Modified Files: Tag: rel-1-2-patches net-tools Added Files: Tag: rel-1-2-patches LPRng Log Message: - added LPRng v3.8.27 (backport from DL 1.3) - re-added hostname from net-tools package - set version no to 1.2 --- NEW FILE: LPRng --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/LPRng,v $ # $Revision: 1.1.2.1 $ # $Date: 2004/10/13 02:34:47 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: LPRng # Required-Start: $basebuildtools $libs # Required-Stop: # Default-Start: 1 2 # Default-Stop: # Description: description ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings MYNAME=LPRNG case $1 in build ) if [ "$CONFIG_LPRNG" = "y" ]; then ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc \ --with-userid=lprng --with-groupid=lprng --disable-nls --with-pic || exit 1 make $PMAKE all || exit 1 strip_debug fi ;; install ) if [ "$CONFIG_LPRNG" = "y" ]; then rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp/usr/{sbin,man} || exit 1 # install it into build system, because we need it later make install DESTDIR=$WORKDIR/tmp || exit 1 rm -rf $WORKDIR/tmp/usr/lib || exit 1 rm -rf $WORKDIR/tmp/etc/rc.d || exit 1 find $WORKDIR/tmp/etc -name \*.sample | xargs rm || exit 1 copy_docs $WORKDIR/tmp copy_files $WORKDIR/tmp/usr $CDDIR/ || exit 1 copy_files $WORKDIR/tmp/etc $ETCDIR/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 cp $MYDIR/scripts/lpd $ETCDIR/etc/init.d || exit 1 echo "# Start $MYNAME?" >> $CONFIGFILE echo "START_$MYNAME=no" >> $CONFIGFILE echo >> $CONFIGFILE echo "HELP_$MYNAME=\"$MYNAME is a line printer daemon\"" >> $SOFTWAREHELP fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac Index: net-tools =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/net-tools,v retrieving revision 1.14 retrieving revision 1.14.2.1 diff -u -d -r1.14 -r1.14.2.1 --- net-tools 4 Feb 2004 20:40:59 -0000 1.14 +++ net-tools 13 Oct 2004 02:34:47 -0000 1.14.2.1 @@ -26,7 +26,7 @@ case $1 in build ) if [ ! -f net_tools_patch ]; then - zcat $DL_DIR/src/net-tools*.diff.gz | patch -p1 || exit 1 + bzcat $DL_DIR/src/net-tools*.diff.bz2 | patch -p1 || exit 1 touch net_tools_patch fi cp $MYDIR/config/config_net-tools.h ./config.h |
From: Heiko Z. <smi...@us...> - 2004-10-13 02:34:58
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8202 Modified Files: Tag: rel-1-2-patches CHANGES md5sum.lst Log Message: - added LPRng v3.8.27 (backport from DL 1.3) - re-added hostname from net-tools package - set version no to 1.2 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.42 retrieving revision 1.807.2.43 diff -u -d -r1.807.2.42 -r1.807.2.43 --- CHANGES 12 Oct 2004 12:48:43 -0000 1.807.2.42 +++ CHANGES 13 Oct 2004 02:34:47 -0000 1.807.2.43 @@ -22,6 +22,8 @@ # 1.2 +- added LPRng v3.8.27 (backport from DL 1.3) +- re-added hostname from net-tools package - updated Python to 2.3.4 - updated bind to 9.2.4 - updated cdrtools to 2.01 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.102.2.28 retrieving revision 1.102.2.29 diff -u -d -r1.102.2.28 -r1.102.2.29 --- md5sum.lst 12 Oct 2004 12:48:44 -0000 1.102.2.28 +++ md5sum.lst 13 Oct 2004 02:34:47 -0000 1.102.2.29 @@ -22,6 +22,7 @@ fd3cd83810bb3163e47dedd34277da76 src/perl-ext/perl-ldap-0.2701.tar.gz d8c2662914b21c20c8cbf94692de9ebc src/2.4.21-include.tar.bz2 e75bbaf1be835e43f3f86f3893ed5130 src/IMQ-iptables-1.2.9.diff.bz2 +987006ed2bcb48b50772bdff4dfc3327 src/LPRng-3.8.27.tgz ed973eda318f3685ad317afb9a54c571 src/LVM2.2.00.08.tgz 90901044f52f5213a2abc612b9745c1b src/MOSIX-1.9.0.tgz 6b154c442a335c2a281defe17c8008e8 src/MOSKRN-1.9.0.tgz @@ -245,7 +246,7 @@ 3c080fc3caeb0d1e3423f7ed204f8b5b src/ncurses-5.3.tar.bz2 8080555ab3f90011f25d5122042d9a8d src/net-snmp-5.1.2.tar.gz 888774accab40217dde927e21979c165 src/net-tools-1.60.tar.bz2 -e4da725325c175f1b4c114c5e305cfa8 src/net-tools_1.60-9.diff.gz +71091a5dd65eac16ca841ce06e5de7fa src/net-tools_1.60-9-dl.diff.bz2 e8562d18b7b560887a96824cbc89a77f src/netacct-mysql-0.76.tar.gz c011fc1595dd125443df2d357958c85f src/noip_updater_linux_v1.4.tar.gz 00fcdcc3fa532de1631ce0e78d755c5e src/nptl-0.60.tar.bz2 |
From: Heiko Z. <smi...@us...> - 2004-10-12 12:48:55
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22549 Modified Files: Tag: rel-1-2-patches CHANGES md5sum.lst Log Message: - updated Python to 2.3.4 - updated bind to 9.2.4 - updated cdrtools to 2.01 - updated dhcp to 3.0.1 - updated dnsmasq to 2.15 - updated eagle-usb to 1.9.9.1 - updated gnupg to 1.2.6 - updated hdparm to 5.7 - updated httpd to 2.0.51 - updated vlftp to 3.0.9 - updated libpng to 1.2.7 - updated libxml2 to 2.6.14 - updated libxslt to 1.1.11 - updated mysql to 4.0.21 - updated net-snmp to 5.1.2 - updated openh323 to v1_15_1 - updated openswan to 1.0.7 - updated php to 4.3.9 - updated postfix to 2.1.5 - updated pwlib-v1_8_1 to src - updated python-ldap to 2.0.3 - updated samba to 3.0.7 - updated sed to 4.1.2 - updated sg3_utils to 1.08 - updated squid to 2.5.STABLE6 - updated sudo to 1.6.8p1 - updated util-linux to 2.12e Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.41 retrieving revision 1.807.2.42 diff -u -d -r1.807.2.41 -r1.807.2.42 --- CHANGES 10 Oct 2004 19:31:18 -0000 1.807.2.41 +++ CHANGES 12 Oct 2004 12:48:43 -0000 1.807.2.42 @@ -22,6 +22,33 @@ # 1.2 +- updated Python to 2.3.4 +- updated bind to 9.2.4 +- updated cdrtools to 2.01 +- updated dhcp to 3.0.1 +- updated dnsmasq to 2.15 +- updated eagle-usb to 1.9.9.1 +- updated gnupg to 1.2.6 +- updated hdparm to 5.7 +- updated httpd to 2.0.51 +- updated vlftp to 3.0.9 +- updated libpng to 1.2.7 +- updated libxml2 to 2.6.14 +- updated libxslt to 1.1.11 +- updated mysql to 4.0.21 +- updated net-snmp to 5.1.2 +- updated openh323 to v1_15_1 +- updated openswan to 1.0.7 +- updated php to 4.3.9 +- updated postfix to 2.1.5 +- updated pwlib-v1_8_1 to src +- updated python-ldap to 2.0.3 +- updated samba to 3.0.7 +- updated sed to 4.1.2 +- updated sg3_utils to 1.08 +- updated squid to 2.5.STABLE6 +- updated sudo to 1.6.8p1 +- updated util-linux to 2.12e - added missing /etc/iproute2 files 1.2rc2 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.102.2.27 retrieving revision 1.102.2.28 diff -u -d -r1.102.2.27 -r1.102.2.28 --- md5sum.lst 23 Sep 2004 02:52:22 -0000 1.102.2.27 +++ md5sum.lst 12 Oct 2004 12:48:44 -0000 1.102.2.28 @@ -26,7 +26,7 @@ 90901044f52f5213a2abc612b9745c1b src/MOSIX-1.9.0.tgz 6b154c442a335c2a281defe17c8008e8 src/MOSKRN-1.9.0.tgz cd482160ddbe371bbf4fb58b715ebbdf src/Mail-SpamAssassin-2.64.tar.bz2 -70ada9f65742ab2c77a96bcd6dffd9b1 src/Python-2.3.3.tar.bz2 +a2c089faa2726c142419c03472fc4063 src/Python-2.3.4.tar.bz2 c448c1bee6014bc48a386c222d357873 src/acl-2.2.22.src.tar.gz 9c2156ce75e39675300e0c3a358018a5 src/alsa-driver-1.0.2.tar.bz2 b2a0d5d46e0d67e48594e98215ecfd73 src/alsa-lib-1.0.2.tar.bz2 @@ -42,7 +42,7 @@ c0b6434087e3be0606ef9d172238f26c src/automake-1.9.tar.bz2 5238251b4926d778dfe162f6ce729733 src/bash-2.05b.tar.gz 2d6f5c39497a951120759dc72664033e src/beep-1.2.1.tar.gz -94ae7b0f20dc406fdbbf6fac5d57b32f src/bind-9.2.3.tar.gz +2ccbddbab59aedd6b8711b628b5472bd src/bind-9.2.4.tar.gz 095f8a04f37df2ed5c99328ddc551a09 src/bing-1.1.3.tar.bz2 3e28792a585e14b57838cd24130a24dd src/binutils-2.14.90.0.8.tar.bz2 42c3a33b645f40197e8f7aca7bd1e913 src/bison-1.875.patch1-bs.bz2 @@ -52,7 +52,7 @@ 5b8773b4965618279277b05cd811e7b3 src/bzip2-1.0.2.tar.bz2 ffd824f13f99011984399fc3b7526c71 src/camsource-0.7.0.tar.bz2 560e49f5728797d8bbfb6eed963c6de1 src/cdrtools-2.0-kernel-26-patch.bz2 -fa6e05876d536d68bbdc63e5ca167902 src/cdrtools-2.01a37.tar.bz2 +d44a81460e97ae02931c31188fe8d3fd src/cdrtools-2.01.tar.bz2 376ee0327bb6060a03052cdc71bb371f src/chpax-0.6.tar.gz 9d88f2d090fcafcd0e2fa73b018b6e16 src/cipe-1.5.4.tar.gz 2c85b7957eba9fd9e9ff8c2537ae006f src/clamav-0.75.1.tar.gz @@ -62,7 +62,7 @@ 90e6755ff66c1e8919e8d7af5db0fffa src/compartment-gcc33.diff.bz2 055c3cfa75c783bdaaa294d7895584c5 src/compartment-no-close-fd.diff.bz2 172ee3c315af93d3385ddfbeb843c53f src/coreutils-5.2.1.tar.bz2 -3fe2590960d7139c9affa3d884f95612 src/coreutils-patches.tar.bz2 +f2e830491b5932ea7a729f6368548585 src/coreutils-patches.tar.bz2 e02859af1bbbbd73fcbf757acb57e0a4 src/cpio-2.5.tar.gz c53247d26e769d154a810a498dd0322c src/cpqarrayd-2.0.tar.gz 5c356f45bde4233a9b2a5ae78ae4e9e1 src/cramfs-1.1.tar.gz @@ -77,7 +77,7 @@ e393cbf386831825ae8814d9341feadd src/ddup-3.0.1.tar.bz2 44c6394b8e2e8feaf453aeddc8a3ee69 src/devfsd-v1.3.25.tar.gz 44920cd973a6abc79109af9bff9d8af6 src/device-mapper.1.00.07.tgz -a68074d9ebdeb355c293d9b3645b3c2c src/dhcp-3.0.1rc14.tar.gz +44f72d16a12acc3fbe09703157aa42d2 src/dhcp-3.0.1.tar.gz dd627a121e43835bead3ffef5b1a72fd src/dhcpcd-1.3.22-pl4.tar.gz de491252e0329e67aed27d1d01eed120 src/dialog_0.9b-20030308.orig.tar.gz 27ce98d689599f41639ab5c383b17e32 src/diffutils-2.8.1.tar.bz2 @@ -85,14 +85,14 @@ 6976c265fe1e28e3648b390d16934e8b src/djbdns-1.05-ignoreip.patch.bz2 cbdb9f51e0df375f3099a022ef880bdd src/djbdns-1.05.errno.patch.bz2 3147c5cd56832aa3b41955c7a51cbeb2 src/djbdns-1.05.tar.gz -ec51ce5b1edc3e1cb743dcbef61ca808 src/dnsmasq-2.13.tar.gz +72f59fa070a1dc7f664603b20134c383 src/dnsmasq-2.15.tar.gz af4d03e85985ab222f2811744b9e06bc src/dosfstools-2.10-llseek.patch.bz2 59a02f311a891af8787c4c9e28c6b89b src/dosfstools_2.10.orig.tar.gz 6e5f32be84901bf0f8c027f4a5a999ad src/dovecot-0.99.10.7.tar.gz d192f412995f4361aecfc8a3b47e96b5 src/e100-3.0.27.tar.gz 1bf69d2042b32d7e17158e6bfd188236 src/e1000-5.3.19.tar.gz 8d25ffd60d405ef32d341704a2323807 src/e2fsprogs-1.35.tar.gz -2545f60f436a511039456b385a5987b0 src/eagle-usb-1.9.8.tar.bz2 +30c6615c19f92efebf5e3fcd2ec9064e src/eagle-usb-1.9.9.1.tar.bz2 9e28e82ddb81b910597e7fa60b666997 src/ebtables-brnf-7_vs_2.4.27.diff.gz c4559af2366c764c6c42a3fdd40d60d3 src/ebtables-v2.0.6.tar.gz 29f494c6e25f47c639f8a20bd134f296 src/et_dyn.tar.gz @@ -125,7 +125,7 @@ 60bd8402892f120f77727c0ef8f6ffda src/glibc-patches.tar.bz2 ed39b34dd14014cc504840776af5ba10 src/gmp-4.1.2.tar.bz2 770309df3d631d6c94dfb3a95a9be25e src/gnugk-2.0.8.tgz -16d0b575812060328f8e677b7f0047cc src/gnupg-1.2.4.tar.bz2 +b1890f5dfacd2ba7ab15448c5ff08a4e src/gnupg-1.2.6.tar.bz2 2c63e827d755527950d9d13fe3d87692 src/gpm-1.20.1.tar.bz2 3f4d8d524a55e35a7d06166f4f51f299 src/gradm-2.0.1.tar.gz ddd99e2d5d4f4611357e31e97f080cf2 src/grep-2.5.1.tar.bz2 @@ -136,7 +136,7 @@ 6ea0ee97ca7206b3ac45d55eab0d6e42 src/grsecurity-kernel-vhz2.patch.bz2 4ca8e4363d5f1980f2c63b7f5cdbe0d1 src/grub-0.95.tar.gz 3d6c191dfd2bf307014b421c12dc8469 src/gzip-1.3.5.tar.gz -12f278dc740cb0543abc0737549f6400 src/hdparm-5.6.tar.gz +1bfb16ac78ca4af8b3e4e3b9fab28743 src/hdparm-5.7.tar.gz 2f4b94f3d164dc5ffe4a4df95536f730 src/heartbeat-1.2.2.tar.gz 1938063cece4cdb695a0f787e776621c src/heimdal-0.6.2.tar.gz f729811b572f9c9ffd39b7b9e6c63892 src/hostap-driver-0.1.3.tar.gz @@ -146,7 +146,7 @@ e61f5a5396ed70c5971a13bd6d1ad3de src/hotplug_nowarning.diff.bz2 65eaddfd8eb8e3f7a2b4fc4f99a080dd src/ht-20040525-0.96.5-bgp-md5.patch.bz2 24a53cbaf5fa312145e599d256d81403 src/htb3.6_tc.diff -8b251767212aebf41a13128bb70c0b41 src/httpd-2.0.50.tar.gz +ab93c56b88ca1b9ce71ba12e74bbc5de src/httpd-2.0.51.tar.gz 0ffdfd9f7582aea05cec592948007347 src/i2c-2.8.7.tar.gz 0cd6740d0d14806a400f23e09835ca90 src/ians-2.3.63b.tar.gz 0d246d868f20d8c441d235b77c940676 src/imap-2002e.tar.Z @@ -177,7 +177,7 @@ 571f031068ea7861282f0525d67a9aa0 src/l2tpd-patches.tgz fabbc58e9118570c1f57ae90743e4859 src/lcd4linux-0.9.11.tar.gz 40c2dd4ac137b61b6a55a6478817daf4 src/less-381.tar.gz -7a7c0b7b81719d2993280efdcec91c49 src/lftp-3.0.7.tar.bz2 +84bfef3153eb8b88bf18467363ae4e3e src/lftp-3.0.9.tar.bz2 5aa3b0d29b27b7a3e1d80962c94f54cb src/lha_1.14i-5.diff.gz 10410742b0169f3357ef9a3f0f032037 src/lha_1.14i.orig.tar.gz 0749d05f4cc14daaf20af9e40fd6a2f0 src/libdvdcss-1.2.8.tar.bz2 @@ -190,13 +190,13 @@ 4de01e7c361da840b2f4013fcb49a17f src/libnet-1.1.2-rc-05.tar.gz b66e21769e21ac9b953cbafe517630fd src/libol-0.3.13.tar.gz f03f588e1f0ba783004d76f60507cebd src/libpcap-0.8.1.tar.gz -65f0cee2b5d1e859dfe61144ca399d4e src/libpng-1.2.6rc5.tar.bz2 +21030102f99f81c37276403e5956d198 src/libpng-1.2.7.tar.bz2 6b7b6e6df84d4afb469ccc66d04fc24d src/libsafe-2.0-16.tgz 3c37ef02a3aa248e30f4bf1613e3f597 src/libstdc++-compat.tar.bz2 ed04093bc9d88faa3e476ac6f4db8d50 src/libtool-1.5.8.tar.gz 75655870fb7bb661e6fbd57cbfe81bb2 src/libusb-0.1.8.tar.gz -c391173a26ec7c2ac702b54d06420fdb src/libxml2-2.6.11.tar.gz -bf106f06c12d679055b51cd50c599317 src/libxslt-1.1.8.tar.gz +d011c3167b283a4613137b6b73da09c3 src/libxml2-2.6.14.tar.bz2 +988e9f97d59bf881842082fbe5ec9927 src/libxslt-1.1.11.tar.bz2 d5b561190cbe0968d50e09e0031edb79 src/lilo-22.5.9.tar.gz e6d8a38a304d76c7074a4da12dacc15f src/linux-2.4.23-protector-1.patch.bz2 59a2e6fde1d110e2ffa20351ac8b4d9e src/linux-2.4.27.tar.bz2 @@ -236,14 +236,14 @@ 6928ab4d6958118cde2060aee130b9e2 src/mtools-3.9.9.tar.bz2 7f7ecb50fc37fedb13135a5ef80fda7d src/mtr-0.54.tar.gz 6f8c59cc214dbffd555085b1db7272c1 src/mxser.tgz -7c75ac74e23396bd228dbc2c2d1131df src/mysql-4.0.20.tar.gz +0a3dae16519afa5e59d8b9e252181243 src/mysql-4.0.21.tar.gz a361b4ab34ce04e0a15ea4fbc8e4a414 src/nail-10.7.tar.bz2 2c513310ec5e8b63abaecaf48670ac7a src/nano-1.2.4.tar.gz 9f682490c132b070d54e395cb6ee145e src/nasm-0.98.38.tar.bz2 e4697a859fee58f5020773aff76f9dcf src/nbd-2.4.32.tgz dd5f47c72b6958fdb652355fb9bdb70c src/ncftp-3.1.8-src.tar.bz2 3c080fc3caeb0d1e3423f7ed204f8b5b src/ncurses-5.3.tar.bz2 -68f6c946387718e4f300cbb8b6c4bd43 src/net-snmp-5.1.1.tar.gz +8080555ab3f90011f25d5122042d9a8d src/net-snmp-5.1.2.tar.gz 888774accab40217dde927e21979c165 src/net-tools-1.60.tar.bz2 e4da725325c175f1b4c114c5e305cfa8 src/net-tools_1.60-9.diff.gz e8562d18b7b560887a96824cbc89a77f src/netacct-mysql-0.76.tar.gz @@ -252,11 +252,11 @@ 1ec6055c75f1acbb5d5600492481ef85 src/ntop-3.0.tgz 98e16c7aa4ecd4c004b51bff18962e95 src/ntp-4.1.2.tar.gz cf1c017496b066b45ffe3d7a303fd6ad src/oidentd-2.0.7.tar.gz -15f0b12b60769d03eca9e498050776f3 src/openh323_1.12.2.tar.gz +68438494864d9e9540263c72a6e02e1e src/openh323-v1_15_1-src.tar.gz c8b8693fe266db739b53e2719e9b29db src/openldap-2.2.15.tgz 8e1774d0b52aff08f817f3987442a16e src/openssh-3.9p1.tar.gz 1b49e90fc8a75c3a507c0a624529aca5 src/openssl-0.9.7d.tar.gz -893f1c6bd41ab0200168d4566fc8ad90 src/openswan-1.0.6.tar.gz +b36a595bce3519186a9a08adaa83fc51 src/openswan-1.0.7.tar.gz 9eab3719b280a12d19ef1fda286cc363 src/openvpn-1.6.0.tar.gz fccf09aed13393ee67e50cc57b52b500 src/opt-3.18.tar.bz2 40dd0853d0c1c2cc019d6e2e8146555a src/passwdgen-1.diff.bz2 @@ -271,14 +271,14 @@ 9452d398f0fcd4e5cd7ef6628bc78c6e src/pcwd-1.42.tar.gz 3eb135afd0114f4e1acdd4ad6b8fd947 src/perl-5.8.4.tar.bz2 d3211ebd4d2fbbc9c78235666ed355ac src/pfixtls-0.8.18-2.1.3-0.9.7d.tar.gz -e8ab484fcb94cd2e0d7ecfd0762cfd33 src/php-4.3.8.tar.bz2 +b799bbb330da60324d972641baab693c src/php-4.3.9.tar.bz2 a7e4f60a6657dbc434334deb594cc242 src/pkgconfig-0.15.0.tar.gz 734b375abdcc6bf70541d0bef8147449 src/popt-1.6.4.tar.gz 082c55e473581d2ff887c6e0912b6554 src/portmap_5-1.diff.gz 73f823d66f0e8525b77cb45d94fb90c8 src/portmap_5-2.diff.gz 781e16ed4487c4caa082c6fef09ead4f src/portmap_5.orig.tar.gz c203e22f74bdd968ee11105dd2a80ec0 src/portslave_2002.01.19.tar.gz -1f515b0d80cd1f9db0113240bf36f248 src/postfix-2.1.3.tar.gz +bcaa4aac80595d04c60c72844203a04d src/postfix-2.1.5.tar.gz 82878d6d74c36384af3595d26ed38067 src/postgresql-7.3.4.tar.gz 16169e27a6ba62ed241fef2bc5e3b3d6 src/ppp-cvs-20031002.tar.bz2 d1852b7c8b5dfffa7d978b411ccc03da src/ppp-patches.tar.bz2 @@ -291,8 +291,8 @@ 5389800bf413e70365d982bac9438d31 src/procps-3.2.3.tar.gz b62b5856753294821c4cea8bd28ffe1d src/protector-3.3-7.tar.gz c62b09ad5129e2f7e4611019d1d3d4b8 src/psmisc-21.5.tar.gz -0fa33ba1b32b254abe0b731a52c0f2f9 src/pwlib_1.5.2.tar.gz -89724b5edaa0c7ab93f06ad2e2311d0e src/python-ldap-2.0.2.tar.gz +0f7d3392749a4f713cdae62c8280349d src/pwlib-v1_8_1-src.tar.gz +e7f9f6e5456ff2a1e6eef0b75f29b0a4 src/python-ldap-2.0.3.tar.gz 42e25b2a6016ff6d5ffa4f9707ac4614 src/qadsl-final-1.2.tar.gz cc84ef15cf4c2823a36097fe01775dc3 src/quagga-0.96.5.tar.gz d69870f4a9732ed2fe072952ee7f1462 src/quota-3.12.tar.gz @@ -309,27 +309,27 @@ 013d0387c93bf4db7d06f72e243c6d24 src/rrlogind-sv-1.3.3.tar.gz bcacd9a9108a9e4760832212ec3d658d src/rsync-2.6.2.tar.gz 30ad227855def0c02cd09ae4be868663 src/sagator-0.5.2.tar.bz2 -c8dc06e2bcf63513c2e8d849f6352d8a src/samba-3.0.6.tar.gz +5906341429e64214909865a4be92e4ab src/samba-3.0.7.tar.gz c336057e5409bb5cc77909ef3fbca9cd src/sarg-1.4.1-index.sort.patch.bz2 357f8e175746e19dac4a61f4a2ef0aaf src/sarg-1.4.1.tar.gz ed68ea9b43d9fba0972cb017a24940a1 src/screen-4.0.2.tar.gz 570c0a53a64ec020d8fcbce51fb6d71a src/sed-4.1.1.tar.gz +928f0e06422f414091917401f1a834d0 src/sed-4.1.2.tar.gz 952fadd9f76e128ee9a4be350a647713 src/ser-0.8.12_src.tar.gz c4867d72c41564318e0107745eb7a0f2 src/setserial-2.17.tar.gz -876cfee9949b72d58e28b261b9d84059 src/sg3_utils-1.06.tgz +5d07ba21cc2ed1b5f59fa232b282ec9e src/sg3_utils-1.08.tgz 4fa404ebb4e29828232b3c9a2abddefd src/shadow-4.0.3.tar.bz2 016f49d71bc32eee2b5d11fc1600cfbe src/shfs-0.35.tar.gz cc0e988b57168429b81b40cbe7f68a26 src/shorewall-2.0.6.tgz fc2cb32e926b25afa24f450f9a48fbb1 src/smartmontools-5.26.tar.gz 76a538d27c23d51dbed43b04c06114e1 src/snort-2.1.3.tar.gz -45ed1b1cd492e3f529085d09c3ffc1b8 src/squid-2.5.STABLE5.tar.bz2 -1b644298ccd7b0156f6fe947612ea7d7 src/squid-libntlmssp.c.patch.bz2 +7fd964ac27b43b613d6b981cc702a29e src/squid-2.5.STABLE6.tar.bz2 28c9a2dd535b0316bbaae8e37ef4e5fa src/squidguard-1.2.0.tar.gz 617b83cda02eee31562c467ac7289580 src/squidguard-blacklist.tar.bz2 3f64c431a2585e04b9a2e1e958a8b68c src/squidguard_1.2.0-5.diff.gz 11657c64e4289d8cfc48302e890f1a5b src/strace-4.5.1.tar.bz2 e28a03cf694a43a7f144ec3d5c064456 src/stunnel-4.05.tar.gz -55d503e5c35bf1ea83d38244e0242aaf src/sudo-1.6.7p5.tar.gz +7fa9649f327d2e92eb1a73da537759d5 src/sudo-1.6.8p1.tar.gz f587720988bc1670071f31d3694ca0fb src/sysklogd-1.4.1.tar.bz2 38a30cc790265f19f80330330ffaa527 src/syslinux-2.11.tar.bz2 ec1d44df8ced4ef2876a5aeae00a7f15 src/syslinux-no_exe.patch.bz2 @@ -362,8 +362,7 @@ d4b0f3015d69bbba493f8faadb7b9bf6 src/usbat02-kernel-config.diff.bz2 05157bed61af65749f02713c10b8ef26 src/usbutils-0.11.tar.gz 29d98a96e665eb93cffe8d990fcf1350 src/util-linux-2.12-kernel-2.6.patch.bz2 -9460023a96679f375afd5c36d80580ac src/util-linux-2.12.diff.bz2 -5fa39c3d8761b48732be137a06853c64 src/util-linux-2.12a.tar.gz +746a2dab63591853b69c3c2c20e56f26 src/util-linux-2.12e.tar.gz a6e98f81c3fc129b8343f4d90ee0e8af src/vhz-j64-2.4.23.patch.bz2 b4ca2f8b2f3bc1f0edfe7499ef4cd042 src/vhz-param.patch.bz2 821fda8f14d674346b87e3ef9cb96389 src/vim-6.3.tar.bz2 |
From: Heiko Z. <smi...@us...> - 2004-10-12 12:48:55
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22549/scripts Modified Files: Tag: rel-1-2-patches pwlib squid util-linux Log Message: - updated Python to 2.3.4 - updated bind to 9.2.4 - updated cdrtools to 2.01 - updated dhcp to 3.0.1 - updated dnsmasq to 2.15 - updated eagle-usb to 1.9.9.1 - updated gnupg to 1.2.6 - updated hdparm to 5.7 - updated httpd to 2.0.51 - updated vlftp to 3.0.9 - updated libpng to 1.2.7 - updated libxml2 to 2.6.14 - updated libxslt to 1.1.11 - updated mysql to 4.0.21 - updated net-snmp to 5.1.2 - updated openh323 to v1_15_1 - updated openswan to 1.0.7 - updated php to 4.3.9 - updated postfix to 2.1.5 - updated pwlib-v1_8_1 to src - updated python-ldap to 2.0.3 - updated samba to 3.0.7 - updated sed to 4.1.2 - updated sg3_utils to 1.08 - updated squid to 2.5.STABLE6 - updated sudo to 1.6.8p1 - updated util-linux to 2.12e Index: pwlib =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/pwlib,v retrieving revision 1.12 retrieving revision 1.12.2.1 diff -u -d -r1.12 -r1.12.2.1 --- pwlib 16 Jan 2004 19:22:48 -0000 1.12 +++ pwlib 12 Oct 2004 12:48:44 -0000 1.12.2.1 @@ -32,14 +32,12 @@ if [ "$CONFIG_PWLIB" = "y" ]; then rm -f /usr/lib/libpt_linux_x86_r.so /usr/lib/libpt.so export PWLIBDIR=$PWD - test "$CONFIG_LINUX_VERSION" = "2.6" && old_kernel_includes ./configure --prefix=/usr || exit 1 # parallel builds fails ($PMAKE) - make || exit 1 + make bothdepend || exit 1 + make $PMAKE || exit 1 strip_debug make install || exit 1 - mkdir -p $CDDIR/usr/bin - cp -p /usr/bin/asnparser /usr/bin/ptlib-config $CDDIR/usr/bin/ || exit 1 fi ;; Index: util-linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/util-linux,v retrieving revision 1.22 retrieving revision 1.22.2.1 diff -u -d -r1.22 -r1.22.2.1 --- util-linux 27 Apr 2004 01:14:53 -0000 1.22 +++ util-linux 12 Oct 2004 12:48:44 -0000 1.22.2.1 @@ -27,12 +27,14 @@ build ) disable_et_dyn if [ ! -f util-linux-patch.done ]; then - if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then - echo "patch 2.4 " - bzcat $SRCDIR/util-linux-2.12.diff.bz2 | patch -p1 || exit 1 + #if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then + # echo "patch 2.4 " + # bzcat $SRCDIR/util-linux-2.12.diff.bz2 | patch -p1 || exit 1 + #fi + if [ "$CONFIG_LINUX_VERSION" = "2.6" ]; then + echo "patch for adding kernel 2.6 support" + bzcat $SRCDIR/util-linux-2.12-kernel-2.6.patch.bz2 | patch -p1 || exit 1 fi - echo "patch for adding kernel 2.6 support" - bzcat $SRCDIR/util-linux-2.12-kernel-2.6.patch.bz2 | patch -p1 || exit 1 touch util-linux-patch.done fi ./configure || exit 1 Index: squid =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/squid,v retrieving revision 1.17.2.2 retrieving revision 1.17.2.3 diff -u -d -r1.17.2.2 -r1.17.2.3 --- squid 4 Sep 2004 15:00:16 -0000 1.17.2.2 +++ squid 12 Oct 2004 12:48:44 -0000 1.17.2.3 @@ -33,9 +33,6 @@ pushd helpers/basic_auth/YP/ > /dev/null bzcat $DL_DIR/src/yp_auth.patch.bz2 | patch || exit 1 popd > /dev/null - pushd helpers/ntlm_auth/SMB > /dev/null - bzcat $DL_DIR/src/squid-libntlmssp.c.patch.bz2 | patch || exit 1 - popd > /dev/null touch .patches.done fi if [ "$CONFIG_LDAP" = "y" ]; then |
From: Heiko Z. <smi...@us...> - 2004-10-12 01:20:54
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22353 Modified Files: glibc Log Message: set kernel 2.6.0 as minimum Index: glibc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/glibc,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- glibc 12 Oct 2004 01:14:15 -0000 1.36 +++ glibc 12 Oct 2004 01:20:40 -0000 1.37 @@ -67,12 +67,13 @@ cd ../glibc-build || exit 1 # unfortunately we can only go as high as the host kernel version - KVER_RUN=$(cat /proc/sys/kernel/osrelease) - if [ "$KERNELVERSION" \> "$KVER_RUN" ]; then - KVER=$KVER_RUN - else - KVER=$KERNELVERSION - fi + #KVER_RUN=$(cat /proc/sys/kernel/osrelease) + #if [ "$KERNELVERSION" \> "$KVER_RUN" ]; then + # KVER=$KVER_RUN + #else + # KVER=$KERNELVERSION + #fi + KVER="2.6.0" ../glibc-2*/configure --prefix=/usr --disable-profile --enable-add-ons=$ADDON --libexecdir=/usr/bin \ --enable-kernel=$KVER --without-gd -without-cvs --with-tls --with-__thread || exit 1 |
From: Heiko Z. <smi...@us...> - 2004-10-12 01:14:25
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20989 Modified Files: glibc Log Message: force nptl Index: glibc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/glibc,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- glibc 23 Sep 2004 21:50:01 -0000 1.35 +++ glibc 12 Oct 2004 01:14:15 -0000 1.36 @@ -26,13 +26,13 @@ case $1 in build ) touch /etc/ld.so.conf - if [ "$CONFIG_GLIBC_NPTL" = "y" ]; then + #if [ "$CONFIG_GLIBC_NPTL" = "y" ]; then #tar -xjf $DL_DIR/src/nptl-*.tar.bz2 || exit 1 ADDON=nptl - else - #tar -xjf $DL_DIR/src/glibc-linuxthreads-*.tar.bz2 || exit 1 - ADDON=linuxthreads - fi + #else + ##tar -xjf $DL_DIR/src/glibc-linuxthreads-*.tar.bz2 || exit 1 + #ADDON=linuxthreads + #fi if [ ! -f devil-linux-glibc-debian-patches.done ]; then for PATCH in $(grep -v ^# ../glibc-patches/0list) do |
From: Heiko Z. <smi...@us...> - 2004-10-12 01:12:29
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20423 Added Files: glibc_stage1 Log Message: unfortunately the only way to get things working is, when we compile glibc twice... --- NEW FILE: glibc_stage1 --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/glibc_stage1,v $ # $Revision: 1.1 $ # $Date: 2004/10/12 01:12:19 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: glibc_stage1 # Required-Start: distcc prepare # Required-Stop: # Default-Start: 1 # Default-Stop: # Description: description ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings case $1 in build ) cd $(find_src_dir glibc) $MYDIR/glibc build ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac |
From: Bruce S. <bl...@us...> - 2004-10-11 13:15:54
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18470/scripts/scripts Modified Files: Tag: rel-1-2-patches setup Log Message: Fixed spelling errors. Index: setup =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/setup,v retrieving revision 1.20 retrieving revision 1.20.2.1 diff -u -d -r1.20 -r1.20.2.1 --- setup 8 Mar 2004 18:50:34 -0000 1.20 +++ setup 11 Oct 2004 13:15:12 -0000 1.20.2.1 @@ -353,7 +353,7 @@ || mod_config $CONFIG JAIL_ENABLE no ;; APM) - askyesno "APM" "Enable APM at boot time\nThis has nothing todo with Energy Safer!" $ENABLE_APM \ + askyesno "APM" "Enable APM at boot time\nThis has nothing to do with Energy Saver!" $ENABLE_APM \ && mod_config $CONFIG ENABLE_APM yes \ || mod_config $CONFIG ENABLE_APM no ;; |
From: Bruce S. <bl...@us...> - 2004-10-11 13:15:00
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18305/scripts/scripts Modified Files: setup Log Message: Fixed spelling errors. Index: setup =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/setup,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- setup 8 Mar 2004 18:50:34 -0000 1.20 +++ setup 11 Oct 2004 13:14:21 -0000 1.21 @@ -353,7 +353,7 @@ || mod_config $CONFIG JAIL_ENABLE no ;; APM) - askyesno "APM" "Enable APM at boot time\nThis has nothing todo with Energy Safer!" $ENABLE_APM \ + askyesno "APM" "Enable APM at boot time\nThis has nothing to do with Energy Saver!" $ENABLE_APM \ && mod_config $CONFIG ENABLE_APM yes \ || mod_config $CONFIG ENABLE_APM no ;; |
From: Heiko Z. <smi...@us...> - 2004-10-10 19:44:15
|
Update of /cvsroot/devil-linux/build/docs/documentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1636/docs/documentation Modified Files: documentation.xml Log Message: change to drive before invoking linux.bat Index: documentation.xml =================================================================== RCS file: /cvsroot/devil-linux/build/docs/documentation/documentation.xml,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- documentation.xml 19 Sep 2004 15:31:17 -0000 1.65 +++ documentation.xml 10 Oct 2004 19:44:04 -0000 1.66 @@ -805,7 +805,7 @@ <sect2> <title>System doesn't boot from CD</title> <para>When you system isn't able to boot from CD or has problems, then you can also boot from a DOS floppy with CD support.</para> - <para>Just add to the <filename>autoexec.bat</filename> a line to start <filename><cd-drive-letter>:\linux.bat</filename>, which is loading DL via <application>loadlin</application>.</para> + <para>Just add to the <filename moreinfo="none">autoexec.bat</filename> a line to start <filename moreinfo="none">linux.bat</filename>, which is loading DL via <application moreinfo="none">loadlin</application>. Don't forgett to switch to the <filename moreinfo="none"><cd-drive-letter>:</filename> drive before.</para> </sect2> <sect2> <title>Sending mails (e.g. logs) without local MTA</title> |
From: Heiko Z. <smi...@us...> - 2004-10-10 19:44:02
|
Update of /cvsroot/devil-linux/build/docs/documentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1473/docs/documentation Modified Files: Tag: rel-1-2-patches documentation.xml Log Message: change to drive before invoking linux.bat Index: documentation.xml =================================================================== RCS file: /cvsroot/devil-linux/build/docs/documentation/documentation.xml,v retrieving revision 1.59.2.6 retrieving revision 1.59.2.7 diff -u -d -r1.59.2.6 -r1.59.2.7 --- documentation.xml 19 Sep 2004 15:30:50 -0000 1.59.2.6 +++ documentation.xml 10 Oct 2004 19:43:47 -0000 1.59.2.7 @@ -805,7 +805,7 @@ <sect2> <title>System doesn't boot from CD</title> <para>When you system isn't able to boot from CD or has problems, then you can also boot from a DOS floppy with CD support.</para> - <para>Just add to the <filename>autoexec.bat</filename> a line to start <filename><cd-drive-letter>:\linux.bat</filename>, which is loading DL via <application>loadlin</application>.</para> + <para>Just add to the <filename>autoexec.bat</filename> a line to start <filename>linux.bat</filename>, which is loading DL via <application>loadlin</application>. Don't forgett to switch to the <filename><cd-drive-letter>:</filename> drive before.</para> </sect2> <sect2> <title>Sending mails (e.g. logs) without local MTA</title> |
From: Heiko Z. <smi...@us...> - 2004-10-10 19:36:26
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31802 Modified Files: heartbeat Log Message: removed CVS log Index: heartbeat =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/heartbeat,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- heartbeat 16 Jun 2004 02:29:20 -0000 1.1 +++ heartbeat 10 Oct 2004 19:35:30 -0000 1.2 @@ -413,398 +413,3 @@ esac exit $RC -# -# -# $Log$ -# Revision 1.1 2004/06/16 02:29:20 smiley73 -# - hotplug init script can now be disabled (Heiko + Holger Mueller) -# - heartbeat init script can now be disabled (Heiko + Holger Mueller) -# - added missing directory /var/log/samba (Heiko + Holger Mueller) -# - postgresql: fixed problem if you move the PGDATA dir to another location -# (Heiko + Holger Mueller) -# - ez-ipupdate: fixed typo, should be started as daemon and after -# named/dnsmasq (Heiko + Holger Mueller) -# -# Revision 1.33 2004/02/08 09:32:30 alan -# Fixed the standby option in the init script to handle the switch to -# auto_failback correctly. -# -# Revision 1.32 2004/01/20 15:35:09 alan -# Removed some old SuSE-isms from the init script. -# -# Revision 1.31 2003/08/13 04:36:56 alan -# Put in a minor change from Tuomo Soini. -# -# Revision 1.30 2003/06/16 03:50:48 alan -# Fixed up the default start/stop levels for heartbeat -# -# Revision 1.29 2003/05/08 19:46:32 alan -# Fixed an init script incompatibility with current SuSE releases pointed out by -# Markus Markert <mm...@su...>. -# -# Revision 1.28 2003/04/30 19:24:49 alan -# Fixed a spelling error pointed out by Ozan Eren Bilgen <ma...@gs...> -# -# Revision 1.27 2003/02/21 13:41:01 alan -# Minor comment changes to the heartbeat init script. -# -# Revision 1.26 2003/02/20 01:26:42 horms -# Fixed problem with Description: feild. -# Tuomo Soini reported an undisclosed problem with the current format -# on an undisclosed version of Redhat. The change appears not to -# go against LSB 1.3.0[*] which Alan modified this file to conform with the -# other day. -# -# [*] http://www2.linuxbase.org/spec/refspecs/LSB_1.3.0/gLSB/gLSB/initscrcomconv.html -# -# Revision 1.25 2003/02/19 17:50:20 alan -# Fixed a minor comment bug pointed out by LMB. -# -# Revision 1.24 2003/02/18 04:32:09 alan -# Added some comments to the heartbeat init script necessary for LSB -# compatibility. -# -# Revision 1.23 2002/10/21 10:17:18 horms -# hb api clients may now be built outside of the heartbeat tree -# -# Revision 1.22 2002/10/15 13:41:31 alan -# Switched heartbeat over to use the GSource library functions. -# Added the standby capability to the heartbeat init script -# Changed the proctrack library code to use cl_log() instead of g_log(). -# Removed a few unused header files. -# -# Revision 1.21 2002/10/11 03:13:09 horms -# Minor cleanup of output from a "restart" -# -# Revision 1.20 2002/10/09 18:37:07 msoffen -# Left call directly to startstop script instead of the wrapper function. -# -# Revision 1.19 2002/10/09 18:35:54 msoffen -# Created pre-start, pre-stop, post-stop, and pre-stop constructs in startstop and -# moved startstop to documents (to not override). -# -# Revision 1.18 2002/09/20 02:13:20 horms -# Tidied up the output for the restart and reload targets. -# This follows what is done for start and stop. -# Works fine on RedHat 7.2. Hopefully it won't break anything/much else. -# -# Revision 1.17 2002/09/10 15:54:57 msoffen -# Added call on startup (if startstop scrip exists) to startstop script (not -# resource based - heartbeat startup/shutdown based). -# -# Revision 1.16 2002/08/12 14:37:53 msoffen -# Replaced the last echononl with EchoNoNl. -# -# Revision 1.15 2002/04/03 20:02:21 alan -# Made the init starting and stopping priorities into autoconf variables. -# They default to 75 and 5 respectively. They should probably be overridden for -# SuSE in the ConfigureMe script. -# -# Revision 1.14 2002/04/02 19:40:36 alan -# Failover was completely broken because of a typo in the configure.in file -# Changed the run level priorities so that heartbeat starts after -# drbd by default. -# Changed it so that heartbeat by default runs in init level 5 too... -# -# Fixed a problem which happened when both nodes started about simultaneously. -# The result was that hb_standby wouldn't work afterwards. -# -# Raised the debug level of some reasonably verbose messages so that you can -# turn on debug 1 and not be flooded with log messages. -# -# Changed the code so that in the case of nice_failback there is no waiting for -# the other side to give up resources, because we negotiate this in advance. -# It gets this information through and environment variable. -# -# Revision 1.13 2002/03/21 02:03:00 alan -# Added locking to the assignment of interfaces in IPaddr. -# -# Revision 1.12 2002/03/05 21:13:06 alan -# Put in fix suggested by João Miguel P. Sá <joa...@pt...> -# to use grave accents instead of the silly bash notation. -# -# Revision 1.11 2001/11/26 14:04:41 horms -# Log to stdout that <path>/ha.cf is missing if init script exits for that reason. -# (Horms) -# -# Revision 1.10 2001/10/25 16:12:06 alan -# Put in a portability change on path names... -# -# Revision 1.9 2001/10/25 15:00:27 alan -# Put in naming patch from Matt Soffen for heartbeat.in -# -# Revision 1.8 2001/10/24 20:46:29 alan -# A large number of patches. They are in these categories: -# Fixes from Matt Soffen -# Fixes to test environment things - including changing some ERRORs to -# WARNings and vice versa. -# etc. -# -# Revision 1.7 2001/10/13 09:42:51 alan -# Incorporated a small patch from Matt Soffen -# -# Revision 1.6 2001/10/07 03:58:10 alan -# Fixed up the 'echo' code in rc script so that it's portable. -# The 'shellfuncs' function library now have Echo EchoEsc and EchoNoNl functions -# in it. They are supposed to work on any OS. -# -# Revision 1.5 2001/10/05 22:56:01 alan -# Added another missing portability feature... -# -# Revision 1.4 2001/10/05 22:48:05 alan -# Fixed the spelling of the echoesc and echononl shell functions. -# -# Revision 1.3 2001/10/05 22:38:06 alan -# Put in some code to make us more portable. -# -# Revision 1.2 2001/06/28 20:35:00 alan -# Patch from Juri to install our scripts with paths patched appropriately. -# -# Revision 1.1 2001/06/28 14:21:40 alan -# Added heartbeat.in and removed 2 Makefile.in's as per Juri Haberland -# Ypdated .cvsignore files... -# -# Revision 1.1 2001/05/09 23:21:21 mmoerz -# autoconf & automake & libtool changes -# -# * following directories have been added: -# -# - config will contain autoconf/automake scripts -# - linux-ha contains config.h which is generated by autoconf -# will perhaps some day contain headers which are used throughout -# linux-ha -# - replace contains as the name implies replacement stuff for targets -# where specific sources are missing. -# -# * following directories have been added to make a split up between c-code -# and shell scripts and to easy their installation with automake&autoconf -# -# - heartbeat/init.d containment of init.d script for heartbeat -# - heartbeat/logrotate.d containment of logrotate script for heartbeat -# -# - ldirectord/init.d similar to heartbeat -# - ldirectord/logrotate.d similar to heartbeat -# -# * general changes touching the complete repository: -# -# - all Makefiles have been replaced by Makefile.ams. -# -# - all .cvsingnore files have been enhanced to cope with the dirs/files -# that are added by automake/autoconf -# Perhaps it would be a nice idea to include those files, but the sum -# of their size if beyond 100KB and they are likely to vary from -# automake/autoconf version. -# Let's keep in mind that we will have to include them in distribution -# .tgz anyway. -# -# - in dir replace setenv.c was placed to available on platform where -# putenv() has to be used since setenv is depricated (better rewrite -# code -> to be done later) -# -# * following changes have been made to the files of linux-ha: -# -# - all .cvsignore files have been changed to ignore files generated by -# autoconf/automake and all files produced during the build-process -# -# - heartbeat/heartbeat.c: added #include <config.h> -# -# - heartbeat/config.c: added #include <config.h> -# -# * following files have been added: -# - Makefile.am: see above -# - configure.in: man autoconf/automake file -# - acconfig.h: here are additional defines that are needed for -# linux-ha/config.h -# - bootstrap: the shell script that 'compiles' the autoconf/automake script -# into a useable form -# - config/.cvsignore: no comment -# - doc/Makefile.am: no comment -# - heartbeat/Makefile.am: no comment -# - heartbeat/lib/Makefile.am: no comment -# - heartbeat/init.d/.cvsignore: no comment -# - heartbeat/init.d/heartbeat: copy of hearbeat/hearbeat.sh -# - heartbeat/init.d/Makefile.am: no comment -# - heartbeat/logrotate.d/.cvsignore: no comment -# - heartbeat/logrotate.d/Makefile.am: no comment -# - heartbeat/logrotate.d/heartbeat: copy of hearbeat/heartbeat.logrotate -# - heartbeat/rc.d/Makefile.am: no comment -# - heartbeat/resource.d/Makefile.am: no comment -# - ldirectord/Makefile.am: no comment -# - ldirectord/init.d/Makefile.am: no comment -# - ldirectord/init.d/.cvsignore: no comment -# - ldirectord/init.d/ldiretord: copy of ldirectord/ldirectord.sh -# - ldirectord/logrotate.d/Makefile.am: no comment -# - ldirectord/logrotate.d/.cvsignore: no comment -# - ldirectord//ldiretord: copy of ldirectord/ldirectord.logrotate -# - linux-ha/.cvsignore: no comment -# - replace/.cvsignore: no comment -# - replace/setenv.c: replacement function for targets where setenv is missing -# - replace/Makefile.am: no comment -# - stonith/Makefile.am: no comment -# -# Revision 1.35 2001/02/25 18:45:59 alan -# Changed the watchdog code to use the new ha_parameter function. -# -# Revision 1.34 2001/02/25 18:39:58 alan -# Added code to sleep for "enough" seconds during a restart to ensure that -# takeover happens like it should. -# -# Revision 1.33 2001/02/07 07:10:20 alan -# Added code to verify that all resources are idle when starting heartbeat. -# -# Revision 1.32 2000/12/23 05:08:59 horms -# Cleaned up debian flims -# -# Revision 1.31 2000/12/20 16:54:41 alan -# Changed "restart" in heartbeat to actually do a stop followed by a start. -# Reload still does the no-failover reload operation. -# -# Revision 1.30 2000/11/25 13:07:44 alan -# Fixed a minor bug in the heartbeat startup script for SuSE. -# Replaced the makefile with a correct version after it was slammed with -# a new/old version by someone who is Debianizing it. -# -# Revision 1.29 2000/11/17 13:28:46 alan -# Made the code slightly more SuSE-friendly in its messages. -# Increased the release number :-) -# -# Revision 1.28 2000/08/01 12:25:59 alan -# Yet another few comment changes... -# -# Revision 1.27 2000/08/01 12:25:05 alan -# More political comment changes... -# -# Revision 1.26 2000/08/01 12:21:55 alan -# Some comment changes. -# -# Revision 1.25 2000/06/21 04:34:48 alan -# Changed henge.com => linux-ha.org and al...@he... => al...@su... -# -# Revision 1.24 2000/06/12 22:07:59 alan -# Spelling correction in a comment. -# -# Revision 1.23 2000/06/12 22:06:30 alan -# Finished updating the code for restart. -# -# Revision 1.22 2000/06/12 22:03:11 alan -# Put in a fix to the link status code, to undo something I'd broken, and also to simplify it. -# I changed heartbeat.sh so that it uses the -r flag to restart heartbeat instead -# of stopping and starting it. -# -# Revision 1.21 2000/06/12 06:11:09 alan -# Changed resource takeover order to left-to-right -# Added new version of nice_failback. Hopefully it works wonderfully! -# Regularized some error messages -# Print the version of heartbeat when starting -# Hosts now have three statuses {down, up, active} -# SuSE compatability due to Friedrich Lobenstock and alanr -# Other minor tweaks, too numerous to mention. -# -# Revision 1.20 2000/04/27 12:50:20 alan -# Changed the port number to 694. Added the pristene target to the ldirectord -# Makefile. Minor tweaks to heartbeat.sh, so that it gives some kind of -# message if there is no configuration file yet. -# -# Revision 1.19 2000/04/24 07:08:13 horms -# Added init script to ldirectord, fixed hearbeat.sh to work with RH6.2 again, heartbeat.sh now aborts if /etc/ha.d/ha.cf is not present. Added sample ldirectord.cf. Moved logging directives to the top of the sample ha.cf. Incremented version in master Makefile to 0.4.7apre2. KERNELDIRS now don't get any treatment in the master makefile, this is to fix a bug (introduced by me) with using an emty in a for i in under some shells -# -# Revision 1.18 2000/04/24 06:34:45 horms -# Made init work cleanly with RH 6.2 again -# -# Revision 1.17 2000/04/23 13:16:17 alan -# Changed the code in heartbeat.sh to no longer user RH's daemon or -# killproc functions. -# -# Revision 1.16 2000/04/03 08:26:29 horms -# -# -# Tidied up the output from heartbeat.sh (/etc/rc.d/init.d/heartbeat) -# on Redhat 6.2 -# -# Loging to syslog if a facility is specified in ha.cf is instead of -# rather than as well as file logging as per instructions in ha.cf -# -# Fixed a small bug in shellfunctions that caused logs to syslog -# to be garbled. -# -# Revision 1.15 1999/11/11 06:02:43 alan -# Minor change to make heartbeat default enabled on startup. -# -# Revision 1.14 1999/11/11 05:48:52 alan -# Added code to start up heartbeat automatically. -# -# Revision 1.13 1999/10/19 13:55:36 alan -# Changed comments about being red hat compatible -# Also, changed heartbeat.c to be both SuSE and Red Hat compatible in it's -s -# output -# -# Revision 1.12 1999/10/19 01:56:51 alan -# Removed the sleep between shutdown and startup, since that's now in -# heartbeat itself. -# -# Revision 1.11 1999/10/19 01:49:10 alan -# Put in a sleep between stop and start in restart to make it more reliable. -# -# Revision 1.10 1999/10/10 19:45:21 alanr -# Changed comment -# -# Revision 1.9 1999/10/05 05:17:49 alanr -# Added -s (status) option to heartbeat, and used it in heartbeat.sh... -# -# Revision 1.8 1999/10/05 04:35:26 alanr -# Changed it to use the new heartbeat -k option to shut donw heartbeat. -# -# Revision 1.7 1999/10/04 03:12:39 alanr -# Shutdown code now runs from heartbeat. -# Logging should be in pretty good shape now, too. -# -# Revision 1.6 1999/10/04 01:47:22 alanr -# Fix the problem reported by Thomas Hepper with the code for loading the watchdog -# device correctly. -# -# Revision 1.5 1999/10/03 03:14:04 alanr -# Moved resource acquisition to 'heartbeat', also no longer attempt to make the FIFO, it's now done in heartbeat. It should now be possible to start it up more readily... -# -# Revision 1.4 1999/10/02 17:48:08 alanr -# Put back call to init_fifo. Thanks to Thomas Hepper -# -# Revision 1.3 1999/10/02 04:59:22 alanr -# FreeBSD mkfifo cleanup -# -# Revision 1.2 1999/09/23 15:53:13 alanr -# -# First version to work :-) -# Got this first version to work... -# -# Revision 1.1.1.1 1999/09/23 15:31:24 alanr -# High-Availability Linux -# -# Revision 1.12 1999/09/14 23:07:09 alanr -# another comment change... -# -# Revision 1.11 1999/09/14 23:05:13 alanr -# comment change... -# -# Revision 1.10 1999/09/14 22:32:50 alanr -# Put in Thomas Hepper's fix for killproc. -# Lots of other changes I think... -# -# Revision 1.9 1999/09/07 04:46:34 alanr -# made it exit with proper return codes. -# Also, moved things around according to the FHS... -# -# Revision 1.8 1999/08/22 04:10:37 alanr -# changed the name of this file to heartbeat.sh. -# Also moved the change log to the end of the file... -# -# Revision 1.7 1999/08/22 04:03:13 alanr -# Merged this file with the heartbeat script as suggested by Guenther Thomsen -# -# Revision 1.6 1999/08/21 21:54:12 alanr -# Restructured the code in preparation for combining this script with the -# init script under /etc/rc.d/init.d. -# -# Revision 1.5 1999/08/17 04:34:53 alanr -# added code to create /dev/watchdog and load softdog if necessary... -# -# |
From: Heiko Z. <smi...@us...> - 2004-10-10 19:35:36
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31588/scripts/scripts Modified Files: Tag: rel-1-2-patches heartbeat Log Message: removed cvs log Index: heartbeat =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/heartbeat,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- heartbeat 16 Jun 2004 02:29:42 -0000 1.1.2.1 +++ heartbeat 10 Oct 2004 19:34:50 -0000 1.1.2.2 @@ -413,398 +413,3 @@ esac exit $RC -# -# -# $Log$ -# Revision 1.1.2.1 2004/06/16 02:29:42 smiley73 -# - hotplug init script can now be disabled (Heiko + Holger Mueller) -# - heartbeat init script can now be disabled (Heiko + Holger Mueller) -# - added missing directory /var/log/samba (Heiko + Holger Mueller) -# - postgresql: fixed problem if you move the PGDATA dir to another location -# (Heiko + Holger Mueller) -# - ez-ipupdate: fixed typo, should be started as daemon and after -# named/dnsmasq (Heiko + Holger Mueller) -# -# Revision 1.33 2004/02/08 09:32:30 alan -# Fixed the standby option in the init script to handle the switch to -# auto_failback correctly. -# -# Revision 1.32 2004/01/20 15:35:09 alan -# Removed some old SuSE-isms from the init script. -# -# Revision 1.31 2003/08/13 04:36:56 alan -# Put in a minor change from Tuomo Soini. -# -# Revision 1.30 2003/06/16 03:50:48 alan -# Fixed up the default start/stop levels for heartbeat -# -# Revision 1.29 2003/05/08 19:46:32 alan -# Fixed an init script incompatibility with current SuSE releases pointed out by -# Markus Markert <mm...@su...>. -# -# Revision 1.28 2003/04/30 19:24:49 alan -# Fixed a spelling error pointed out by Ozan Eren Bilgen <ma...@gs...> -# -# Revision 1.27 2003/02/21 13:41:01 alan -# Minor comment changes to the heartbeat init script. -# -# Revision 1.26 2003/02/20 01:26:42 horms -# Fixed problem with Description: feild. -# Tuomo Soini reported an undisclosed problem with the current format -# on an undisclosed version of Redhat. The change appears not to -# go against LSB 1.3.0[*] which Alan modified this file to conform with the -# other day. -# -# [*] http://www2.linuxbase.org/spec/refspecs/LSB_1.3.0/gLSB/gLSB/initscrcomconv.html -# -# Revision 1.25 2003/02/19 17:50:20 alan -# Fixed a minor comment bug pointed out by LMB. -# -# Revision 1.24 2003/02/18 04:32:09 alan -# Added some comments to the heartbeat init script necessary for LSB -# compatibility. -# -# Revision 1.23 2002/10/21 10:17:18 horms -# hb api clients may now be built outside of the heartbeat tree -# -# Revision 1.22 2002/10/15 13:41:31 alan -# Switched heartbeat over to use the GSource library functions. -# Added the standby capability to the heartbeat init script -# Changed the proctrack library code to use cl_log() instead of g_log(). -# Removed a few unused header files. -# -# Revision 1.21 2002/10/11 03:13:09 horms -# Minor cleanup of output from a "restart" -# -# Revision 1.20 2002/10/09 18:37:07 msoffen -# Left call directly to startstop script instead of the wrapper function. -# -# Revision 1.19 2002/10/09 18:35:54 msoffen -# Created pre-start, pre-stop, post-stop, and pre-stop constructs in startstop and -# moved startstop to documents (to not override). -# -# Revision 1.18 2002/09/20 02:13:20 horms -# Tidied up the output for the restart and reload targets. -# This follows what is done for start and stop. -# Works fine on RedHat 7.2. Hopefully it won't break anything/much else. -# -# Revision 1.17 2002/09/10 15:54:57 msoffen -# Added call on startup (if startstop scrip exists) to startstop script (not -# resource based - heartbeat startup/shutdown based). -# -# Revision 1.16 2002/08/12 14:37:53 msoffen -# Replaced the last echononl with EchoNoNl. -# -# Revision 1.15 2002/04/03 20:02:21 alan -# Made the init starting and stopping priorities into autoconf variables. -# They default to 75 and 5 respectively. They should probably be overridden for -# SuSE in the ConfigureMe script. -# -# Revision 1.14 2002/04/02 19:40:36 alan -# Failover was completely broken because of a typo in the configure.in file -# Changed the run level priorities so that heartbeat starts after -# drbd by default. -# Changed it so that heartbeat by default runs in init level 5 too... -# -# Fixed a problem which happened when both nodes started about simultaneously. -# The result was that hb_standby wouldn't work afterwards. -# -# Raised the debug level of some reasonably verbose messages so that you can -# turn on debug 1 and not be flooded with log messages. -# -# Changed the code so that in the case of nice_failback there is no waiting for -# the other side to give up resources, because we negotiate this in advance. -# It gets this information through and environment variable. -# -# Revision 1.13 2002/03/21 02:03:00 alan -# Added locking to the assignment of interfaces in IPaddr. -# -# Revision 1.12 2002/03/05 21:13:06 alan -# Put in fix suggested by João Miguel P. Sá <joa...@pt...> -# to use grave accents instead of the silly bash notation. -# -# Revision 1.11 2001/11/26 14:04:41 horms -# Log to stdout that <path>/ha.cf is missing if init script exits for that reason. -# (Horms) -# -# Revision 1.10 2001/10/25 16:12:06 alan -# Put in a portability change on path names... -# -# Revision 1.9 2001/10/25 15:00:27 alan -# Put in naming patch from Matt Soffen for heartbeat.in -# -# Revision 1.8 2001/10/24 20:46:29 alan -# A large number of patches. They are in these categories: -# Fixes from Matt Soffen -# Fixes to test environment things - including changing some ERRORs to -# WARNings and vice versa. -# etc. -# -# Revision 1.7 2001/10/13 09:42:51 alan -# Incorporated a small patch from Matt Soffen -# -# Revision 1.6 2001/10/07 03:58:10 alan -# Fixed up the 'echo' code in rc script so that it's portable. -# The 'shellfuncs' function library now have Echo EchoEsc and EchoNoNl functions -# in it. They are supposed to work on any OS. -# -# Revision 1.5 2001/10/05 22:56:01 alan -# Added another missing portability feature... -# -# Revision 1.4 2001/10/05 22:48:05 alan -# Fixed the spelling of the echoesc and echononl shell functions. -# -# Revision 1.3 2001/10/05 22:38:06 alan -# Put in some code to make us more portable. -# -# Revision 1.2 2001/06/28 20:35:00 alan -# Patch from Juri to install our scripts with paths patched appropriately. -# -# Revision 1.1 2001/06/28 14:21:40 alan -# Added heartbeat.in and removed 2 Makefile.in's as per Juri Haberland -# Ypdated .cvsignore files... -# -# Revision 1.1 2001/05/09 23:21:21 mmoerz -# autoconf & automake & libtool changes -# -# * following directories have been added: -# -# - config will contain autoconf/automake scripts -# - linux-ha contains config.h which is generated by autoconf -# will perhaps some day contain headers which are used throughout -# linux-ha -# - replace contains as the name implies replacement stuff for targets -# where specific sources are missing. -# -# * following directories have been added to make a split up between c-code -# and shell scripts and to easy their installation with automake&autoconf -# -# - heartbeat/init.d containment of init.d script for heartbeat -# - heartbeat/logrotate.d containment of logrotate script for heartbeat -# -# - ldirectord/init.d similar to heartbeat -# - ldirectord/logrotate.d similar to heartbeat -# -# * general changes touching the complete repository: -# -# - all Makefiles have been replaced by Makefile.ams. -# -# - all .cvsingnore files have been enhanced to cope with the dirs/files -# that are added by automake/autoconf -# Perhaps it would be a nice idea to include those files, but the sum -# of their size if beyond 100KB and they are likely to vary from -# automake/autoconf version. -# Let's keep in mind that we will have to include them in distribution -# .tgz anyway. -# -# - in dir replace setenv.c was placed to available on platform where -# putenv() has to be used since setenv is depricated (better rewrite -# code -> to be done later) -# -# * following changes have been made to the files of linux-ha: -# -# - all .cvsignore files have been changed to ignore files generated by -# autoconf/automake and all files produced during the build-process -# -# - heartbeat/heartbeat.c: added #include <config.h> -# -# - heartbeat/config.c: added #include <config.h> -# -# * following files have been added: -# - Makefile.am: see above -# - configure.in: man autoconf/automake file -# - acconfig.h: here are additional defines that are needed for -# linux-ha/config.h -# - bootstrap: the shell script that 'compiles' the autoconf/automake script -# into a useable form -# - config/.cvsignore: no comment -# - doc/Makefile.am: no comment -# - heartbeat/Makefile.am: no comment -# - heartbeat/lib/Makefile.am: no comment -# - heartbeat/init.d/.cvsignore: no comment -# - heartbeat/init.d/heartbeat: copy of hearbeat/hearbeat.sh -# - heartbeat/init.d/Makefile.am: no comment -# - heartbeat/logrotate.d/.cvsignore: no comment -# - heartbeat/logrotate.d/Makefile.am: no comment -# - heartbeat/logrotate.d/heartbeat: copy of hearbeat/heartbeat.logrotate -# - heartbeat/rc.d/Makefile.am: no comment -# - heartbeat/resource.d/Makefile.am: no comment -# - ldirectord/Makefile.am: no comment -# - ldirectord/init.d/Makefile.am: no comment -# - ldirectord/init.d/.cvsignore: no comment -# - ldirectord/init.d/ldiretord: copy of ldirectord/ldirectord.sh -# - ldirectord/logrotate.d/Makefile.am: no comment -# - ldirectord/logrotate.d/.cvsignore: no comment -# - ldirectord//ldiretord: copy of ldirectord/ldirectord.logrotate -# - linux-ha/.cvsignore: no comment -# - replace/.cvsignore: no comment -# - replace/setenv.c: replacement function for targets where setenv is missing -# - replace/Makefile.am: no comment -# - stonith/Makefile.am: no comment -# -# Revision 1.35 2001/02/25 18:45:59 alan -# Changed the watchdog code to use the new ha_parameter function. -# -# Revision 1.34 2001/02/25 18:39:58 alan -# Added code to sleep for "enough" seconds during a restart to ensure that -# takeover happens like it should. -# -# Revision 1.33 2001/02/07 07:10:20 alan -# Added code to verify that all resources are idle when starting heartbeat. -# -# Revision 1.32 2000/12/23 05:08:59 horms -# Cleaned up debian flims -# -# Revision 1.31 2000/12/20 16:54:41 alan -# Changed "restart" in heartbeat to actually do a stop followed by a start. -# Reload still does the no-failover reload operation. -# -# Revision 1.30 2000/11/25 13:07:44 alan -# Fixed a minor bug in the heartbeat startup script for SuSE. -# Replaced the makefile with a correct version after it was slammed with -# a new/old version by someone who is Debianizing it. -# -# Revision 1.29 2000/11/17 13:28:46 alan -# Made the code slightly more SuSE-friendly in its messages. -# Increased the release number :-) -# -# Revision 1.28 2000/08/01 12:25:59 alan -# Yet another few comment changes... -# -# Revision 1.27 2000/08/01 12:25:05 alan -# More political comment changes... -# -# Revision 1.26 2000/08/01 12:21:55 alan -# Some comment changes. -# -# Revision 1.25 2000/06/21 04:34:48 alan -# Changed henge.com => linux-ha.org and al...@he... => al...@su... -# -# Revision 1.24 2000/06/12 22:07:59 alan -# Spelling correction in a comment. -# -# Revision 1.23 2000/06/12 22:06:30 alan -# Finished updating the code for restart. -# -# Revision 1.22 2000/06/12 22:03:11 alan -# Put in a fix to the link status code, to undo something I'd broken, and also to simplify it. -# I changed heartbeat.sh so that it uses the -r flag to restart heartbeat instead -# of stopping and starting it. -# -# Revision 1.21 2000/06/12 06:11:09 alan -# Changed resource takeover order to left-to-right -# Added new version of nice_failback. Hopefully it works wonderfully! -# Regularized some error messages -# Print the version of heartbeat when starting -# Hosts now have three statuses {down, up, active} -# SuSE compatability due to Friedrich Lobenstock and alanr -# Other minor tweaks, too numerous to mention. -# -# Revision 1.20 2000/04/27 12:50:20 alan -# Changed the port number to 694. Added the pristene target to the ldirectord -# Makefile. Minor tweaks to heartbeat.sh, so that it gives some kind of -# message if there is no configuration file yet. -# -# Revision 1.19 2000/04/24 07:08:13 horms -# Added init script to ldirectord, fixed hearbeat.sh to work with RH6.2 again, heartbeat.sh now aborts if /etc/ha.d/ha.cf is not present. Added sample ldirectord.cf. Moved logging directives to the top of the sample ha.cf. Incremented version in master Makefile to 0.4.7apre2. KERNELDIRS now don't get any treatment in the master makefile, this is to fix a bug (introduced by me) with using an emty in a for i in under some shells -# -# Revision 1.18 2000/04/24 06:34:45 horms -# Made init work cleanly with RH 6.2 again -# -# Revision 1.17 2000/04/23 13:16:17 alan -# Changed the code in heartbeat.sh to no longer user RH's daemon or -# killproc functions. -# -# Revision 1.16 2000/04/03 08:26:29 horms -# -# -# Tidied up the output from heartbeat.sh (/etc/rc.d/init.d/heartbeat) -# on Redhat 6.2 -# -# Loging to syslog if a facility is specified in ha.cf is instead of -# rather than as well as file logging as per instructions in ha.cf -# -# Fixed a small bug in shellfunctions that caused logs to syslog -# to be garbled. -# -# Revision 1.15 1999/11/11 06:02:43 alan -# Minor change to make heartbeat default enabled on startup. -# -# Revision 1.14 1999/11/11 05:48:52 alan -# Added code to start up heartbeat automatically. -# -# Revision 1.13 1999/10/19 13:55:36 alan -# Changed comments about being red hat compatible -# Also, changed heartbeat.c to be both SuSE and Red Hat compatible in it's -s -# output -# -# Revision 1.12 1999/10/19 01:56:51 alan -# Removed the sleep between shutdown and startup, since that's now in -# heartbeat itself. -# -# Revision 1.11 1999/10/19 01:49:10 alan -# Put in a sleep between stop and start in restart to make it more reliable. -# -# Revision 1.10 1999/10/10 19:45:21 alanr -# Changed comment -# -# Revision 1.9 1999/10/05 05:17:49 alanr -# Added -s (status) option to heartbeat, and used it in heartbeat.sh... -# -# Revision 1.8 1999/10/05 04:35:26 alanr -# Changed it to use the new heartbeat -k option to shut donw heartbeat. -# -# Revision 1.7 1999/10/04 03:12:39 alanr -# Shutdown code now runs from heartbeat. -# Logging should be in pretty good shape now, too. -# -# Revision 1.6 1999/10/04 01:47:22 alanr -# Fix the problem reported by Thomas Hepper with the code for loading the watchdog -# device correctly. -# -# Revision 1.5 1999/10/03 03:14:04 alanr -# Moved resource acquisition to 'heartbeat', also no longer attempt to make the FIFO, it's now done in heartbeat. It should now be possible to start it up more readily... -# -# Revision 1.4 1999/10/02 17:48:08 alanr -# Put back call to init_fifo. Thanks to Thomas Hepper -# -# Revision 1.3 1999/10/02 04:59:22 alanr -# FreeBSD mkfifo cleanup -# -# Revision 1.2 1999/09/23 15:53:13 alanr -# -# First version to work :-) -# Got this first version to work... -# -# Revision 1.1.1.1 1999/09/23 15:31:24 alanr -# High-Availability Linux -# -# Revision 1.12 1999/09/14 23:07:09 alanr -# another comment change... -# -# Revision 1.11 1999/09/14 23:05:13 alanr -# comment change... -# -# Revision 1.10 1999/09/14 22:32:50 alanr -# Put in Thomas Hepper's fix for killproc. -# Lots of other changes I think... -# -# Revision 1.9 1999/09/07 04:46:34 alanr -# made it exit with proper return codes. -# Also, moved things around according to the FHS... -# -# Revision 1.8 1999/08/22 04:10:37 alanr -# changed the name of this file to heartbeat.sh. -# Also moved the change log to the end of the file... -# -# Revision 1.7 1999/08/22 04:03:13 alanr -# Merged this file with the heartbeat script as suggested by Guenther Thomsen -# -# Revision 1.6 1999/08/21 21:54:12 alanr -# Restructured the code in preparation for combining this script with the -# init script under /etc/rc.d/init.d. -# -# Revision 1.5 1999/08/17 04:34:53 alanr -# added code to create /dev/watchdog and load softdog if necessary... -# -# |
From: Heiko Z. <smi...@us...> - 2004-10-10 19:33:11
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31044/scripts Modified Files: iproute2 Log Message: added missing /etc/iproute2 files Index: iproute2 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/iproute2,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- iproute2 10 Sep 2004 23:16:24 -0000 1.22 +++ iproute2 10 Oct 2004 19:32:55 -0000 1.23 @@ -46,6 +46,7 @@ if [ "$CONFIG_IPROUTE2" = "y" ]; then mkdir -p $CDDIR/usr/sbin copy_files "ip/ip ip/ifcfg ip/routef ip/routel ip/rtacct ip/rtmon ip/rtpr tc/tc" $CDDIR/usr/sbin || exit 1 + cp -dvpR etc/* $ETCDIR/etc/ || exit 1 fi ;; |
From: Heiko Z. <smi...@us...> - 2004-10-10 19:33:10
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31044 Modified Files: CHANGES Log Message: added missing /etc/iproute2 files Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.862 retrieving revision 1.863 diff -u -d -r1.862 -r1.863 --- CHANGES 23 Sep 2004 21:50:00 -0000 1.862 +++ CHANGES 10 Oct 2004 19:32:55 -0000 1.863 @@ -22,6 +22,7 @@ # 1.3.2 +- added missing /etc/iproute2 files - updated popt to v1.7 - don't install hostname from coreutils package, use the one from net-tools - added frandom patch to kernel |
From: Heiko Z. <smi...@us...> - 2004-10-10 19:31:30
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30697/scripts Modified Files: Tag: rel-1-2-patches iproute2 Log Message: added missing /etc/iproute2 files Index: iproute2 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/iproute2,v retrieving revision 1.21 retrieving revision 1.21.2.1 diff -u -d -r1.21 -r1.21.2.1 --- iproute2 14 Jan 2004 03:32:26 -0000 1.21 +++ iproute2 10 Oct 2004 19:31:19 -0000 1.21.2.1 @@ -45,6 +45,7 @@ if [ "$CONFIG_IPROUTE2" = "y" ]; then mkdir -p $CDDIR/usr/sbin copy_files "ip/ip ip/ifcfg ip/routef ip/routel ip/rtacct ip/rtmon ip/rtpr tc/tc" $CDDIR/usr/sbin || exit 1 + cp -dvpR etc/* $ETCDIR/etc/ || exit 1 fi ;; |
From: Heiko Z. <smi...@us...> - 2004-10-10 19:31:29
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30697 Modified Files: Tag: rel-1-2-patches CHANGES Log Message: added missing /etc/iproute2 files Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.40 retrieving revision 1.807.2.41 diff -u -d -r1.807.2.40 -r1.807.2.41 --- CHANGES 24 Sep 2004 13:12:03 -0000 1.807.2.40 +++ CHANGES 10 Oct 2004 19:31:18 -0000 1.807.2.41 @@ -21,6 +21,9 @@ # # +1.2 +- added missing /etc/iproute2 files + 1.2rc2 - compile modutils only with support for 32 bit (required for building on AMD Opteron) (Frank Pieczynski) - don't install hostname from coreutils package, use the one from net-tools |