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...@us...> - 2003-12-19 00:24:37
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv17347/scripts Modified Files: quota-tools Log Message: copy config files into correct location Index: quota-tools =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/quota-tools,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- quota-tools 17 Dec 2003 14:55:47 -0000 1.1 +++ quota-tools 19 Dec 2003 00:24:34 -0000 1.2 @@ -41,7 +41,7 @@ rm -rf $WORKDIR/tmp/share || exit 1 rm -rf $WORKDIR/tmp/include || exit 1 copy_docs $WORKDIR/tmp - cp -dpR $WORKDIR/tmp/etc $ETCDIR/etc/ || exit 1 + cp -dpR $WORKDIR/tmp/etc/* $ETCDIR/etc/ || exit 1 rm -rf $WORKDIR/tmp/etc || exit 1 cp -dpR $WORKDIR/tmp/* $CDDIR/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 |
From: <smi...@us...> - 2003-12-19 00:21:01
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv16475/scripts Modified Files: php thttpd Log Message: move www to passwd/group added php.ini Index: php =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- php 19 Oct 2003 11:54:49 -0000 1.5 +++ php 19 Dec 2003 00:20:54 -0000 1.6 @@ -38,7 +38,7 @@ --sysconfdir=/etc --with-config-file-path=/etc --prefix=/usr || exit 1 # # not working --enable-xslt --with-kerberos - # do not use --with-cyrus + # do not use --with-cyrus make $PMAKE all || exit 1 strip_debug fi @@ -54,6 +54,7 @@ rm $WORKDIR/tmp/etc/apache2/httpd.conf.bak rm $WORKDIR/tmp/etc/apache2/httpd.conf.old cp -dp $WORKDIR/tmp/etc/apache2/httpd.conf $ETCDIR/etc/apache2/ + cp -dp php.ini-dist $ETCDIR/etc/php.ini || exit 1 rm -rf $WORKDIR/tmp/usr/include || exit 1 cp -dpR $WORKDIR/tmp/etc/* $ETCDIR/etc/ || exit 1 copy_docs $WORKDIR/tmp/ Index: thttpd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/thttpd,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- thttpd 25 Oct 2003 16:44:53 -0000 1.15 +++ thttpd 19 Dec 2003 00:20:54 -0000 1.16 @@ -39,9 +39,6 @@ install ) if [ "$CONFIG_THTTPD" = "y" ]; then - groupadd -g 103 www || exit 1 - useradd -u 30 -g www -s /bin/false www || exit 1 - rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp/usr/{sbin,man,www} || exit 1 |
From: <smi...@us...> - 2003-12-19 00:21:01
|
Update of /cvsroot/devil-linux/build/config/etc In directory sc8-pr-cvs1:/tmp/cvs-serv16475/config/etc Modified Files: group passwd Log Message: move www to passwd/group added php.ini Index: group =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/group,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- group 19 Nov 2003 12:08:58 -0000 1.7 +++ group 19 Dec 2003 00:20:54 -0000 1.8 @@ -16,4 +16,5 @@ wheel:x:15: vscan:x:65: users:x:100: +www:x:103: nogroup:x:65534: Index: passwd =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/passwd,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- passwd 13 Apr 2003 03:37:23 -0000 1.5 +++ passwd 19 Dec 2003 00:20:54 -0000 1.6 @@ -1,4 +1,5 @@ root:x:0:0:root:/root:/bin/bash bin:x:1:1:bin:/bin:/bin/false nobody:x:65534:65534:nobody:/tmp:/bin/false -mail:x:8:12:Mailer daemon::/bin/false \ No newline at end of file +mail:x:8:12:Mailer daemon::/bin/false +www:x:30:103::/home/www:/bin/false |
From: <smi...@us...> - 2003-12-19 00:20:59
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv16475 Modified Files: CHANGES Log Message: move www to passwd/group added php.ini Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.587 retrieving revision 1.588 diff -u -d -r1.587 -r1.588 --- CHANGES 18 Dec 2003 16:44:43 -0000 1.587 +++ CHANGES 19 Dec 2003 00:20:54 -0000 1.588 @@ -23,6 +23,7 @@ # 1.1.1 +- added missing php.ini - added fblogo for devil tux logo during framebuffer boot mode (bs) - loop-aes doesn't get compiled with stack smashing protector anymore (broke the module) - updated poptop to v1.1.4b4 |
From: <bl...@us...> - 2003-12-18 16:44:48
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv16446/scripts Modified Files: linux Added Files: fblogo Log Message: added fblogo for devil tux logo during framebuffer boot mode --- NEW FILE: fblogo --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/fblogo,v $ # $Revision: 1.1 $ # $Date: 2003/12/18 16:44:44 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: fblogo # Required-Start: $basebuildtools $libs # 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 source $MYDIR/functions case $1 in build ) make || exit 1 # install it in the lfsssystem for the kernel build script make PREFIX=/usr install || exit 1 ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac Index: linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/linux,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- linux 17 Dec 2003 14:55:47 -0000 1.46 +++ linux 18 Dec 2003 16:44:44 -0000 1.47 @@ -10,7 +10,7 @@ ### BEGIN INIT INFO # Provides: linux -# Required-Start: $basebuildtools $libs pptp-patches grsecurity xfsprogs LVM patch-o-matic super-freeswan bridge-utils lm_sensors iproute2 watchdog MOSKRN pcwd usbat-02 +# Required-Start: $basebuildtools $libs pptp-patches grsecurity xfsprogs LVM patch-o-matic super-freeswan bridge-utils lm_sensors iproute2 watchdog MOSKRN pcwd usbat-02 fblogo # Required-Stop: # Default-Start: 1 2 # Default-Stop: @@ -26,6 +26,10 @@ case $1 in build ) + if [ ! -e include/linux/linux_logo.h.org ]; then + mv include/linux/linux_logo.h include/linux/linux_logo.h.org + fblogo $DL_DIR/other/fblogo.png include/linux/linux_logo.h || exit 1 + fi if [ -e .config.add ]; then # append settings from other progs to config file cat .config.add >> .config || exit 1 |
From: <bl...@us...> - 2003-12-18 16:44:48
|
Update of /cvsroot/devil-linux/build/other In directory sc8-pr-cvs1:/tmp/cvs-serv16446/other Added Files: fblogo.png Log Message: added fblogo for devil tux logo during framebuffer boot mode --- NEW FILE: fblogo.png --- (This appears to be a binary file; contents omitted.) |
From: <bl...@us...> - 2003-12-18 16:44:48
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv16446 Modified Files: CHANGES Log Message: added fblogo for devil tux logo during framebuffer boot mode Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.586 retrieving revision 1.587 diff -u -d -r1.586 -r1.587 --- CHANGES 18 Dec 2003 00:35:18 -0000 1.586 +++ CHANGES 18 Dec 2003 16:44:43 -0000 1.587 @@ -23,6 +23,7 @@ # 1.1.1 +- added fblogo for devil tux logo during framebuffer boot mode (bs) - loop-aes doesn't get compiled with stack smashing protector anymore (broke the module) - updated poptop to v1.1.4b4 - ownership of /etc isn't changed anymore to root during boot |
From: <bl...@us...> - 2003-12-18 15:46:49
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv4026/scripts Modified Files: shorewall Log Message: No build section, so removed it and the '1' run level. Index: shorewall =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/shorewall,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- shorewall 18 Dec 2003 15:43:07 -0000 1.2 +++ shorewall 18 Dec 2003 15:46:46 -0000 1.3 @@ -12,7 +12,7 @@ # Provides: shorewall # Required-Start: $libs # Required-Stop: -# Default-Start: 1 2 +# Default-Start: 2 # Default-Stop: # Description: Shorewall firewall (www.shorewall.net) ### END INIT INFO @@ -29,8 +29,6 @@ MY_DOCDIR=$DOCDIR/shorewall case $1 in - build ) - ;; install ) if [ "$CONFIG_SHOREWALL" = "y" ]; then |
From: <bl...@us...> - 2003-12-18 15:43:11
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv3167/scripts Modified Files: shorewall screen Log Message: Added missing CVS version info. Index: shorewall =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/shorewall,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- shorewall 17 Dec 2003 20:47:18 -0000 1.1 +++ shorewall 18 Dec 2003 15:43:07 -0000 1.2 @@ -1,4 +1,8 @@ #!/bin/bash +# $Source$ +# $Revision$ +# $Date$ +# # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! Index: screen =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/screen,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- screen 17 Dec 2003 19:52:53 -0000 1.1 +++ screen 18 Dec 2003 15:43:07 -0000 1.2 @@ -1,4 +1,7 @@ #!/bin/bash +# $Source$ +# $Revision$ +# $Date$ # # http://www.devil-linux.org |
From: <smi...@us...> - 2003-12-18 02:38:35
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv10698/scripts/scripts Modified Files: upgrade-config Log Message: don't upgrade modules.dep and so force a depmod -a Index: upgrade-config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/upgrade-config,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- upgrade-config 5 Nov 2003 15:52:00 -0000 1.6 +++ upgrade-config 18 Dec 2003 02:38:21 -0000 1.7 @@ -104,6 +104,7 @@ [ $f = "etc/sysconfig/config.old" ] && continue [ $f = "etc/sysconfig/upgrade.log" ] && continue [ $f = "etc/sysconfig/software" ] && continue + [ $f = "etc/modules/modules.dep" ] && continue [ $f = "etc/mtab" ] && continue [ $f = "etc/.pwd.lock" ] && continue cmp -s $f newconfig/$f || echo $f \"\" off \"$f\" >> $TMPD |
From: <smi...@us...> - 2003-12-18 01:48:12
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1:/tmp/cvs-serv4353 Added Files: freeswan.config Log Message: added missing config |
From: <smi...@us...> - 2003-12-18 00:35:22
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv25335/scripts Modified Files: loop-AES Log Message: - loop-aes doesn't get compiled with stack smashing protector anymore (broke the module) Index: loop-AES =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/loop-AES,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- loop-AES 2 Dec 2003 16:13:41 -0000 1.1 +++ loop-AES 18 Dec 2003 00:35:18 -0000 1.2 @@ -22,14 +22,20 @@ MYNAME=LOOP-AES +KERNELDIR=$(find_src_dir linux) + case $1 in - build ) - ;; + build ) + FLAGS="" + if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then + FLAGS="CFLAGS_EXTRA=-fno-stack-protector" + fi + make $FLAGS LINUX_SOURCE=$KERNELDIR INSTALL_MOD_PATH=$(pwd) + ;; - install ) - make LINUX_SOURCE=$KERNELDIR INSTALL_MOD_PATH=$CDDIR - cp -dpR $CDDIR/lib/modules/$KERNELVERSION/block $WORKDIR/modules.initrd/lib/modules/$KERNELVERSION/kernel/drivers/ || exit 1 - ;; + install ) + cp -dpR lib/modules/$KERNELVERSION/block $WORKDIR/modules.initrd/lib/modules/$KERNELVERSION/kernel/drivers/ || exit 1 + ;; * ) echo "ERROR ($0)" |
From: <smi...@us...> - 2003-12-18 00:35:21
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv25335 Modified Files: CHANGES Log Message: - loop-aes doesn't get compiled with stack smashing protector anymore (broke the module) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.585 retrieving revision 1.586 diff -u -d -r1.585 -r1.586 --- CHANGES 17 Dec 2003 23:34:05 -0000 1.585 +++ CHANGES 18 Dec 2003 00:35:18 -0000 1.586 @@ -23,6 +23,7 @@ # 1.1.1 +- loop-aes doesn't get compiled with stack smashing protector anymore (broke the module) - updated poptop to v1.1.4b4 - ownership of /etc isn't changed anymore to root during boot now your ownership changes survive a boot |
From: <smi...@us...> - 2003-12-17 23:34:08
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv12156 Modified Files: CHANGES Log Message: updated poptop Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.584 retrieving revision 1.585 diff -u -d -r1.584 -r1.585 --- CHANGES 17 Dec 2003 22:30:31 -0000 1.584 +++ CHANGES 17 Dec 2003 23:34:05 -0000 1.585 @@ -23,6 +23,7 @@ # 1.1.1 +- updated poptop to v1.1.4b4 - ownership of /etc isn't changed anymore to root during boot now your ownership changes survive a boot - updated Kernel mppe patch |
From: <smi...@us...> - 2003-12-17 23:34:08
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv12156/scripts Added Files: poptop Removed Files: pptpd Log Message: updated poptop --- NEW FILE: poptop --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/poptop,v $ # $Revision: 1.1 $ # $Date: 2003/12/17 23:34:05 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: pptpd # Required-Start: $basebuildtools $libs ppp # 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 source $MYDIR/functions MYNAME=POPTOP case $1 in build ) if [ "$CONFIG_PPP" = "y" ] && [ "$CONFIG_POPTOP" = "y" ]; then ./configure --prefix=/usr || exit 1 make $PMAKE all || exit 1 strip_debug fi ;; install ) if [ "$CONFIG_PPP" = "y" ] && [ "$CONFIG_POPTOP" = "y" ]; then rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp || exit 1 make install DESTDIR=$WORKDIR/tmp || exit 1 copy_docs $WORKDIR/tmp mkdir -p $DOCDIR/pptpd || exit 1 cp -dp ./html/* $DOCDIR/pptpd copy_files $WORKDIR/tmp/usr $CDDIR || exit 1 cp -p ./samples/pptpd.conf $ETCDIR/etc || exit 1 cp -p ./samples/options $ETCDIR/etc/ppp/options.pptp || exit 1 cp $MYDIR/scripts/pptpd $ETCDIR/etc/init.d/ rm -rf $WORKDIR/tmp || exit 1 echo "# Start $MYNAME?" >> $CONFIGFILE echo "START_PPTPD=no" >> $CONFIGFILE echo >> $CONFIGFILE echo "HELP_PPTPD=\"PPTPD is a Point to Point Tunneling Server (MS VPN)\"" >> $SOFTWAREHELP fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac --- pptpd DELETED --- |
From: <smi...@us...> - 2003-12-17 22:38:44
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv1488/scripts Modified Files: finalize Log Message: set ownership of files inside /etc to root.root Index: finalize =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/finalize,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- finalize 13 Oct 2003 17:36:08 -0000 1.4 +++ finalize 17 Dec 2003 22:38:41 -0000 1.5 @@ -34,6 +34,8 @@ cp /etc/shadow $ETCDIR/etc/ || exit 1 cp /etc/gshadow $ETCDIR/etc/ || exit 1 rm -rf $ETCDIR/etc/modules/* + + chown -R 0.0 $ETCDIR/etc || exit 1 ;; * ) |
From: <smi...@us...> - 2003-12-17 22:30:35
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv32292 Modified Files: CHANGES Log Message: don't change ownership of /etc anymore Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.583 retrieving revision 1.584 diff -u -d -r1.583 -r1.584 --- CHANGES 17 Dec 2003 21:50:36 -0000 1.583 +++ CHANGES 17 Dec 2003 22:30:31 -0000 1.584 @@ -23,6 +23,8 @@ # 1.1.1 +- ownership of /etc isn't changed anymore to root during boot + now your ownership changes survive a boot - updated Kernel mppe patch - added shorewall 1.4.8 (bs + Martin Glazer) - added screen 4.0.2 (bs + Martin Glazer) |
From: <smi...@us...> - 2003-12-17 22:30:35
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv32292/scripts/scripts Modified Files: pre_init Log Message: don't change ownership of /etc anymore Index: pre_init =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/pre_init,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- pre_init 10 Nov 2003 00:58:37 -0000 1.13 +++ pre_init 17 Dec 2003 22:30:32 -0000 1.14 @@ -111,9 +111,6 @@ fi fi -# make sure, all the files in /etc are owned by root -chown -R 0.0 /shm/etc/* - echo "Initializing devfs" /sbin/devfsd /dev |
From: <smi...@us...> - 2003-12-17 21:50:40
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv22491/scripts Modified Files: pptp-patches Log Message: fixed kernel mppe supprot Index: pptp-patches =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/pptp-patches,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- pptp-patches 16 Nov 2003 18:46:14 -0000 1.12 +++ pptp-patches 17 Dec 2003 21:50:37 -0000 1.13 @@ -31,12 +31,9 @@ PPPDIR=$(find_src_dir ppp) KERNELDIR=$(find_src_dir linux) PATCHDIR=$(pwd) - pushd $PPPDIR > /dev/null || exit 1 - #patch -p1 < $PATCHDIR/ppp-2.4.1-MSCHAPv2-fix.patch || exit 1 - #patch -p1 < $PATCHDIR/ppp-2.4.1-openssl-0.9.6-mppe-patch || exit 1 - cd $KERNELDIR || exit 1 - patch -p1 < $PATCHDIR/linux-2.4.21-openssl-0.9.6b-mppe.patch || exit 1 - popd > /dev/null + cd mppe + yes "" | ./mppeinstall.sh $KERNELDIR || exit 1 + echo "CONFIG_PPP_MPPE=m" >> $KERNELDIR/.config || exit 1 fi fi ;; |
From: <smi...@us...> - 2003-12-17 21:50:40
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv22491 Modified Files: CHANGES Log Message: fixed kernel mppe supprot Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.582 retrieving revision 1.583 diff -u -d -r1.582 -r1.583 --- CHANGES 17 Dec 2003 20:47:18 -0000 1.582 +++ CHANGES 17 Dec 2003 21:50:36 -0000 1.583 @@ -23,6 +23,7 @@ # 1.1.1 +- updated Kernel mppe patch - added shorewall 1.4.8 (bs + Martin Glazer) - added screen 4.0.2 (bs + Martin Glazer) - updated ebtables-brnf patch |
From: <bl...@us...> - 2003-12-17 20:47:22
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv10373/build/scripts/scripts Added Files: shorewall Log Message: Added shorewall 1.4.8 --- NEW FILE: shorewall --- #!/bin/bash # # http://www.devil-linux.org # SHOREWALL added by Martin Glazer (sou...@gl...) ### BEGIN INIT INFO # Provides: shorewall # Required-Start: $network # Required-Stop: $network # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Description: starts and stops the Shorewall firewall ### END INIT INFO # settings source /etc/sysconfig/config # parameters NAME="Shorewall Firewll" CONFIGNAME=SHOREWALL DAEMON=/sbin/shorewall 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 usage() { echo "Usage: $0 start|stop|restart|status" exit 1 } command="$1" case "$command" in stop|start|restart|status) exec /sbin/shorewall $@ ;; *) usage ;; esac |
From: <bl...@us...> - 2003-12-17 20:47:22
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory sc8-pr-cvs1:/tmp/cvs-serv10373/build/scripts/configuration/help Added Files: shorewall.help Log Message: Added shorewall 1.4.8 --- NEW FILE: shorewall.help --- CONFIG_SHOREWALL Shorewall is a high level tool for configuring Netfilter. You describe your firewall/gateway requirements using entries in a set of configuration files. Shorewall reads those configuration files and with the help of the iptables utility, Shorewall configures Netfilter to match your requirements. Shorewall can be used on a dedicated firewall system, a multi-function gateway/router/server or on a standalone GNU/Linux system. Shorewall does not use Netfilter's ipchains compatibility mode and can thus take advantage of Netfilter's connection state tracking capabilities. Shorewall is not a daemon. Once Shorewall has configured Netfilter, it's job is complete. For more information: http://www.shorewall.net |
From: <bl...@us...> - 2003-12-17 20:47:21
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1:/tmp/cvs-serv10373/build/scripts/configuration Added Files: shorewall.config Log Message: Added shorewall 1.4.8 --- NEW FILE: shorewall.config --- #!/bin/bash # # http://www.devil-linux.org menu_add "Networking|Firewall" bool "Shorewall Firewall" CONFIG_SHOREWALL |
From: <bl...@us...> - 2003-12-17 20:47:21
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv10373/build/scripts Added Files: shorewall Log Message: Added shorewall 1.4.8 --- NEW FILE: shorewall --- #!/bin/bash # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: shorewall # Required-Start: $libs # Required-Stop: # Default-Start: 1 2 # Default-Stop: # Description: Shorewall firewall (www.shorewall.net) ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings source $MYDIR/functions MYNAME=SHOREWALL MY_DOCDIR=$DOCDIR/shorewall case $1 in build ) ;; install ) if [ "$CONFIG_SHOREWALL" = "y" ]; then rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp || exit 1 # Install shorewall into $WORKDIR/tmp PREFIX=$WORKDIR/tmp ./install.sh /etc/init.d || exit 1 # Create the directories for /var mkdir -p $CDDIR/var/lib/shorewall touch $CDDIR/var/log/messages chmod 644 $CDDIR/var/log/messages # Copy all the shorewall files to the appropriate directories on the cd copy_files $WORKDIR/tmp/sbin $CDDIR || exit 1 copy_files $WORKDIR/tmp/usr/share/shorewall $CDDIR/usr/share || exit 1 copy_files $WORKDIR/tmp/etc/shorewall $ETCDIR/etc || exit 1 # Copy the shorewall documentation onto the cd mkdir -p $MY_DOCDIR cp -pr documentation/* $MY_DOCDIR || exit 1 # Copy our own startup script into /etc/init.d cp $MYDIR/scripts/shorewall $ETCDIR/etc/init.d/ rm -rf $WORKDIR/tmp || exit 1 # Create the shorewall option in the config file echo "# Start $MYNAME?" >> $CONFIGFILE echo "START_SHOREWALL=no" >> $CONFIGFILE echo >> $CONFIGFILE echo "HELP_SHOREWALL=\"SHOREWALL is an alternate firewall creation script (www.shorewall.net)\"" >> $SOFTWAREHELP fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac |
From: <bl...@us...> - 2003-12-17 20:47:21
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv10373/build Modified Files: CHANGES Log Message: Added shorewall 1.4.8 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.581 retrieving revision 1.582 diff -u -d -r1.581 -r1.582 --- CHANGES 17 Dec 2003 19:52:52 -0000 1.581 +++ CHANGES 17 Dec 2003 20:47:18 -0000 1.582 @@ -23,6 +23,7 @@ # 1.1.1 +- added shorewall 1.4.8 (bs + Martin Glazer) - added screen 4.0.2 (bs + Martin Glazer) - updated ebtables-brnf patch - updated loop-aes to v2.0b |