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: Diego T. <dt...@co...> - 2003-11-28 17:47:40
|
On Fri, Nov 28, 2003 at 10:16:16AM -0500, Heiko Zuerker wrote: > > #/sbin/modprobe i2c-viapro > > #/sbin/modprobe vt1211 > > #/sbin/modprobe eeprom > > Would be great if you could put this stuff into a config variable > LMSENSORS_MODULES or so to /etc/sysconfig/config . > Take a look at our linuxrc script, there you see how to handle the loading. I was thinking... we don't need to load them at the linuxrc script. why? they're modules that aren't vital, neither the system needs them to boot. and if we're listing them in some place, better to create a /etc/modules where all the modules should be placed. in the other hand, if we have to configure them in some place, better to be at the init script of lm-sensors, so they're kept in a related place. -- -- gnupg keyfingerprint -- 48AF 5BF9 8F54 2966 64CC 2327 7CD0 DD91 B09D 5799 -- Use of a keyboard or mouse may be linked to serious injuries or disorders. Diego Torres - dt...@co... - Madrid / España |
From: Diego T. <dt...@co...> - 2003-11-28 16:34:28
|
On Fri, Nov 28, 2003 at 10:16:16AM -0500, Heiko Zuerker wrote: > > #/sbin/modprobe i2c-dev > > #/sbin/modprobe i2c-isa > > #/sbin/modprobe eeprom > > Would be great if you could put this stuff into a config variable > LMSENSORS_MODULES or so to /etc/sysconfig/config . better, of course :) i'll look at it... -- -- gnupg keyfingerprint -- 48AF 5BF9 8F54 2966 64CC 2327 7CD0 DD91 B09D 5799 -- Use of a keyboard or mouse may be linked to serious injuries or disorders. Diego Torres - dt...@co... - Madrid / España |
From: Heiko Z. <he...@zu...> - 2003-11-28 15:21:20
|
> case "$1" in > start) > # > # mandatory modules > # > #/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 Would be great if you could put this stuff into a config variable LMSENSORS_MODULES or so to /etc/sysconfig/config . Take a look at our linuxrc script, there you see how to handle the loading. -- Regards Heiko Zuerker http://www.devil-linux.org |
From: <rap...@us...> - 2003-11-28 00:15:22
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv19486/scripts/scripts Modified Files: lm_sensors Log Message: lm-sensors init script Index: lm_sensors =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/lm_sensors,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- lm_sensors 28 Nov 2003 00:03:31 -0000 1.1 +++ lm_sensors 28 Nov 2003 00:15:19 -0000 1.2 @@ -25,11 +25,14 @@ # 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 case "$1" in start) |
From: <rap...@us...> - 2003-11-28 00:03:34
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv16821/scripts/scripts Added Files: lm_sensors Log Message: lm-sensors init script --- NEW FILE: lm_sensors --- #!/bin/bash # # Example setup for the lm-sensors package. You have to run # /usr/sbin/sensors-detect and have perl support to discover # what modules are needed on your system. # ### BEGIN INIT INFO # Provides: lm_sensors # Required-Start: $network $syslog # Required-Stop: $network $syslog # Default-Start: 3 5 # Default-Stop: 0 1 6 # Description: starts lm_sensors ### END INIT INFO NAME="lm_sensors" # settings source /etc/sysconfig/config # parameters # source function library source /etc/init.d/functions # 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. case "$1" in start) # # mandatory modules # #/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 /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 ;; stop) # # undo :) # #/sbin/rmmod eeprom #/sbin/rmmod i2c-viapro #/sbin/rmmod i2c-isa #/sbin/rmmod vt1211 #/sbin/rmmod i2c-proc #/sbin/rmmod i2c-core ;; restart) $0 stop sleep 1 $0 start ;; *) echo "Usage: $0 {start|stop|restart}" exit 1 esac |
From: <rap...@us...> - 2003-11-28 00:02:49
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv16706/scripts Modified Files: lm_sensors Log Message: lm-sensors init script Index: lm_sensors =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/lm_sensors,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- lm_sensors 23 Oct 2003 00:08:47 -0000 1.6 +++ lm_sensors 28 Nov 2003 00:02:46 -0000 1.7 @@ -74,6 +74,13 @@ rm -rf $WORKDIR/tmp/usr/lib/*a || exit 1 copy_files $WORKDIR/tmp/usr $CDDIR/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 + + cp $MYDIR/scripts/lm_sensors $ETCDIR/etc/init.d || exit 1 + + echo "# Start lm_sensors?" >> $CONFIGFILE + echo "START_LM_SENSORS=no" >> $CONFIGFILE + echo >> $CONFIGFILE + echo "HELP_$MYNAME=\"$MYNAME are the necessary modules to monitor the fan, temp... of your system\"" >> $SOFTWAREHELP ;; * ) |
From: <smi...@us...> - 2003-11-27 14:21:54
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv7684/scripts Modified Files: sarg Log Message: - fixed sarg man page location (Martin Glazer/hz) Index: sarg =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/sarg,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- sarg 20 Oct 2003 20:00:46 -0000 1.2 +++ sarg 27 Nov 2003 14:21:51 -0000 1.3 @@ -33,7 +33,7 @@ bzcat $DL_DIR/src/sarg-1.4.1-index.sort.patch.bz2 | patch -p0 || exit 1 touch sarg-patches.done fi - ./configure --enable-bindir=$CDDIR/usr/bin --enable-sysconfdir=/etc/sarg --enable-mandir=$CDDIR/usr/man/man1 || exit 1 + ./configure --enable-bindir=$CDDIR/usr/bin --enable-sysconfdir=/etc/sarg --enable-mandir=$CDDIR/usr/share/man/man1 || exit 1 # Don't use $PMAKE make || exit 1 strip_debug |
From: <smi...@us...> - 2003-11-27 14:21:54
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv7684 Modified Files: CHANGES Log Message: - fixed sarg man page location (Martin Glazer/hz) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.574 retrieving revision 1.575 diff -u -d -r1.574 -r1.575 --- CHANGES 27 Nov 2003 00:31:08 -0000 1.574 +++ CHANGES 27 Nov 2003 14:21:51 -0000 1.575 @@ -23,6 +23,7 @@ # 1.1.1 +- fixed sarg man page location (Martin Glazer/hz) - updated syslinux to v2.0.7 - updated openvpn to v1.5.0 - fixed dhcrelay init script |
From: <smi...@us...> - 2003-11-27 00:31:15
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv6271 Modified Files: CHANGES Log Message: updates Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.573 retrieving revision 1.574 diff -u -d -r1.573 -r1.574 --- CHANGES 26 Nov 2003 02:17:17 -0000 1.573 +++ CHANGES 27 Nov 2003 00:31:08 -0000 1.574 @@ -23,6 +23,8 @@ # 1.1.1 +- updated syslinux to v2.0.7 +- updated openvpn to v1.5.0 - fixed dhcrelay init script - updated nail to v10.6 - updated lftp to v2.6.9 |
From: <smi...@us...> - 2003-11-27 00:30:52
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv6165 Modified Files: Tag: rel-1-0-patches CHANGES Log Message: updates Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.510.2.40 retrieving revision 1.510.2.41 diff -u -d -r1.510.2.40 -r1.510.2.41 --- CHANGES 26 Nov 2003 02:16:26 -0000 1.510.2.40 +++ CHANGES 27 Nov 2003 00:30:48 -0000 1.510.2.41 @@ -23,6 +23,7 @@ # 1.0.3 +- updated openvpn to v1.5.0 - fixed dhcrelay init script 1.0.2b |
From: <smi...@us...> - 2003-11-26 17:11:52
|
Update of /cvsroot/devil-linux/build/docs/documentation In directory sc8-pr-cvs1:/tmp/cvs-serv13954/docs/documentation Modified Files: Tag: rel-1-0-patches documentation.xml Log Message: added information about patching Index: documentation.xml =================================================================== RCS file: /cvsroot/devil-linux/build/docs/documentation/documentation.xml,v retrieving revision 1.43.2.6 retrieving revision 1.43.2.7 diff -u -d -r1.43.2.6 -r1.43.2.7 --- documentation.xml 15 Nov 2003 15:29:40 -0000 1.43.2.6 +++ documentation.xml 26 Nov 2003 17:11:49 -0000 1.43.2.7 @@ -15,7 +15,7 @@ <!ENTITY sample1 SYSTEM "sample/ez-ipupdate"> ]> <book> - <title>\Devil-Linux Documentation</title> + <title>Devil-Linux Documentation</title> <bookinfo> <subtitle>This documentation is for v1.0 and above</subtitle> <subtitle>$Revision$ $Date$ </subtitle> @@ -869,6 +869,35 @@ <para>You can create a configuration floppy disc by invocing the command <filename>build/scripts/build-etc</filename><caution> <para>Do not execute any make command outside the chroot environment! Otherwise you will have to re-install your host Operating System.</para> </caution></para> + </sect1> + <sect1> + <title>Your Modifications & Patches</title> + <para>The Devil-Linux Develop Team and our Users really appreciate when you send in your patches, so they can be included in the next release.</para> + <sect2> + <title>Submitting Patches</title> + <para>Please create a "unified diff" and send it to our mailinglist with the subject <quote>[PATCH] short title</quote>. </para> + <para>Attach the patch file to the email, so that no formatting is lost. Please compress the file if it's more then a few hundret bytes.</para> + <para>Add a (short) description what you patch is doing. </para> + <para>If your patch required the some source package has to be put into the <filename moreinfo="none">build/src/</filename> directory, then please write us all the necessary links into the email.</para> + </sect2> + <sect2> + <title>Creating Patches</title> + <para>If you're not familiar with patches, take a look at the <command moreinfo="none">man</command> pages of <command moreinfo="none">patch</command> and <command moreinfo="none">diff</command>.</para> + <itemizedlist> + <listitem> + <para>copy the unchanged <filename moreinfo="none">SCRIPT</filename> to <filename moreinfo="none">SCRIPT.old</filename> </para> + </listitem> + <listitem> + <para>make your changes</para> + </listitem> + <listitem> + <para>change into the <filename moreinfo="none">build</filename> directory</para> + </listitem> + <listitem> + <para>execute: <command moreinfo="none">diff -u subdir/SCRIPT.old subdir/SCRIPT > yourpatch.diff</command></para> + </listitem> + </itemizedlist> + </sect2> </sect1> <sect1> <title>The Build System</title> |
From: <smi...@us...> - 2003-11-26 17:11:11
|
Update of /cvsroot/devil-linux/build/docs/documentation In directory sc8-pr-cvs1:/tmp/cvs-serv13882/docs/documentation Modified Files: documentation.xml Log Message: small typo Index: documentation.xml =================================================================== RCS file: /cvsroot/devil-linux/build/docs/documentation/documentation.xml,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- documentation.xml 15 Nov 2003 15:26:02 -0000 1.50 +++ documentation.xml 26 Nov 2003 17:11:08 -0000 1.51 @@ -15,7 +15,7 @@ <!ENTITY sample1 SYSTEM "sample/ez-ipupdate"> ]> <book> - <title>\Devil-Linux Documentation</title> + <title>Devil-Linux Documentation</title> <bookinfo> <subtitle>This documentation is for v1.0 and above</subtitle> <subtitle>$Revision$ $Date$ </subtitle> |
From: <smi...@us...> - 2003-11-26 02:17:20
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv23648/scripts/scripts Modified Files: dhcrelay Log Message: added missing line Index: dhcrelay =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/dhcrelay,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- dhcrelay 8 Sep 2003 20:19:34 -0000 1.3 +++ dhcrelay 26 Nov 2003 02:17:18 -0000 1.4 @@ -19,6 +19,7 @@ ### END INIT INFO source /etc/init.d/functions +source /etc/sysconfig/config NAME="ISC DHCP relay agent" DAEMON=/usr/sbin/dhcrelay |
From: <smi...@us...> - 2003-11-26 02:17:20
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv23648 Modified Files: CHANGES Log Message: added missing line Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.572 retrieving revision 1.573 diff -u -d -r1.572 -r1.573 --- CHANGES 22 Nov 2003 01:42:57 -0000 1.572 +++ CHANGES 26 Nov 2003 02:17:17 -0000 1.573 @@ -23,6 +23,7 @@ # 1.1.1 +- fixed dhcrelay init script - updated nail to v10.6 - updated lftp to v2.6.9 - updated iptables to v1.29-cvs-20031119 |
From: <smi...@us...> - 2003-11-26 02:16:31
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv23377/scripts/scripts Modified Files: Tag: rel-1-0-patches dhcrelay Log Message: increased version number added missing line Index: dhcrelay =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/dhcrelay,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -d -r1.3 -r1.3.2.1 --- dhcrelay 8 Sep 2003 20:19:34 -0000 1.3 +++ dhcrelay 26 Nov 2003 02:16:27 -0000 1.3.2.1 @@ -19,6 +19,7 @@ ### END INIT INFO source /etc/init.d/functions +source /etc/sysconfig/config NAME="ISC DHCP relay agent" DAEMON=/usr/sbin/dhcrelay |
From: <smi...@us...> - 2003-11-26 02:16:31
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv23377 Modified Files: Tag: rel-1-0-patches CHANGES Log Message: increased version number added missing line Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.510.2.39 retrieving revision 1.510.2.40 diff -u -d -r1.510.2.39 -r1.510.2.40 --- CHANGES 20 Nov 2003 15:11:14 -0000 1.510.2.39 +++ CHANGES 26 Nov 2003 02:16:26 -0000 1.510.2.40 @@ -22,6 +22,12 @@ # # +1.0.3 +- fixed dhcrelay init script + +1.0.2b +- iptables again, this time it should finally be fixed + 1.0.2a - added missing file upgrade-config - updated iptables to v1.29-cvs-20031119 |
From: <smi...@us...> - 2003-11-26 02:16:31
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1:/tmp/cvs-serv23377/scripts/config Modified Files: Tag: rel-1-0-patches VERSION Log Message: increased version number added missing line Index: VERSION =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/VERSION,v retrieving revision 1.9.2.6 retrieving revision 1.9.2.7 diff -u -d -r1.9.2.6 -r1.9.2.7 --- VERSION 22 Nov 2003 15:10:28 -0000 1.9.2.6 +++ VERSION 26 Nov 2003 02:16:27 -0000 1.9.2.7 @@ -1 +1 @@ -1.0.2b +1.0.3 |
From: <smi...@us...> - 2003-11-25 15:44:12
|
Update of /cvsroot/devil-linux/build/docs In directory sc8-pr-cvs1:/tmp/cvs-serv18748 Modified Files: rejected_software.html Log Message: explain why zero penalty patch was rejected Index: rejected_software.html =================================================================== RCS file: /cvsroot/devil-linux/build/docs/rejected_software.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- rejected_software.html 25 Nov 2003 15:39:41 -0000 1.1 +++ rejected_software.html 25 Nov 2003 15:44:09 -0000 1.2 @@ -25,7 +25,7 @@ </td> <td><a href="http://sourceforge.net/mailarchive/message.php?msg_id=6520930">2003-11-14</a> </td> - <td>[NO REASON SUBMITTED] + <td>Patch is in Alpha stage and could cause more problems then it helps </td> </tr> <tr> |
From: <smi...@us...> - 2003-11-25 15:39:44
|
Update of /cvsroot/devil-linux/build/docs In directory sc8-pr-cvs1:/tmp/cvs-serv17782 Added Files: rejected_software.html Log Message: initial checkin --- NEW FILE: rejected_software.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3c.org/TR/html4/strict.dtd"> <html lang="en"> <head> <title>(For now) rejected software suggestions</title> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <meta content="text/javascript" http-equiv="Content-Script-Type"> <meta content="en" http-equiv="Content-Language"> </head> <body> <table cellpadding="2" cellspacing="2" border="1" style="text-align: left; width: 100%;"> <tbody> <tr> <th>Suggestion</th> <th>Homepage</th> <th>Decision date</th> <th>Reason</th> </tr> <tr> <td>Zero Penalty Hit patch for SQUID (ZPH) </td> <td><a href="http://www.it-academy.bg/zph/">http://www.it-academy.bg/zph/</a> </td> <td><a href="http://sourceforge.net/mailarchive/message.php?msg_id=6520930">2003-11-14</a> </td> <td>[NO REASON SUBMITTED] </td> </tr> <tr> <td>GCC environment </td> <td><a href="http://www.gnu.org/directory/gcc.html">http://www.gnu.org/directory/gcc.html</a> </td> <td><a href="http://sourceforge.net/mailarchive/message.php?msg_id=6519973">2003-11-13</a> </td> <td>GCC and binutils is only included, so that one can use DL as a distcc host. Including a full development environment is outside of our goal. </td> </tr> </tbody> </table> </body> </html> |
From: <rap...@us...> - 2003-11-24 14:11:40
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv26480/scripts Modified Files: alsa-lib alsa-utils Log Message: more oneline fixes Index: alsa-lib =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/alsa-lib,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- alsa-lib 23 Nov 2003 11:27:39 -0000 1.2 +++ alsa-lib 24 Nov 2003 14:11:37 -0000 1.3 @@ -34,10 +34,9 @@ make install DESTDIR=$WORKDIR/tmp || exit 1 mkdir -p $CDDIR/ copy_files $WORKDIR/tmp/usr/ $CDDIR/ || exit 1 - rm $CDDIR/usr/share/alsa -# copy_files $WORKDIR/tmp/usr/include / || exit 1 + rm -r $CDDIR/usr/share/alsa + copy_files $WORKDIR/tmp/usr/include $CDDIR/ || exit 1 fi - exit 1 ;; install ) Index: alsa-utils =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/alsa-utils,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- alsa-utils 18 Nov 2003 22:48:01 -0000 1.1 +++ alsa-utils 24 Nov 2003 14:11:37 -0000 1.2 @@ -40,6 +40,8 @@ copy_files $WORKDIR/tmp/usr/sbin/ $CDDIR/ || exit 1 copy_files $WORKDIR/tmp/usr/bin/ $CDDIR/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 + rm -rf $CDDIR/usr/include/alsa + rm -rf $CDDIR/usr/include/sys fi ;; |
From: <rap...@us...> - 2003-11-23 11:27:42
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv15691/scripts Modified Files: alsa-lib glibc kbd Log Message: locale fixes Index: alsa-lib =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/alsa-lib,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- alsa-lib 18 Nov 2003 22:48:01 -0000 1.1 +++ alsa-lib 23 Nov 2003 11:27:39 -0000 1.2 @@ -32,9 +32,12 @@ strip_debug rm -rf $WORKDIR/tmp || exit 1 make install DESTDIR=$WORKDIR/tmp || exit 1 + mkdir -p $CDDIR/ copy_files $WORKDIR/tmp/usr/ $CDDIR/ || exit 1 - copy_files $WORKDIR/tmp/usr/include / || exit 1 + rm $CDDIR/usr/share/alsa +# copy_files $WORKDIR/tmp/usr/include / || exit 1 fi + exit 1 ;; install ) Index: glibc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/glibc,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- glibc 31 Oct 2003 20:18:09 -0000 1.21 +++ glibc 23 Nov 2003 11:27:39 -0000 1.22 @@ -64,20 +64,27 @@ rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp || exit 1 make install install_root=$WORKDIR/tmp || exit 1 - #make localedata/install-locales install_root=$WORKDIR/tmp || exit 1 + make localedata/install-locales install_root=$WORKDIR/tmp || exit 1 rm -rf $WORKDIR/tmp/usr/include || exit 1 rm -rf $WORKDIR/tmp/usr/info || exit 1 rm -rf $WORKDIR/tmp/usr/lib || exit 1 rm -rf $WORKDIR/tmp/etc || exit 1 rm -rf $WORKDIR/tmp/sbin/sln || exit 1 - rm -rf $WORKDIR/tmp/usr/share/i18n/* || exit 1 - rm -rf $WORKDIR/tmp/usr/share/locale/* || exit 1 + #rm -rf $WORKDIR/tmp/usr/share/i18n/* || exit 1 + #rm -rf $WORKDIR/tmp/usr/share/locale/* || exit 1 cp -dpR $WORKDIR/tmp/usr/share/* $CDDIR/usr/share || exit 1 rm -rf $WORKDIR/tmp/usr/share || exit 1 cp -dpR $WORKDIR/tmp/{sbin,usr} $CDDIR/ || exit 1 rm -rf $WORKDIR/tmp/{sbin,usr} || exit 1 cp -dpR $WORKDIR/tmp/* $CDDIR/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 + mkdir -p $CDDIR/usr/lib/locale/ || exit 1 + + for i in es_ES fr_FR it_IT nl_NL pt_PT sv_FI de_DE + do + echo Generating locale: $i@euro + $CDDIR/usr/bin/localedef --inputfile=$CDDIR/usr/share/i18n/locales/$i@euro -c --charmap=$CDDIR/usr/share/i18n/charmaps/ISO-8859-15 --prefix=$CDDIR $i@euro || echo + done ;; * ) Index: kbd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/kbd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- kbd 1 Nov 2003 21:18:13 -0000 1.1 +++ kbd 23 Nov 2003 11:27:39 -0000 1.2 @@ -39,7 +39,7 @@ rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp || exit 1 make install DESTDIR=$WORKDIR/tmp/usr DATADIR=$WORKDIR/tmp/usr/share/kbd MANDIR=$WORKDIR/tmp/usr/share/man || exit 1 - rm -rf $WORKDIR/tmp/usr/share/locale || exit 1 + #rm -rf $WORKDIR/tmp/usr/share/locale || exit 1 copy_docs $WORKDIR/tmp cp -dpR $WORKDIR/tmp/usr $CDDIR/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 |
From: <rap...@us...> - 2003-11-23 00:55:33
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv32515/scripts Modified Files: alsa-driver Log Message: alsa fixes Index: alsa-driver =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/alsa-driver,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- alsa-driver 18 Nov 2003 00:36:12 -0000 1.6 +++ alsa-driver 23 Nov 2003 00:55:30 -0000 1.7 @@ -47,7 +47,7 @@ cp $MYDIR/scripts/alsa-driver $ETCDIR/etc/init.d || exit 1 echo "# Start ALSA Drivers?" >> $CONFIGFILE - echo "START_ALSA-DRIVER=no" >> $CONFIGFILE + echo "START_ALSA_DRIVER=no" >> $CONFIGFILE echo >> $CONFIGFILE echo "HELP_$MYNAME=\"$MYNAME are the needed modules to have sound support\"" >> $SOFTWAREHELP |
From: <smi...@us...> - 2003-11-22 15:11:07
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1:/tmp/cvs-serv1685/config Modified Files: Tag: rel-1-0-patches VERSION Log Message: increased version number Index: VERSION =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/VERSION,v retrieving revision 1.9.2.5 retrieving revision 1.9.2.6 diff -u -d -r1.9.2.5 -r1.9.2.6 --- VERSION 20 Nov 2003 02:29:41 -0000 1.9.2.5 +++ VERSION 22 Nov 2003 15:10:28 -0000 1.9.2.6 @@ -1 +1 @@ -1.0.2a +1.0.2b |
From: <smi...@us...> - 2003-11-22 15:09:52
|
Update of /cvsroot/devil-linux/build/scripts/install In directory sc8-pr-cvs1:/tmp/cvs-serv1402/install Added Files: Tag: rel-1-0-patches 160iptables Removed Files: Tag: rel-1-0-patches 153iptables Log Message: finally fixed the iptables problem --- NEW FILE: 160iptables --- --- 153iptables DELETED --- |
From: <smi...@us...> - 2003-11-22 15:09:45
|
Update of /cvsroot/devil-linux/build/scripts/build In directory sc8-pr-cvs1:/tmp/cvs-serv1402/build Added Files: Tag: rel-1-0-patches 160iptables Removed Files: Tag: rel-1-0-patches 153iptables Log Message: finally fixed the iptables problem --- NEW FILE: 160iptables --- --- 153iptables DELETED --- |