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: <smi...@pr...> - 2004-01-26 23:16:52
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21550/scripts/configuration Added Files: rrdtool.config Log Message: - added sensord from lm_sensors package - added rrdtool 1.0.46 --- NEW FILE: rrdtool.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/rrdtool.config,v $ # $Revision: 1.1 $ # $Date: 2004/01/26 23:15:43 $ # # http://www.devil-linux.org test "$CONFIG_PERL" = "y" && menu_add "System|Libraries" bool "RRDtool" CONFIG_RRDTOOL |
From: <smi...@pr...> - 2004-01-26 19:29:44
|
Update of /cvsroot/devil-linux/build/config/etc/initrd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31254/config/etc/initrd Modified Files: linuxrc Log Message: added support for digitally signing the configuration Index: linuxrc =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/initrd/linuxrc,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- linuxrc 22 Jan 2004 01:40:22 -0000 1.56 +++ linuxrc 25 Jan 2004 02:07:05 -0000 1.57 @@ -156,9 +156,6 @@ echo "loading configuration" tar -C /shm -xjf /floppy/etc.tar.bz2 -# unmount config media -umount /floppy - # create mtab for mount cat /proc/mounts > /etc/mtab @@ -171,6 +168,35 @@ /mount_cdrom /cdrom fi +if [ -f /cdrom/config/pubring.gpg ]; then + $YELLOW + echo "checking PGP signature of configuration" + $NORMAL + if ! /bin/gpgv --homedir /cdrom/config --keyring /cdrom/config/pubring.gpg --ignore-time-conflict -q /floppy/etc.tar.bz2.sig ;then + $RED + echo + echo "********************************************************************************" + echo "* !!! WARNING !!! WARNING !!! WARNING !!! WARNING !!! WARNING !!! *" + echo "* *" + echo "* The verification of the configuration signature failed ! *" + echo "* *" + echo "* There is a strong possibility that somebody tempered with your system *" + echo "* *" + echo "* !!! WARNING !!! WARNING !!! WARNING !!! WARNING !!! WARNING !!! *" + echo "********************************************************************************" + beep; sleep 1; beep; sleep 1; beep; sleep 1; beep; sleep 1; beep; sleep 1; beep; + $NORMAL + echo + echo -n "Do you want to continue? " + if ! ask_yes_no ; then + exit + fi + fi +fi + +# unmount config media +umount /floppy + # Update modules for SCSI CD (if any) if [ -s /shm/.probed_modules ] ; then echo "Updating /etc/sysconfig/config for SCSI modules." |
From: <smi...@pr...> - 2004-01-26 19:10:59
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26844 Modified Files: CHANGES Log Message: lm_sensors init script now uses /etc/sysconfig/lm_sensors Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.669 retrieving revision 1.670 diff -u -d -r1.669 -r1.670 --- CHANGES 26 Jan 2004 18:15:05 -0000 1.669 +++ CHANGES 26 Jan 2004 19:09:52 -0000 1.670 @@ -22,6 +22,7 @@ # 1.1.2 +- lm_sensors init script now uses /etc/sysconfig/lm_sensors - upgrade-config now removes old file redirections from modules.conf - updated loop-AES to v2.0e - updated binutils to v2.14.90.0.8 |
From: <smi...@pr...> - 2004-01-26 19:10:58
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26844/scripts/scripts Modified Files: lm_sensors Log Message: lm_sensors init script now uses /etc/sysconfig/lm_sensors Index: lm_sensors =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/lm_sensors,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- lm_sensors 7 Jan 2004 23:41:44 -0000 1.9 +++ lm_sensors 26 Jan 2004 19:09:53 -0000 1.10 @@ -36,42 +36,57 @@ test $link = $base && START=yes test "$START" = "yes" || exit 0 +CONFIG=/etc/sysconfig/lm_sensors +if [ ! -e $CONFIG ]; then + echo "Configuration file $CONFIG not found!" + exit 1 +fi + +source $CONFIG + case "$1" in start) echo "Loading lm-sensors drivers: " # # mandatory modules # - #/sbin/modprobe i2c-dev - #/sbin/modprobe i2c-isa - #/sbin/modprobe i2c-proc + /sbin/modprobe i2c-dev + /sbin/modprobe i2c-isa + /sbin/modprobe i2c-proc + # # hardware depending modules # - #/sbin/modprobe i2c-viapro - #/sbin/modprobe vt1211 - #/sbin/modprobe eeprom - - # And reset the sensor info + modules=`grep \^MODULE_ $CONFIG | wc -l | tr -d ' '` + i=0 + while [ $i -lt $modules ] ; do + module=`eval echo '$'MODULE_$i` + echo starting module __${module}__ + /sbin/modprobe $module &>/dev/null + i=`expr $i + 1` + done + + # And reset the sensor info /usr/bin/sensors -s - + # needed example config for the epia6000+ motherboard # echo "123.0 128.0 0.0" > /proc/sys/dev/sensors/vt1211-isa-6000/temp3 - print_status success ;; stop) echo "Unloading lm-sensors drivers: " - # - # undo :) - # - #/sbin/rmmod eeprom - #/sbin/rmmod i2c-viapro - #/sbin/rmmod i2c-isa - #/sbin/rmmod vt1211 - #/sbin/rmmod i2c-proc - #/sbin/rmmod i2c-dev - #/sbin/rmmod i2c-core - print_status success + + modules=`grep \^MODULE_ $CONFIG | wc -l | tr -d ' '` + i=`expr $modules` + while [ $i -ge 0 ] ; do + module=`eval echo '$'MODULE_$i` + /sbin/modprobe -r $module &>/dev/null + i=`expr $i - 1` + done + + /sbin/rmmod i2c-proc + /sbin/rmmod i2c-dev + /sbin/rmmod i2c-isa + /sbin/rmmod i2c-core ;; restart) $0 stop |
From: <smi...@pr...> - 2004-01-26 18:16:05
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10958/scripts/scripts Modified Files: upgrade-config Log Message: - upgrade-config now removes old file redirections from modules.conf Index: upgrade-config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/upgrade-config,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- upgrade-config 30 Dec 2003 18:44:50 -0000 1.12 +++ upgrade-config 26 Jan 2004 18:15:08 -0000 1.13 @@ -188,8 +188,13 @@ chmod --reference /$d newconfig/$d chown --reference /$d newconfig/$d fi - echo "keeping file: $p" | tee -a $LOGF - cp -af $p newconfig/$p + if [ "$p" = "etc/modules.conf" ]; then + echo "migrating file: $p" | tee -a $LOGF + grep -v "file=/" $p > newconfig/$p + else + echo "keeping file: $p" | tee -a $LOGF + cp -af $p newconfig/$p + fi done echo >> $LOGF @@ -246,7 +251,7 @@ # Migrate passwords for existing users/groups while read id ; do name="$(echo $id|cut -d: -f1)" - if [ $(grep -c "^${name}:" ${2}) -ne 1 ]; then + if [ $(grep -c "^${name}:" ${2}) -ne 1 ]; then grep "^${name}:" newconfig/${2}- >> newconfig/${2} else grep "^${name}:" ${2} >> newconfig/${2} |
From: <smi...@pr...> - 2004-01-26 18:16:05
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10958 Modified Files: CHANGES Log Message: - upgrade-config now removes old file redirections from modules.conf Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.668 retrieving revision 1.669 diff -u -d -r1.668 -r1.669 --- CHANGES 26 Jan 2004 14:17:45 -0000 1.668 +++ CHANGES 26 Jan 2004 18:15:05 -0000 1.669 @@ -22,6 +22,7 @@ # 1.1.2 +- upgrade-config now removes old file redirections from modules.conf - updated loop-AES to v2.0e - updated binutils to v2.14.90.0.8 - updated lftp to v2.6.12 |
From: <smi...@pr...> - 2004-01-26 16:26:27
|
Update of /cvsroot/devil-linux/build/docs/documentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31254/docs/documentation Modified Files: documentation.xml Log Message: added support for digitally signing the configuration Index: documentation.xml =================================================================== RCS file: /cvsroot/devil-linux/build/docs/documentation/documentation.xml,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- documentation.xml 3 Jan 2004 23:53:16 -0000 1.56 +++ documentation.xml 25 Jan 2004 02:07:06 -0000 1.57 @@ -785,6 +785,14 @@ MOUNT none /proc -o ro,noexec,nodev -t proc</programlisting> </sect2> </sect1> + <sect1> + <title>Digitaly signing the configuration</title> + <para>You can sign the configuration with you GPG key, to ensure integrity. In case the signature is not valid, a warning is printed and you have to decide if the configuration should be activated anyway.</para> + <para>Place your public key into the folder <filename>config</filename> on the CD, the file must be named <filename>pubring.gpg</filename>. </para> + <note> + <para>You can modify the contents of your ISO image with the <command moreinfo="none">custom-cd</command> script.</para> + </note> + </sect1> </chapter> <chapter> <title>Development</title> |
From: <smi...@pr...> - 2004-01-26 15:19:13
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17150/scripts Modified Files: build-iso Log Message: fixed copy'n'paste error, system wasn't able to boot with cramfs & default text mode Index: build-iso =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build-iso,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- build-iso 25 Jan 2004 02:07:06 -0000 1.56 +++ build-iso 25 Jan 2004 15:26:35 -0000 1.57 @@ -254,7 +254,7 @@ prompt 1 label 0 kernel /boot/vmlinuz - append root=/dev/ram0 initrd=/boot/initrd.gz init=/linuxrc ramdisk=8096 + append root=/dev/ram0 initrd=/boot/initrd.gz init=/linuxrc ramdisk_blocksize=4096 label 1 kernel /boot/vmlinuz append root=/dev/ram0 initrd=/boot/initrd.gz init=/linuxrc ramdisk_blocksize=4096 vga=769 |
From: <bl...@pr...> - 2004-01-26 15:13:07
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17486 Modified Files: firewall.rules.2nic firewall.rules.3nic Log Message: Added commented examples to open a port to the DL box. Index: firewall.rules.2nic =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/firewall.rules.2nic,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- firewall.rules.2nic 21 Oct 2003 13:55:10 -0000 1.10 +++ firewall.rules.2nic 26 Jan 2004 02:57:22 -0000 1.11 @@ -75,6 +75,10 @@ # ${IPTABLES} -A PREROUTING -i ${OUT_DEV} -t nat -p TCP --dport $PORT -j DNAT --to ${SERVER_IP}:${PORT} # ${IPTABLES} -A FORWARD -p TCP -d ${SERVER_IP} --dport $PORT -i ${OUT_DEV} -o ${INT_DEV} -j ACCEPT +# Uncomment/modify the next 2 lines to open a port on the internet to Devil Linux. +# PORT=25 # 25 = SMTP. Change to the port you wish to open. +# ${IPTABLES} -A INPUT -p tcp --dport $PORT -i ${OUT_DEV} -j ACCEPT + # Block invalid connections from the internet. [ -n "$LOGGING" ] && \ ${IPTABLES} -A FORWARD -m state --state NEW,INVALID -i ${OUT_DEV} -j LOG --log-prefix "FORWARD INVALID: " Index: firewall.rules.3nic =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/firewall.rules.3nic,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- firewall.rules.3nic 21 Oct 2003 13:55:10 -0000 1.7 +++ firewall.rules.3nic 26 Jan 2004 02:57:22 -0000 1.8 @@ -87,6 +87,10 @@ # ${IPTABLES} -A PREROUTING -i ${OUT_DEV} -t nat -p TCP --dport $PORT -j DNAT --to ${SERVER_IP}:${PORT} # ${IPTABLES} -A FORWARD -p TCP -d ${SERVER_IP} --dport $PORT -i ${OUT_DEV} -o ${DMZ_DEV} -j ACCEPT +# Uncomment/modify the next 2 lines to open a port on the DMZ to Devil Linux. +# PORT=25 # 25 = SMTP. Change to the port you wish to open. +# ${IPTABLES} -A INPUT -p tcp --dport $PORT -i ${DMZ_DEV} -j ACCEPT + # Block invalid connections from the internet. [ -n "$LOGGING" ] && \ ${IPTABLES} -A FORWARD -m state --state NEW,INVALID -i ${OUT_DEV} -j LOG --log-prefix "FORWARD INVALID: " |
From: <bl...@pr...> - 2004-01-26 14:43:30
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10199/build/config/etc/init.d Modified Files: Tag: rel-1-0-patches firewall.rules.2nic firewall.rules.3nic Log Message: Added commented out examples to open up a port to the Devil Linux box. Index: firewall.rules.2nic =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/firewall.rules.2nic,v retrieving revision 1.8.2.2 retrieving revision 1.8.2.3 diff -u -d -r1.8.2.2 -r1.8.2.3 --- firewall.rules.2nic 21 Oct 2003 13:53:56 -0000 1.8.2.2 +++ firewall.rules.2nic 26 Jan 2004 14:42:36 -0000 1.8.2.3 @@ -75,6 +75,10 @@ # ${IPTABLES} -A PREROUTING -i ${OUT_DEV} -t nat -p TCP --dport $PORT -j DNAT --to ${SERVER_IP}:${PORT} # ${IPTABLES} -A FORWARD -p TCP -d ${SERVER_IP} --dport $PORT -i ${OUT_DEV} -o ${INT_DEV} -j ACCEPT +# Uncomment/modify the next 2 lines to open a port on the internet to Devil Linux. +# PORT=25 # 25 = SMTP. Change to the port you wish to open. +# ${IPTABLES} -A INPUT -p tcp --dport $PORT -i ${OUT_DEV} -j ACCEPT + # Block invalid connections from the internet. [ -n "$LOGGING" ] && \ ${IPTABLES} -A FORWARD -m state --state NEW,INVALID -i ${OUT_DEV} -j LOG --log-prefix "FORWARD INVALID: " Index: firewall.rules.3nic =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/firewall.rules.3nic,v retrieving revision 1.5.2.2 retrieving revision 1.5.2.3 diff -u -d -r1.5.2.2 -r1.5.2.3 --- firewall.rules.3nic 21 Oct 2003 13:53:56 -0000 1.5.2.2 +++ firewall.rules.3nic 26 Jan 2004 14:42:36 -0000 1.5.2.3 @@ -87,6 +87,10 @@ # ${IPTABLES} -A PREROUTING -i ${OUT_DEV} -t nat -p TCP --dport $PORT -j DNAT --to ${SERVER_IP}:${PORT} # ${IPTABLES} -A FORWARD -p TCP -d ${SERVER_IP} --dport $PORT -i ${OUT_DEV} -o ${DMZ_DEV} -j ACCEPT +# Uncomment/modify the next 2 lines to open a port on the DMZ to Devil Linux. +# PORT=25 # 25 = SMTP. Change to the port you wish to open. +# ${IPTABLES} -A INPUT -p tcp --dport $PORT -i ${DMZ_DEV} -j ACCEPT + # Block invalid connections from the internet. [ -n "$LOGGING" ] && \ ${IPTABLES} -A FORWARD -m state --state NEW,INVALID -i ${OUT_DEV} -j LOG --log-prefix "FORWARD INVALID: " |
From: <smi...@pr...> - 2004-01-26 14:18:44
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2960 Modified Files: CHANGES Log Message: updates Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.667 retrieving revision 1.668 diff -u -d -r1.667 -r1.668 --- CHANGES 26 Jan 2004 00:47:50 -0000 1.667 +++ CHANGES 26 Jan 2004 14:17:45 -0000 1.668 @@ -22,6 +22,9 @@ # 1.1.2 +- updated loop-AES to v2.0e +- updated binutils to v2.14.90.0.8 +- updated lftp to v2.6.12 - updated glib to v2.2.3 - updated mdadm to v1.5 - updated spamassassin to v2.63 |
From: <smi...@pr...> - 2004-01-26 13:55:20
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21448 Modified Files: build-iso Log Message: don't force anything when using kernel 2.6 Index: build-iso =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build-iso,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- build-iso 25 Jan 2004 15:26:35 -0000 1.57 +++ build-iso 25 Jan 2004 15:45:02 -0000 1.58 @@ -84,14 +84,6 @@ echo #=========================================================================== - # workaround ... for kernel 2.6 - #=========================================================================== - if [ "$CONFIG_LINUX_VERSON" = "2.6" ]; then - CONFIG_ZISOFS=n - CONFIG_INITRD_FS = EXT2 - fi - - #=========================================================================== if [ "$CONFIG_ZISOFS" = "y" ]; then echo creating compressed ISO filesystem |
From: <smi...@pr...> - 2004-01-26 13:45:58
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23976/scripts/configuration Modified Files: hostap-driver.config mdadm.config pcwd.config Log Message: some more updates to get kernel 2.6 working Index: hostap-driver.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/hostap-driver.config,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- hostap-driver.config 8 Jan 2004 01:47:38 -0000 1.1 +++ hostap-driver.config 26 Jan 2004 00:47:50 -0000 1.2 @@ -5,4 +5,4 @@ # # http://www.devil-linux.org -menu_add "System|Hardware Support" bool "HostAP Driver (master mode and 802.1x for prism2 WLAN devices)" CONFIG_HOSTAP_DRIVER +test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "System|Hardware Support" bool "HostAP Driver (master mode and 802.1x for prism2 WLAN devices)" CONFIG_HOSTAP_DRIVER Index: mdadm.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/mdadm.config,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mdadm.config 16 Jan 2004 21:22:00 -0000 1.3 +++ mdadm.config 26 Jan 2004 00:47:51 -0000 1.4 @@ -5,4 +5,4 @@ # # http://www.devil-linux.org -test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "System|Filesystems" bool "MDADM (Linux Software Raid Configuration)" CONFIG_MDADM +menu_add "System|Filesystems" bool "MDADM (Linux Software Raid Configuration)" CONFIG_MDADM Index: pcwd.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/pcwd.config,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- pcwd.config 2 Oct 2003 15:58:26 -0000 1.2 +++ pcwd.config 26 Jan 2004 00:47:51 -0000 1.3 @@ -5,4 +5,7 @@ # # http://www.devil-linux.org -[ "$CONFIG_WATCHDOG" = "y" ] && menu_add "System|Hardware Support" bool "Berkshire PC Watchdog Card Driver (pcwd.o)" CONFIG_WATCHDOG_PCWD +if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then + [ "$CONFIG_WATCHDOG" = "y" ] && menu_add "System|Hardware Support" bool "Berkshire PC Watchdog Card Driver (pcwd.o)" CONFIG_WATCHDOG_PCWD +fi + |
From: <smi...@pr...> - 2004-01-26 13:44:20
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23976/scripts Modified Files: hostap-driver lm_sensors xfsprogs Log Message: some more updates to get kernel 2.6 working Index: hostap-driver =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/hostap-driver,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- hostap-driver 11 Jan 2004 18:17:06 -0000 1.3 +++ hostap-driver 26 Jan 2004 00:47:50 -0000 1.4 @@ -33,9 +33,9 @@ case $1 in build ) if [ "$CONFIG_HOSTAP_DRIVER" = "y" ]; then - if [ "$CONFIG_PCMCIA_CS" = "y" ]; then - make pci plx pccard EXTRA_CFLAG="-DPRISM2_HOSTAPD -DCONFIG_HOSTAP_FIRMWARE" \ - -e KERNEL_PATH=$KERNELDIR PCMCIA_PATH=$PCMCIADIR || exit 1 + if [ "$CONFIG_PCMCIA_CS" = "y" ] && [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then + make pci plx pccard EXTRA_CFLAG="-DPRISM2_HOSTAPD -DCONFIG_HOSTAP_FIRMWARE" \ + -e KERNEL_PATH=$KERNELDIR PCMCIA_PATH=$PCMCIADIR || exit 1 else make pci plx pccard EXTRA_CFLAG="-DPRISM2_HOSTAPD -DCONFIG_HOSTAP_FIRMWARE" \ -e KERNEL_PATH=$KERNELDIR || exit 1 Index: lm_sensors =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/lm_sensors,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- lm_sensors 21 Jan 2004 15:08:46 -0000 1.15 +++ lm_sensors 26 Jan 2004 00:47:50 -0000 1.16 @@ -56,7 +56,7 @@ fi SMP=0 test "$CONFIG_LINUX_SMP" = "y" && SMP=1 - make user $PMAKE PREFIX=/usr SMP=$SMP MANDIR=/usr/share/man COMPILE_KERNEL=1 || exit 1 + make user $PMAKE PREFIX=/usr SMP=$SMP MANDIR=/usr/share/man COMPILE_KERNEL=0 || exit 1 strip_debug fi @@ -66,8 +66,7 @@ if [ "$CONFIG_LM_SENSORS" = "y" ]; then rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp/usr/sbin || exit 1 - make install DESTDIR=$WORKDIR/tmp PREFIX=/usr SMP=$SMP MANDIR=/usr/share/man || exit 1 - #make install DESTDIR=$WORKDIR/tmp PREFIX=/usr SMP=$SMP MANDIR=/usr/share/man COMPILE_KERNEL=0 I2C_HEADERS=$KERNELDIR/include/linux LINUX=$KERNELDIR|| exit 1 + make user_install DESTDIR=$WORKDIR/tmp PREFIX=/usr SMP=$SMP MANDIR=/usr/share/man || exit 1 copy_docs $WORKDIR/tmp mkdir -p $DOCDIR/lm_sensors || exit 1 Index: xfsprogs =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/xfsprogs,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- xfsprogs 17 Jan 2004 01:15:39 -0000 1.22 +++ xfsprogs 26 Jan 2004 00:47:50 -0000 1.23 @@ -40,12 +40,12 @@ set_kernel_option CONFIG_FS_POSIX_ACL n fi popd > /dev/null + set_kernel_option CONFIG_XFS_FS m + set_kernel_option CONFIG_XFS_RT y + set_kernel_option CONFIG_XFS_QUOTA y + set_kernel_option CONFIG_XFS_DMAPI n fi - set_kernel_option CONFIG_XFS_FS m - set_kernel_option CONFIG_XFS_RT y - set_kernel_option CONFIG_XFS_QUOTA y - set_kernel_option CONFIG_XFS_DMAPI n ./configure --prefix= --enable-shared=yes --enable-shared-uuid=yes || exit 1 make $PMAKE || exit 1 |
From: <smi...@pr...> - 2004-01-26 13:38:45
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31254 Modified Files: CHANGES Log Message: added support for digitally signing the configuration Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.665 retrieving revision 1.666 diff -u -d -r1.665 -r1.666 --- CHANGES 24 Jan 2004 18:55:00 -0000 1.665 +++ CHANGES 25 Jan 2004 02:07:03 -0000 1.666 @@ -22,6 +22,7 @@ # 1.1.2 +- init system now checks pgp signature of etc.tar.bz2, when /config/pubring.pgp exists on the CD - updated lm_sensors to v2.8.3 - updated i2c to v2.8.3 - added missing loop.o to initrd |
From: <smi...@pr...> - 2004-01-26 13:17:01
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16596 Modified Files: CHANGES Log Message: fixed uname problems Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.664 retrieving revision 1.665 diff -u -d -r1.664 -r1.665 --- CHANGES 24 Jan 2004 17:55:24 -0000 1.664 +++ CHANGES 24 Jan 2004 18:55:00 -0000 1.665 @@ -22,8 +22,8 @@ # 1.1.2 -NO - updated lm_sensors to v2.8.3 -NO - updated i2c to v2.8.3 +- updated lm_sensors to v2.8.3 +- updated i2c to v2.8.3 - added missing loop.o to initrd - updated ddt to v0.5.9 - updated patch-o-matic to v20040110 |
From: <smi...@pr...> - 2004-01-26 11:42:46
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16596/scripts Modified Files: prepare Log Message: fixed uname problems Index: prepare =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/prepare,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- prepare 23 Jan 2004 01:04:04 -0000 1.40 +++ prepare 24 Jan 2004 18:55:51 -0000 1.41 @@ -113,6 +113,15 @@ pushd $KERNELDIR > /dev/null + if [ ! -f devil-linux-kernel-patches.done ]; then + touch devil-linux-kernel-patches.done + for PATCH in $(ls $WORKDIR/kernel-patches-$CONFIG_LINUX_VERSION/* 2> /dev/null ) + do + echo applying patch: $PATCH + patch -p1 -i $PATCH || exit 1 + done + fi + if [ "$CONFIG_PAX" == "y" ]; then if [ ! -f devil-linux-pax-kernel-patches.done ]; then touch devil-linux-pax-kernel-patches.done |
From: <smi...@pr...> - 2004-01-26 04:38:38
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31254/scripts Modified Files: build-iso gnupg Log Message: added support for digitally signing the configuration Index: build-iso =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build-iso,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- build-iso 22 Jan 2004 01:40:22 -0000 1.55 +++ build-iso 25 Jan 2004 02:07:06 -0000 1.56 @@ -56,7 +56,9 @@ pushd $WORKDIR > /dev/null - mkdir -p $CDDIR/config/etc_files + mkdir -p $CDDIR/config/etc_files || exit 1 + chmod 700 $CDDIR/config || exit 1 + chown 0.0 $CDDIR/config || exit 1 if [ ! -f $CDDIR/config/var.tar.bz2 ];then echo compressing /var Index: gnupg =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/gnupg,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- gnupg 20 Jan 2004 01:59:45 -0000 1.12 +++ gnupg 25 Jan 2004 02:07:07 -0000 1.13 @@ -34,7 +34,7 @@ --disable-rpath LDFLAGS=-static || exit 1 make $PMAKE all || exit 1 strip_debug - cp g10/gpg gpg-static || exit 1 + cp g10/gpgv gpgv-static || exit 1 ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-nls --enable-sha512 \ --without-libiconv-prefix --without-libintl-prefix --with-bzip2 --with-zlib || exit 1 @@ -57,7 +57,7 @@ rm -rf $WORKDIR/tmp/usr/share || exit 1 copy_docs $WORKDIR/tmp copy_files $WORKDIR/tmp/usr $CDDIR/ || exit 1 - cp gpg-static $INITRDDIR/bin/gpg || exit 1 + cp gpgv-static $INITRDDIR/bin/gpgv || exit 1 rm -rf $WORKDIR/tmp || exit 1 ;; |
From: <smi...@pr...> - 2004-01-23 02:09:57
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31297 Modified Files: config_busybox Log Message: something wasn't right with the other version, copied the one from 1.0.4 Index: config_busybox =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/config_busybox,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- config_busybox 22 Jan 2004 01:40:22 -0000 1.14 +++ config_busybox 23 Jan 2004 02:09:10 -0000 1.15 @@ -13,7 +13,7 @@ # CONFIG_FEATURE_INSTALLER is not set # CONFIG_LOCALE_SUPPORT is not set CONFIG_FEATURE_DEVFS=y -# CONFIG_FEATURE_DEVPTS is not set +CONFIG_FEATURE_DEVPTS=y # CONFIG_FEATURE_CLEAN_UP is not set # CONFIG_FEATURE_SUID is not set # CONFIG_SELINUX is not set @@ -37,23 +37,23 @@ # # CONFIG_AR is not set CONFIG_BUNZIP2=y -# CONFIG_CPIO is not set +CONFIG_CPIO=y # CONFIG_DPKG is not set # CONFIG_DPKG_DEB is not set CONFIG_GUNZIP=y -# CONFIG_FEATURE_GUNZIP_UNCOMPRESS is not set -# CONFIG_GZIP is not set +CONFIG_FEATURE_GUNZIP_UNCOMPRESS=y +CONFIG_GZIP=y # CONFIG_RPM2CPIO is not set -# CONFIG_RPM is not set +CONFIG_RPM=y CONFIG_TAR=y CONFIG_FEATURE_TAR_CREATE=y CONFIG_FEATURE_TAR_BZIP2=y CONFIG_FEATURE_TAR_EXCLUDE=y CONFIG_FEATURE_TAR_GZIP=y -# CONFIG_FEATURE_TAR_OLDGNU_COMPATABILITY is not set +CONFIG_FEATURE_TAR_OLDGNU_COMPATABILITY=y CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y -# CONFIG_FEATURE_UNARCHIVE_TAPE is not set -# CONFIG_UNCOMPRESS is not set +CONFIG_FEATURE_UNARCHIVE_TAPE=y +CONFIG_UNCOMPRESS=y CONFIG_UNZIP=y # @@ -71,7 +71,7 @@ CONFIG_CUT=y CONFIG_DATE=y CONFIG_FEATURE_DATE_ISOFMT=y -CONFIG_DD=y +# CONFIG_DD is not set CONFIG_DF=y CONFIG_DIRNAME=y # CONFIG_DOS2UNIX is not set @@ -86,7 +86,7 @@ CONFIG_HEAD=y CONFIG_FEATURE_FANCY_HEAD=y # CONFIG_HOSTID is not set -# CONFIG_ID is not set +CONFIG_ID=y CONFIG_LENGTH=y CONFIG_LN=y CONFIG_LOGNAME=y @@ -100,13 +100,13 @@ CONFIG_FEATURE_LS_COLOR=y CONFIG_MD5SUM=y CONFIG_MKDIR=y -# CONFIG_MKFIFO is not set -# CONFIG_MKNOD is not set +CONFIG_MKFIFO=y +CONFIG_MKNOD=y CONFIG_MV=y # CONFIG_OD is not set CONFIG_PRINTF=y CONFIG_PWD=y -# CONFIG_REALPATH is not set +CONFIG_REALPATH=y CONFIG_RM=y CONFIG_RMDIR=y # CONFIG_SHA1SUM is not set @@ -119,8 +119,7 @@ CONFIG_SYNC=y CONFIG_TAIL=y CONFIG_FEATURE_FANCY_TAIL=y -CONFIG_TEE=y -CONFIG_FEATURE_TEE_USE_BLOCK_IO=y +# CONFIG_TEE is not set CONFIG_TEST=y # @@ -132,11 +131,11 @@ CONFIG_TTY=y CONFIG_UNAME=y CONFIG_UNIQ=y -CONFIG_USLEEP=y +# CONFIG_USLEEP is not set # CONFIG_UUDECODE is not set # CONFIG_UUENCODE is not set # CONFIG_WATCH is not set -CONFIG_WC=y +# CONFIG_WC is not set # CONFIG_WHO is not set # CONFIG_WHOAMI is not set CONFIG_YES=y @@ -174,7 +173,7 @@ # Debian Utilities # # CONFIG_MKTEMP is not set -# CONFIG_READLINK is not set +CONFIG_READLINK=y # CONFIG_RUN_PARTS is not set # CONFIG_START_STOP_DAEMON is not set CONFIG_WHICH=y @@ -184,7 +183,7 @@ # CONFIG_AWK=y CONFIG_FEATURE_AWK_MATH=y -# CONFIG_PATCH is not set +CONFIG_PATCH=y CONFIG_SED=y CONFIG_FEATURE_SED_EMBEDED_NEWLINE=y # CONFIG_VI is not set @@ -208,11 +207,14 @@ # # Init Utilities # -# CONFIG_INIT is not set +CONFIG_INIT=y +# CONFIG_FEATURE_USE_INITTAB is not set +# CONFIG_FEATURE_INITRD is not set +# CONFIG_FEATURE_INIT_COREDUMPS is not set +# CONFIG_FEATURE_EXTRA_QUIET is not set CONFIG_HALT=y CONFIG_POWEROFF=y CONFIG_REBOOT=y -# CONFIG_MINIT is not set # CONFIG_MESG is not set # @@ -260,10 +262,10 @@ # CONFIG_FEATURE_INSMOD_LOADINKMEM is not set # CONFIG_FEATURE_INSMOD_LOAD_MAP is not set CONFIG_LSMOD=y -CONFIG_FEATURE_QUERY_MODULE_INTERFACE=y +# CONFIG_FEATURE_QUERY_MODULE_INTERFACE is not set CONFIG_MODPROBE=y CONFIG_RMMOD=y -CONFIG_FEATURE_CHECK_TAINTED_MODULE=y +# CONFIG_FEATURE_CHECK_TAINTED_MODULE is not set # # Networking Utilities @@ -374,7 +376,7 @@ # CONFIG_GETOPT is not set # CONFIG_HEXDUMP is not set # CONFIG_HWCLOCK is not set -CONFIG_LOSETUP=y +# CONFIG_LOSETUP is not set # CONFIG_MKSWAP is not set CONFIG_MORE=y # CONFIG_FEATURE_USE_TERMIOS is not set |
From: <smi...@pr...> - 2004-01-23 01:05:44
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23727 Modified Files: build.sh prepare settings Log Message: some more fixes for lates uname changes uname now only gets modified when kernel version is available Index: build.sh =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build.sh,v retrieving revision 1.74 retrieving revision 1.75 diff -u -d -r1.74 -r1.75 --- build.sh 20 Jan 2004 01:59:45 -0000 1.74 +++ build.sh 23 Jan 2004 01:03:55 -0000 1.75 @@ -263,11 +263,13 @@ # fake uname to display another platform we want to compile the kernel for # also make sure our kernel version is displayed - test -f /bin/uname.old || cp /bin/uname /bin/uname.old || exit 1 - rm /bin/uname || exit 1 - REALKERNEL=$(/bin/uname.old -r) - echo "uname.old \$* | sed -e 's/i.86/i$CONFIG_CPU/' | sed -e 's/$REALKERNEL/$KERNELVERSION/'" > /bin/uname || exit 1 - chmod +x /bin/uname || exit 1 + if [ -n "$KERNELVERSION" ]; then + test -f /bin/uname.old || cp /bin/uname /bin/uname.old || exit 1 + rm /bin/uname || exit 1 + REALKERNEL=$(/bin/uname.old -r) + echo "uname.old \$* | sed -e 's/i.86/i$CONFIG_CPU/' | sed -e 's/$REALKERNEL/$KERNELVERSION/'" > /bin/uname || exit 1 + chmod +x /bin/uname || exit 1 + fi LINK=${LINK##/*/} SCRIPT=${LINK#S[0-9][0-9]} Index: prepare =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/prepare,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- prepare 21 Jan 2004 15:08:46 -0000 1.39 +++ prepare 23 Jan 2004 01:04:04 -0000 1.40 @@ -34,12 +34,6 @@ case $1 in prepare ) - # fake uname to display another platform we want to compile the kernel for - test -f /bin/uname.old || cp /bin/uname /bin/uname.old || exit 1 - rm /bin/uname || exit 1 - echo "uname.old \$* | sed -e 's/i.86/i$CONFIG_CPU/'" > /bin/uname || exit 1 - chmod +x /bin/uname || exit 1 - if [ -d /usr/include/linux ] && [ ! -L /usr/include/linux ]; then echo "ERROR" echo "/usr/include/linux found and is a directory" @@ -71,7 +65,7 @@ if [ -e /usr/include/linux ]; then rm /usr/include/linux fi - + ln -sf $KERNELDIR/include/linux /usr/include/linux || exit 1 ln -sf $KERNELDIR/include/asm-i386 /usr/include/asm || exit 1 ln -sf $KERNELDIR/include/asm-generic /usr/include/asm-generic || exit 1 Index: settings =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/settings,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- settings 11 Jan 2004 14:43:05 -0000 1.40 +++ settings 23 Jan 2004 01:04:18 -0000 1.41 @@ -21,6 +21,13 @@ test -n "$PROFILE" && BUILD_CONFIG=$DL_DIR/scripts/configuration/profiles/$PROFILE +if [ ! -s "$BUILD_CONFIG" ] && [ -z "$NOTLOAD_DEFAULTCONFIG" ]; then + echo "**************************************" + echo "*WARNING* no configuration file found!" + echo "**************************************" + sleep 1 +fi + if [ -s "$BUILD_CONFIG" ] && [ -z "$NOTLOAD_DEFAULTCONFIG" ]; then source $BUILD_CONFIG if [ -z "$CONFIG_CPU" ]; then |
From: <smi...@us...> - 2004-01-22 01:40:25
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1:/tmp/cvs-serv9713/scripts/config Modified Files: config_busybox Log Message: downgraded busybox added missing file VERSION to initrd Index: config_busybox =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/config_busybox,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- config_busybox 15 Jan 2004 02:49:05 -0000 1.13 +++ config_busybox 22 Jan 2004 01:40:22 -0000 1.14 @@ -50,18 +50,13 @@ CONFIG_FEATURE_TAR_BZIP2=y CONFIG_FEATURE_TAR_EXCLUDE=y CONFIG_FEATURE_TAR_GZIP=y -# CONFIG_FEATURE_TAR_COMPRESS is not set # CONFIG_FEATURE_TAR_OLDGNU_COMPATABILITY is not set CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y +# CONFIG_FEATURE_UNARCHIVE_TAPE is not set # CONFIG_UNCOMPRESS is not set CONFIG_UNZIP=y # -# Common options for cpio and tar -# -# CONFIG_FEATURE_UNARCHIVE_TAPE is not set - -# # Coreutils # CONFIG_BASENAME=y @@ -92,7 +87,6 @@ CONFIG_FEATURE_FANCY_HEAD=y # CONFIG_HOSTID is not set # CONFIG_ID is not set -# CONFIG_INSTALL is not set CONFIG_LENGTH=y CONFIG_LN=y CONFIG_LOGNAME=y @@ -119,6 +113,8 @@ CONFIG_SLEEP=y CONFIG_FEATURE_FANCY_SLEEP=y CONFIG_SORT=y +CONFIG_FEATURE_SORT_REVERSE=y +CONFIG_FEATURE_SORT_UNIQUE=y CONFIG_STTY=y CONFIG_SYNC=y CONFIG_TAIL=y @@ -161,17 +157,13 @@ CONFIG_FEATURE_HUMAN_READABLE=y # -# Common options for md5sum, sha1sum -# -CONFIG_FEATURE_MD5_SHA1_SUM_CHECK=y - -# # Console Utilities # # CONFIG_CHVT is not set CONFIG_CLEAR=y # CONFIG_DEALLOCVT is not set # CONFIG_DUMPKMAP is not set +# CONFIG_LOADACM is not set # CONFIG_LOADFONT is not set # CONFIG_LOADKMAP is not set # CONFIG_OPENVT is not set @@ -182,7 +174,6 @@ # Debian Utilities # # CONFIG_MKTEMP is not set -# CONFIG_PIPE_PROGRESS is not set # CONFIG_READLINK is not set # CONFIG_RUN_PARTS is not set # CONFIG_START_STOP_DAEMON is not set @@ -195,6 +186,7 @@ CONFIG_FEATURE_AWK_MATH=y # CONFIG_PATCH is not set CONFIG_SED=y +CONFIG_FEATURE_SED_EMBEDED_NEWLINE=y # CONFIG_VI is not set # @@ -212,10 +204,6 @@ CONFIG_FEATURE_GREP_FGREP_ALIAS=y CONFIG_FEATURE_GREP_CONTEXT=y CONFIG_XARGS=y -# CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION is not set -CONFIG_FEATURE_XARGS_SUPPORT_QUOTES=y -CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT=y -CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM=y # # Init Utilities @@ -249,15 +237,10 @@ # CONFIG_CROND is not set # CONFIG_CRONTAB is not set # CONFIG_DC is not set -CONFIG_DEVFSD=y -# CONFIG_DEVFSD_MODLOAD is not set -# CONFIG_DEVFSD_FG_NP is not set -# CONFIG_DEVFSD_VERBOSE is not set # CONFIG_LAST is not set # CONFIG_HDPARM is not set # CONFIG_MAKEDEVS is not set # CONFIG_MT is not set -# CONFIG_RX is not set # CONFIG_STRINGS is not set # CONFIG_TIME is not set # CONFIG_WATCHDOG is not set @@ -266,9 +249,12 @@ # Linux Module Utilities # CONFIG_INSMOD=y -# CONFIG_FEATURE_2_2_MODULES is not set -CONFIG_FEATURE_2_4_MODULES=y -CONFIG_FEATURE_2_6_MODULES=y +# CONFIG_FEATURE_OLD_MODULE_INTERFACE is not set +CONFIG_FEATURE_NEW_MODULE_INTERFACE=y + +# +# Support new (post 2.1) Linux kernels (Forced enabled) +# # CONFIG_FEATURE_INSMOD_VERSION_CHECKING is not set # CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS is not set # CONFIG_FEATURE_INSMOD_LOADINKMEM is not set @@ -369,7 +355,6 @@ # System Logging Utilities # CONFIG_SYSLOGD=y -# CONFIG_FEATURE_ROTATE_LOGFILE is not set # CONFIG_FEATURE_REMOTE_LOG is not set # CONFIG_FEATURE_IPC_SYSLOG is not set CONFIG_KLOGD=y |
From: <smi...@us...> - 2004-01-22 01:40:25
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv9713/scripts Modified Files: build-iso Log Message: downgraded busybox added missing file VERSION to initrd Index: build-iso =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build-iso,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- build-iso 17 Jan 2004 18:39:20 -0000 1.54 +++ build-iso 22 Jan 2004 01:40:22 -0000 1.55 @@ -132,6 +132,8 @@ echo "creating the initial ramdisk (initrd) image.... " + # store version + echo $DLVERSION > $INITRDDIR/VERSION cp -p $DL_DIR/config/etc/initrd/linuxrc $INITRDDIR mkcramfs $INITRDDIR/ $BOOTIMAGEDIR/initrd gzip -f -9 $BOOTIMAGEDIR/initrd |
From: <smi...@us...> - 2004-01-22 01:40:25
|
Update of /cvsroot/devil-linux/build/config/etc/initrd In directory sc8-pr-cvs1:/tmp/cvs-serv9713/config/etc/initrd Modified Files: linuxrc Log Message: downgraded busybox added missing file VERSION to initrd Index: linuxrc =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/initrd/linuxrc,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- linuxrc 13 Jan 2004 02:29:49 -0000 1.55 +++ linuxrc 22 Jan 2004 01:40:22 -0000 1.56 @@ -60,9 +60,7 @@ # mount proc mount -n -t proc none /proc -echo "******************" echo Kernel $(uname -r) -echo "******************" # mount shared memory filesystem with a limit of 40GB (for now) echo "Mounting SHM FS on /shm" |
From: <smi...@us...> - 2004-01-22 01:40:25
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv9713 Modified Files: CHANGES Log Message: downgraded busybox added missing file VERSION to initrd Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.662 retrieving revision 1.663 diff -u -d -r1.662 -r1.663 --- CHANGES 21 Jan 2004 15:08:46 -0000 1.662 +++ CHANGES 22 Jan 2004 01:40:22 -0000 1.663 @@ -49,7 +49,6 @@ - added ipsec-tools cvs-20040113 (Heiko / Oliver Jehle) - added execshield (Heiko / Oliver Jehle) - added net::ldap v0.2701 -- updated busybox to v1.0pre5 - added pax for kernel 2.6 - updated kbd to v1.11 - disabled e100, e1000, i2c, ians for kernel 2.6 builds (Heiko + Oliver Jehle) |
From: <smi...@us...> - 2004-01-21 15:10:23
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv29545/scripts Modified Files: lm_sensors prepare Log Message: a few updates ensure that all module directories exist Index: lm_sensors =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/lm_sensors,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- lm_sensors 16 Jan 2004 19:16:56 -0000 1.14 +++ lm_sensors 21 Jan 2004 15:08:46 -0000 1.15 @@ -47,7 +47,7 @@ done # this is a workaround for a bug in lm_sensors 2.8.2 - cp kernel/chips/lm75.h $KERNELDIR/drivers/sensors/ || exit 1 + #cp kernel/chips/lm75.h $KERNELDIR/drivers/sensors/ || exit 1 OLDDIR=$(pwd) cd $KERNELDIR || exit 1 yes "" | make oldconfig @@ -56,7 +56,7 @@ fi SMP=0 test "$CONFIG_LINUX_SMP" = "y" && SMP=1 - make user $PMAKE PREFIX=/usr SMP=$SMP MANDIR=/usr/share/man COMPILE_KERNEL=0 || exit 1 + make user $PMAKE PREFIX=/usr SMP=$SMP MANDIR=/usr/share/man COMPILE_KERNEL=1 || exit 1 strip_debug fi Index: prepare =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/prepare,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- prepare 17 Jan 2004 17:58:09 -0000 1.38 +++ prepare 21 Jan 2004 15:08:46 -0000 1.39 @@ -159,7 +159,7 @@ install ) rm -rf /lib/modules mkdir -p /lib/modules/$KERNELVERSION || exit 1 - mkdir -p /lib/modules/$(uname -r) || exit 1 + mkdir -p /lib/modules/$(cat /proc/sys/kernel/osrelease) || exit 1 mkdir -p $ETCDIR/etc/init.d/rc{S,0,1,2,3,4,5,6}.d || exit 1 cp $DL_DIR/config/etc/passwd /etc || exit 1 cp $DL_DIR/config/etc/group /etc || exit 1 |