You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(202) |
Nov
(201) |
Dec
(280) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(493) |
Feb
(106) |
Mar
(215) |
Apr
(163) |
May
(79) |
Jun
(193) |
Jul
(47) |
Aug
(71) |
Sep
(127) |
Oct
(41) |
Nov
(49) |
Dec
(120) |
2005 |
Jan
(147) |
Feb
(45) |
Mar
(26) |
Apr
(71) |
May
(52) |
Jun
(28) |
Jul
(92) |
Aug
(50) |
Sep
(35) |
Oct
(193) |
Nov
(106) |
Dec
(52) |
2006 |
Jan
(51) |
Feb
(38) |
Mar
(33) |
Apr
(79) |
May
(107) |
Jun
(67) |
Jul
(21) |
Aug
(65) |
Sep
(44) |
Oct
(87) |
Nov
(12) |
Dec
(56) |
2007 |
Jan
(48) |
Feb
(58) |
Mar
(63) |
Apr
(31) |
May
(25) |
Jun
(20) |
Jul
(72) |
Aug
(54) |
Sep
(30) |
Oct
(76) |
Nov
(74) |
Dec
(25) |
2008 |
Jan
(39) |
Feb
(39) |
Mar
(62) |
Apr
(64) |
May
(59) |
Jun
(31) |
Jul
(25) |
Aug
(25) |
Sep
(17) |
Oct
(24) |
Nov
|
Dec
(1) |
2009 |
Jan
(60) |
Feb
(39) |
Mar
(16) |
Apr
(30) |
May
(52) |
Jun
(35) |
Jul
(15) |
Aug
(15) |
Sep
(21) |
Oct
(32) |
Nov
(39) |
Dec
(52) |
2010 |
Jan
(42) |
Feb
(40) |
Mar
(23) |
Apr
(20) |
May
(27) |
Jun
(10) |
Jul
(30) |
Aug
(30) |
Sep
(66) |
Oct
(12) |
Nov
(35) |
Dec
(60) |
2011 |
Jan
(16) |
Feb
(1) |
Mar
(3) |
Apr
(28) |
May
(21) |
Jun
|
Jul
(12) |
Aug
(6) |
Sep
(10) |
Oct
(14) |
Nov
(40) |
Dec
(60) |
2012 |
Jan
(23) |
Feb
(17) |
Mar
(24) |
Apr
(18) |
May
(13) |
Jun
(1) |
Jul
|
Aug
(5) |
Sep
|
Oct
(5) |
Nov
(5) |
Dec
(15) |
2013 |
Jan
(2) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
(2) |
Jun
(3) |
Jul
|
Aug
(3) |
Sep
(5) |
Oct
(3) |
Nov
(1) |
Dec
(1) |
2014 |
Jan
(3) |
Feb
(5) |
Mar
(8) |
Apr
(3) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
(4) |
Oct
(10) |
Nov
|
Dec
(9) |
2015 |
Jan
(18) |
Feb
(17) |
Mar
(5) |
Apr
(2) |
May
|
Jun
(5) |
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
(24) |
Nov
(20) |
Dec
(41) |
2016 |
Jan
(9) |
Feb
(3) |
Mar
(2) |
Apr
(7) |
May
(8) |
Jun
(1) |
Jul
(6) |
Aug
(5) |
Sep
(2) |
Oct
(6) |
Nov
(1) |
Dec
(6) |
2017 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
(4) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Heiko Z. <smi...@us...> - 2004-06-07 19:40:17
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27135/scripts/configuration/profiles Modified Files: default Log Message: set initrd FS to ext2, because booting with cramfs currently doesn't work under kernel 2.6 Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- default 7 Jun 2004 03:11:35 -0000 1.31 +++ default 7 Jun 2004 19:39:47 -0000 1.32 @@ -37,9 +37,6 @@ CONFIG_HEARTBEAT=y CONFIG_HEIMDAL=y CONFIG_HIGHMEM=y -CONFIG_HOSTAP=y -CONFIG_HOSTAPD=y -CONFIG_HOSTAP_UTILS=y CONFIG_HOTPLUG=y CONFIG_HTTPD=y CONFIG_IANS=y @@ -59,6 +56,7 @@ CONFIG_LIBSTDC_COMPAT=y CONFIG_LINUX_NR_CPUS=4 CONFIG_LINUX_SMP=y +CONFIG_LINUX_VERSION=2.6 CONFIG_LINUX_WLAN_NG=y CONFIG_LM_SENSORS=y CONFIG_LOGROTATE=y @@ -81,11 +79,6 @@ CONFIG_NCFTP=y CONFIG_NETACCT=y CONFIG_NET_SNMP=y -CONFIG_NF_BASE=y -CONFIG_NF_EXTRA=y -CONFIG_NF_OPTIMIZATION=n -CONFIG_NF_PENDING=y -CONFIG_NF_SUBMITTED=y CONFIG_NICE=y CONFIG_NIS=y CONFIG_NO_IP_UPDATER=y @@ -169,5 +162,4 @@ CONFIG_XINETD=y CONFIG_ZIP=y CONFIG_ZISOFS=y -CONFIG_LINUX_VERSION=2.6 -CONFIG_INITRD_FS=CRAMFS +CONFIG_INITRD_FS=EXT2 |
From: Heiko Z. <smi...@us...> - 2004-06-07 19:38:12
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26868/scripts Removed Files: cramfs Log Message: we now use the mkfs.cramfs from util-linux --- cramfs DELETED --- |
From: Heiko Z. <smi...@us...> - 2004-06-07 03:11:45
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31889/scripts/configuration/profiles Modified Files: default Log Message: - use old kernel include files freeramdisk (compile fails otherwise with kernel 2.6.6) - removed cramfs, we use the mkfs.cramfs from util-linux now - set kernel 2.6 as default - enabled PAX per default - disabled grsecurity, until we know what's going on with the project - updated config for kernel 2.6.6 Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- default 4 Jun 2004 20:56:07 -0000 1.30 +++ default 7 Jun 2004 03:11:35 -0000 1.31 @@ -4,11 +4,8 @@ CONFIG_BINUTILS=n CONFIG_BOOT_OPTION_VGA=80x25 CONFIG_BRIDGE_UTILS=y -CONFIG_CAMSOURCE=y CONFIG_CDRTOOLS_ON_CD=y -CONFIG_CIPE=y CONFIG_CLAMAV=y -CONFIG_CPQARRAYD=y CONFIG_CPU=586 CONFIG_CRON=y CONFIG_CVS=y @@ -26,7 +23,6 @@ CONFIG_DOVECOT=y CONFIG_EAGLE_USB=y CONFIG_EBTABLES=y -CONFIG_ENBD=y CONFIG_ETHTOOL=y CONFIG_EZ_IPUPDATE=y CONFIG_FETCHMAIL=y @@ -38,22 +34,17 @@ CONFIG_GCC_PIE=y CONFIG_GCC_STACK_PROTECTOR=y CONFIG_GPM=y -CONFIG_GRSECURITY=y CONFIG_HEARTBEAT=y CONFIG_HEIMDAL=y CONFIG_HIGHMEM=y CONFIG_HOSTAP=y CONFIG_HOSTAPD=y -CONFIG_HOSTAP_DRIVER=y CONFIG_HOSTAP_UTILS=y CONFIG_HOTPLUG=y CONFIG_HTTPD=y CONFIG_IANS=y -CONFIG_INITRD_FS=CRAMFS CONFIG_IPAC_NG=y CONFIG_IPROUTE2=y -CONFIG_IPTRAF=y -CONFIG_ISAPNPTOOLS=y CONFIG_ISC_BIND=y CONFIG_ISC_DHCP=y CONFIG_JFS=y @@ -68,12 +59,10 @@ CONFIG_LIBSTDC_COMPAT=y CONFIG_LINUX_NR_CPUS=4 CONFIG_LINUX_SMP=y -CONFIG_LINUX_UPDATE_PWC=n -CONFIG_LINUX_VERSION=2.4 CONFIG_LINUX_WLAN_NG=y CONFIG_LM_SENSORS=y CONFIG_LOGROTATE=y -CONFIG_LVM=y +CONFIG_LPRNG=y CONFIG_LYNX=y CONFIG_MAIL_SPAMASSASSIN=y CONFIG_MC=y @@ -95,7 +84,6 @@ CONFIG_NF_BASE=y CONFIG_NF_EXTRA=y CONFIG_NF_OPTIMIZATION=n -CONFIG_NF_PATCHES=y CONFIG_NF_PENDING=y CONFIG_NF_SUBMITTED=y CONFIG_NICE=y @@ -112,6 +100,7 @@ CONFIG_OPENSSL_BIN=y CONFIG_OPENVPN=y CONFIG_PASSWDGEN=y +CONFIG_PAX=y CONFIG_PCIUTILS=y CONFIG_PCMCIA_CS=y CONFIG_PERL=y @@ -144,12 +133,10 @@ CONFIG_RRLOGIND=y CONFIG_RSYNC=y CONFIG_SAGATOR=y -CONFIG_SAMBA=y CONFIG_SARG=y CONFIG_SCREEN=y CONFIG_SER=y CONFIG_SG3_UTILS=y -CONFIG_SHFS=y CONFIG_SHOREWALL=y CONFIG_SMARTMONTOOLS=y CONFIG_SNORT=y @@ -157,7 +144,6 @@ CONFIG_SQUIDGUARD=y CONFIG_STUNNEL=y CONFIG_SUDO=y -CONFIG_SUPER_FREESWAN=y CONFIG_SYSSTAT=y CONFIG_TCPDUMP=y CONFIG_TCP_WRAPPERS=y @@ -167,17 +153,13 @@ CONFIG_UNARJ=y CONFIG_UNRAR=y CONFIG_UNZIP=y -CONFIG_USBAT02=y -CONFIG_USBUTILS=y CONFIG_USE_DISTCC=n -CONFIG_VHZ=OFF CONFIG_VIM=y CONFIG_VLAN=y CONFIG_VOBCOPY=y CONFIG_VSFTPD=y CONFIG_VTUN=y CONFIG_WATCHDOG=y -CONFIG_WATCHDOG_PCWD=y CONFIG_WEBALIZER=y CONFIG_WGET=y CONFIG_WIRELESS_TOOLS=y @@ -187,4 +169,5 @@ CONFIG_XINETD=y CONFIG_ZIP=y CONFIG_ZISOFS=y -CONFIG_LPRNG=y +CONFIG_LINUX_VERSION=2.6 +CONFIG_INITRD_FS=CRAMFS |
From: Heiko Z. <smi...@us...> - 2004-06-07 03:11:44
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-2.6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31889/scripts/config/linux-2.6 Modified Files: config_linux config_linux.486 config_pax Log Message: - use old kernel include files freeramdisk (compile fails otherwise with kernel 2.6.6) - removed cramfs, we use the mkfs.cramfs from util-linux now - set kernel 2.6 as default - enabled PAX per default - disabled grsecurity, until we know what's going on with the project - updated config for kernel 2.6.6 Index: config_pax =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_pax,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- config_pax 24 Feb 2004 03:18:00 -0000 1.2 +++ config_pax 7 Jun 2004 03:11:35 -0000 1.3 @@ -9,3 +9,4 @@ CONFIG_PAX_NO_ACL_FLAGS=y # CONFIG_PAX_HAVE_ACL_FLAGS is not set # CONFIG_PAX_HOOK_ACL_FLAGS is not set +CONFIG_PAX_NOVSYSCALL=n Index: config_linux.486 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_linux.486,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- config_linux.486 12 Jan 2004 02:57:59 -0000 1.1 +++ config_linux.486 7 Jun 2004 03:11:35 -0000 1.2 @@ -2,6 +2,7 @@ # Processor type and features # CONFIG_X86_PC=y +# CONFIG_X86_ELAN is not set # CONFIG_X86_VOYAGER is not set # CONFIG_X86_NUMAQ is not set # CONFIG_X86_SUMMIT is not set @@ -17,11 +18,11 @@ # CONFIG_M686 is not set # CONFIG_MPENTIUMII is not set # CONFIG_MPENTIUMIII is not set +# CONFIG_MPENTIUMM is not set # CONFIG_MPENTIUM4 is not set # CONFIG_MK6 is not set # CONFIG_MK7 is not set # CONFIG_MK8 is not set -# CONFIG_MELAN is not set # CONFIG_MCRUSOE is not set # CONFIG_MWINCHIPC6 is not set # CONFIG_MWINCHIP2 is not set @@ -43,7 +44,7 @@ CONFIG_X86_INTEL_USERCOPY=y CONFIG_HPET_TIMER=y CONFIG_HPET_EMULATE_RTC=y -# CONFIG_PREEMPT is not set +CONFIG_PREEMPT=y CONFIG_X86_MCE=y CONFIG_X86_MCE_NONFATAL=y CONFIG_X86_MCE_P4THERMAL=y @@ -52,7 +53,4 @@ # CONFIG_MICROCODE is not set CONFIG_X86_MSR=y CONFIG_X86_CPUID=y -CONFIG_EDD=y -# CONFIG_MATH_EMULATION is not set -CONFIG_MTRR=y -CONFIG_HAVE_DEC_LOCK=y + Index: config_linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_linux,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- config_linux 13 Mar 2004 00:37:04 -0000 1.15 +++ config_linux 7 Jun 2004 03:11:35 -0000 1.16 @@ -12,23 +12,29 @@ CONFIG_EXPERIMENTAL=y CONFIG_CLEAN_COMPILE=y CONFIG_STANDALONE=y +CONFIG_BROKEN_ON_SMP=y # # General setup # CONFIG_SWAP=y CONFIG_SYSVIPC=y +# CONFIG_POSIX_MQUEUE is not set [...1202 lines suppressed...] -CONFIG_PNPBIOS_PROC_FS=n -CONFIG_PNP_DEBUG=n -CONFIG_SCSI_QLA2300=m -CONFIG_SCSI_QLA2322=m -CONFIG_SCSI_QLA6312=m -CONFIG_SCSI_QLA6322=m -CONFIG_NET_SCH_HFSC=m -CONFIG_TULIP_NAPI=y -CONFIG_TULIP_NAPI_HW_MITIGATION=n -CONFIG_8139_RXBUF_IDX=2 -CONFIG_ATMEL=m -CONFIG_PCI_ATMEL=m -CONFIG_PCMCIA_ATMEL=m -CONFIG_I8XX_TCO=m -CONFIG_PCIPCWATCHDOG=m -CONFIG_SENSORS_FSCHER=m -CONFIG_SENSORS_GL518SM=m -CONFIG_FB_RADEON_OLD=n -CONFIG_XFS_SECURITY=y +CONFIG_X86_STD_RESOURCES=y |
From: Heiko Z. <smi...@us...> - 2004-06-07 03:11:44
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31889/scripts Modified Files: build-iso freeramdisk prepare util-linux Log Message: - use old kernel include files freeramdisk (compile fails otherwise with kernel 2.6.6) - removed cramfs, we use the mkfs.cramfs from util-linux now - set kernel 2.6 as default - enabled PAX per default - disabled grsecurity, until we know what's going on with the project - updated config for kernel 2.6.6 Index: freeramdisk =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/freeramdisk,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- freeramdisk 11 Jan 2004 14:43:04 -0000 1.7 +++ freeramdisk 7 Jun 2004 03:11:35 -0000 1.8 @@ -25,6 +25,7 @@ case $1 in build ) + test "$CONFIG_LINUX_VERSION" = "2.6" && old_kernel_includes make $PMAKE freeramdisk || exit 1 strip_debug ;; Index: util-linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/util-linux,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- util-linux 27 Apr 2004 01:14:53 -0000 1.22 +++ util-linux 7 Jun 2004 03:11:35 -0000 1.23 @@ -42,6 +42,8 @@ else make $PMAKE HAVE_SLN=yes ADD_RAW=yes DISABLE_NLS=yes || exit 1 fi + # we need some of the tools later, so let's install it + make HAVE_SLN=yes ADD_RAW=yes DISABLE_NLS=yes install || strip_debug ;; Index: build-iso =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build-iso,v retrieving revision 1.65 retrieving revision 1.66 diff -u -d -r1.65 -r1.66 --- build-iso 4 May 2004 01:04:57 -0000 1.65 +++ build-iso 7 Jun 2004 03:11:35 -0000 1.66 @@ -132,7 +132,7 @@ # store version echo $DLVERSION > $INITRDDIR/VERSION cp -p $ETCDIR/etc/initrd/linuxrc $INITRDDIR - mkcramfs $INITRDDIR/ $BOOTIMAGEDIR/initrd + mkfs.cramfs $INITRDDIR/ $BOOTIMAGEDIR/initrd gzip -f -9 $BOOTIMAGEDIR/initrd echo "done" Index: prepare =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/prepare,v retrieving revision 1.46 retrieving revision 1.47 diff -u -d -r1.46 -r1.47 --- prepare 4 May 2004 01:04:57 -0000 1.46 +++ prepare 7 Jun 2004 03:11:35 -0000 1.47 @@ -126,8 +126,8 @@ if [ ! -f devil-linux-pax-kernel-patches.done ]; then touch devil-linux-pax-kernel-patches.done bzcat $DL_DIR/src/pax-linux-${CONFIG_LINUX_VERSION}*patch.bz2 | patch -p1 || exit 1 - cat $KERNEL_CONFIG_DIR/config_pax >> $KERNELDIR/.config || exit 1 fi + cat $KERNEL_CONFIG_DIR/config_pax >> $KERNELDIR/.config || exit 1 else if [ "$CONFIG_EXEC_SHIELD" == "y" ]; then if [ ! -f devil-linux-exec-shield-kernel-patches.done ]; then |
From: Heiko Z. <smi...@us...> - 2004-06-07 03:11:43
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31889 Modified Files: CHANGES md5sum.lst Log Message: - use old kernel include files freeramdisk (compile fails otherwise with kernel 2.6.6) - removed cramfs, we use the mkfs.cramfs from util-linux now - set kernel 2.6 as default - enabled PAX per default - disabled grsecurity, until we know what's going on with the project - updated config for kernel 2.6.6 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.809 retrieving revision 1.810 diff -u -d -r1.809 -r1.810 --- CHANGES 4 Jun 2004 20:55:50 -0000 1.809 +++ CHANGES 7 Jun 2004 03:11:34 -0000 1.810 @@ -22,6 +22,12 @@ # 1.3.0 +- use old kernel include files freeramdisk (compile fails otherwise with kernel 2.6.6) +- removed cramfs, we use the mkfs.cramfs from util-linux now +- set kernel 2.6 as default +- enabled PAX per default +- disabled grsecurity, until we know what's going on with the project +- updated config for kernel 2.6.6 - added LPRng v3.8.27 - updated kernel to v2.6.6 - updated pax patch for kernel 2.6.6 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.104 retrieving revision 1.105 diff -u -d -r1.104 -r1.105 --- md5sum.lst 4 Jun 2004 20:55:51 -0000 1.104 +++ md5sum.lst 7 Jun 2004 03:11:34 -0000 1.105 @@ -44,7 +44,6 @@ 172ee3c315af93d3385ddfbeb843c53f src/coreutils-5.2.1.tar.bz2 e02859af1bbbbd73fcbf757acb57e0a4 src/cpio-2.5.tar.gz c53247d26e769d154a810a498dd0322c src/cpqarrayd-2.0.tar.gz -5c356f45bde4233a9b2a5ae78ae4e9e1 src/cramfs-1.1.tar.gz 97456d1da7da7140324116fb55b7957e src/cron-3.0.1-suse.tar.bz2 e0eb377840b01e11e5cd008ae9b7d2af src/cutter-1.02.tgz d320e4429755019e5058e726de753472 src/cvs-1.12.8.tar.bz2 |
From: Friedrich L. <fr...@us...> - 2004-06-05 19:08:04
|
Update of /cvsroot/devil-linux/web/product In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23444/product Modified Files: team.php Log Message: update for political reasons - don't ask Index: team.php =================================================================== RCS file: /cvsroot/devil-linux/web/product/team.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- team.php 2 Jun 2004 13:05:55 -0000 1.1.1.1 +++ team.php 5 Jun 2004 19:07:56 -0000 1.2 @@ -30,7 +30,7 @@ <li>Occupation: IT Administrator</li> <li>Nationality: Austria</li> <li>Year of birth: 1973</li> - <li>Experience: Linux specialist since 1996</li> + <li>Experience: Linux user since 1996 (Kernel 1.2.13)</li> </ul> |
From: Heiko Z. <smi...@us...> - 2004-06-04 20:56:30
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28840 Modified Files: CHANGES md5sum.lst Log Message: initial checkin of LPRng Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.808 retrieving revision 1.809 diff -u -d -r1.808 -r1.809 --- CHANGES 1 Jun 2004 19:16:45 -0000 1.808 +++ CHANGES 4 Jun 2004 20:55:50 -0000 1.809 @@ -22,6 +22,7 @@ # 1.3.0 +- added LPRng v3.8.27 - updated kernel to v2.6.6 - updated pax patch for kernel 2.6.6 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.103 retrieving revision 1.104 diff -u -d -r1.103 -r1.104 --- md5sum.lst 1 Jun 2004 19:16:45 -0000 1.103 +++ md5sum.lst 4 Jun 2004 20:55:51 -0000 1.104 @@ -1,5 +1,6 @@ d8c2662914b21c20c8cbf94692de9ebc src/2.4.21-include.tar.bz2 e75bbaf1be835e43f3f86f3893ed5130 src/IMQ-iptables-1.2.9.diff.bz2 +987006ed2bcb48b50772bdff4dfc3327 src/LPRng-3.8.27.tgz ed973eda318f3685ad317afb9a54c571 src/LVM2.2.00.08.tgz 90901044f52f5213a2abc612b9745c1b src/MOSIX-1.9.0.tgz 6b154c442a335c2a281defe17c8008e8 src/MOSKRN-1.9.0.tgz |
From: Heiko Z. <smi...@us...> - 2004-06-04 20:56:17
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28840/scripts/configuration/profiles Modified Files: default Log Message: initial checkin of LPRng Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- default 20 May 2004 01:14:54 -0000 1.29 +++ default 4 Jun 2004 20:56:07 -0000 1.30 @@ -85,6 +85,7 @@ CONFIG_MOXIO_SMARTIO=y CONFIG_MTOOLS=y CONFIG_MTR=y +CONFIG_MT_ST=y CONFIG_MYSQL_CLIENT=y CONFIG_MYSQL_SERVER=y CONFIG_NAIL=y @@ -186,4 +187,4 @@ CONFIG_XINETD=y CONFIG_ZIP=y CONFIG_ZISOFS=y -CONFIG_MT_ST=y +CONFIG_LPRNG=y |
From: Heiko Z. <smi...@us...> - 2004-06-04 20:56:17
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28840/scripts/configuration/help Added Files: LPRng.help Log Message: initial checkin of LPRng --- NEW FILE: LPRng.help --- CONFIG_LPRNG LPRng is the Next Generation in LPR software. It supports the standard bsd lpr commands and also supports an System V interface. Other features include lightweight lpr, lpc, and lprm programs, dynamic redirection of print queues, automatic job holding, highly verbose diagnostics, multiple printers serving a single queue, client programs do not need to run SUID root, greatly enhanced security checks and a greatly improved permission and authorization mechanism. The default configuration provides a simple BSD LPR interface, but there are options to modify a wide variety of operational facilities. The companion IFHP print filter can interface to a wide variety of printers, from the latest network based high speed to vintage legacy printers. |
From: Heiko Z. <smi...@us...> - 2004-06-04 20:56:16
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28840/scripts/scripts Added Files: lpd Log Message: initial checkin of LPRng --- NEW FILE: lpd --- #!/bin/bash # # $Source: /cvsroot/devil-linux/build/scripts/scripts/lpd,v $ # $Revision: 1.1 $ # $Date: 2004/06/04 20:56:08 $ # # http://www.devil-linux.org # ### BEGIN INIT INFO # Provides: lpd # Required-Start: $network $syslog # Required-Stop: $network $syslog # Default-Start: 3 5 # Default-Stop: 0 6 # Description: starts the LPDng daemon ### END INIT INFO # settings source /etc/sysconfig/config # parameters NAME="LPDng" CONFIGNAME=LPDNG DAEMON=/usr/sbin/lpd PARAMETER="" # source function library source /etc/init.d/functions eval START=\$START_$CONFIGNAME # Determine the base and follow a runlevel link name. base=${0##*/} link=${base#*[SK][0-9][0-9]} # Force execution if not called by a runlevel directory. test $link = $base && START=yes test "$START" = "yes" || exit 0 if [ ! -e $DAEMON ]; then echo echo "$DAEMON not found. Did you install the package?" exit 1 fi case "$1" in start) echo -n "Starting $NAME: " loadproc $DAEMON $PARAMETER ;; stop) echo -n "Shutting down $NAME: " killproc $DAEMON ;; restart) $0 stop sleep 1 $0 start ;; *) echo "Usage: $0 {start|stop|restart}" exit 1 ;; esac |
From: Heiko Z. <smi...@us...> - 2004-06-04 20:56:14
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28840/scripts/configuration Added Files: LPRng.config Log Message: initial checkin of LPRng --- NEW FILE: LPRng.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/LPRng.config,v $ # $Revision: 1.1 $ # $Date: 2004/06/04 20:56:06 $ # # http://www.devil-linux.org menu_add "Networking|Services" bool "LPRng" CONFIG_LPRNG |
From: Heiko Z. <smi...@us...> - 2004-06-04 20:56:14
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28840/scripts Added Files: LPRng Log Message: initial checkin of LPRng --- NEW FILE: LPRng --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/LPRng,v $ # $Revision: 1.1 $ # $Date: 2004/06/04 20:56:06 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: LPRng # Required-Start: $basebuildtools $libs # Required-Stop: # Default-Start: 1 2 # Default-Stop: # Description: description ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings MYNAME=LPRNG case $1 in build ) if [ "$CONFIG_LPRNG" = "y" ]; then ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc \ --with-userid=lprng --with-groupid=lprng --disable-nls --with-pic || exit 1 make $PMAKE all || exit 1 strip_debug fi ;; install ) if [ "$CONFIG_LPRNG" = "y" ]; then rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp/usr/{sbin,man} || exit 1 # install it into build system, because we need it later make install DESTDIR=$WORKDIR/tmp || exit 1 rm -rf $WORKDIR/tmp/usr/lib || exit 1 rm -rf $WORKDIR/tmp/etc/rc.d || exit 1 find $WORKDIR/tmp/etc -name \*.sample | xargs rm || exit 1 copy_docs $WORKDIR/tmp copy_files $WORKDIR/tmp/usr $CDDIR/ || exit 1 copy_files $WORKDIR/tmp/etc $ETCDIR/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 cp $MYDIR/scripts/lpd $ETCDIR/etc/init.d || exit 1 echo "# Start $MYNAME?" >> $CONFIGFILE echo "START_$MYNAME=no" >> $CONFIGFILE echo >> $CONFIGFILE echo "HELP_$MYNAME=\"$MYNAME is a line printer daemon\"" >> $SOFTWAREHELP fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac |
From: Heiko Z. <smi...@us...> - 2004-06-04 12:31:11
|
Update of /cvsroot/devil-linux/web/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28863 Modified Files: header.php Log Message: fixed validation error Index: header.php =================================================================== RCS file: /cvsroot/devil-linux/web/include/header.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- header.php 3 Jun 2004 20:23:18 -0000 1.5 +++ header.php 4 Jun 2004 12:31:01 -0000 1.6 @@ -24,7 +24,7 @@ <b>Search for:</b><br /> <input type="text" id="q" name="q" /><br /> <input type="image" id="searchgo" src="../images/search.gif" alt="Search" name="searchgo"/> - <input type="hidden" id="q" name="q" value=" site:www.devil-linux.org" /> + <input type="hidden" id="sitesearch" name="sitesearch" value="www.devil-linux.org" /> <input type="hidden" id="l" name="l" value="en" /> </div> </form> |
From: Heiko Z. <smi...@us...> - 2004-06-03 20:23:27
|
Update of /cvsroot/devil-linux/web/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31447 Modified Files: header.php Log Message: fix validaiton error Index: header.php =================================================================== RCS file: /cvsroot/devil-linux/web/include/header.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- header.php 3 Jun 2004 20:19:44 -0000 1.4 +++ header.php 3 Jun 2004 20:23:18 -0000 1.5 @@ -48,5 +48,5 @@ echo $php_poll->poll_process($php_poll->get_latest_poll_id()); }?> - <br><p align="center"><a href="http://sourceforge.net" target="_blank"><img src="http://sourceforge.net/sflogo.php?group_id=34096&type=1" border="0" alt="SourceForge"></img></a></p> + <br /><p align="center"><a href="http://sourceforge.net" target="_blank"><img src="http://sourceforge.net/sflogo.php?group_id=34096&type=1" border="0" alt="SourceForge"></img></a></p> </div><div id="content"> \ No newline at end of file |
From: Heiko Z. <smi...@us...> - 2004-06-03 20:19:53
|
Update of /cvsroot/devil-linux/web/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30621 Modified Files: header.php Log Message: we need the sourceforge logo on the website.... Index: header.php =================================================================== RCS file: /cvsroot/devil-linux/web/include/header.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- header.php 3 Jun 2004 13:35:33 -0000 1.3 +++ header.php 3 Jun 2004 20:19:44 -0000 1.4 @@ -48,4 +48,5 @@ echo $php_poll->poll_process($php_poll->get_latest_poll_id()); }?> + <br><p align="center"><a href="http://sourceforge.net" target="_blank"><img src="http://sourceforge.net/sflogo.php?group_id=34096&type=1" border="0" alt="SourceForge"></img></a></p> </div><div id="content"> \ No newline at end of file |
From: Heiko Z. <smi...@us...> - 2004-06-03 19:13:59
|
Update of /cvsroot/devil-linux/web/poll/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15020/poll/admin Added Files: .htaccess Log Message: add some more password authentication --- NEW FILE: .htaccess --- AuthType Basic Require valid-user #AuthGroupFile /home/groups/d/de/devil-linux/.htgroup AuthUserFile /home/groups/d/de/devil-linux/.htpasswd AuthName "Polls" |
From: Heiko Z. <smi...@us...> - 2004-06-03 19:13:59
|
Update of /cvsroot/devil-linux/web/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15020/admin Added Files: .htaccess Log Message: add some more password authentication --- NEW FILE: .htaccess --- AuthType Basic Require valid-user #AuthGroupFile /home/groups/d/de/devil-linux/.htgroup AuthUserFile /home/groups/d/de/devil-linux/.htpasswd AuthName "Administration" |
From: Heiko Z. <smi...@us...> - 2004-06-03 19:12:45
|
Update of /cvsroot/devil-linux/web/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14771/admin Log Message: Directory /cvsroot/devil-linux/web/admin added to the repository |
From: Heiko Z. <smi...@us...> - 2004-06-03 18:40:12
|
Update of /cvsroot/devil-linux/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6417 Modified Files: .htaccess Log Message: be more restrictive redirect 404 error to index page, until we have a error page Index: .htaccess =================================================================== RCS file: /cvsroot/devil-linux/web/.htaccess,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- .htaccess 3 Jun 2004 18:15:39 -0000 1.5 +++ .htaccess 3 Jun 2004 18:39:49 -0000 1.6 @@ -1,2 +1,10 @@ IndexIgnore * Options -Indexes + +ErrorDocument 404 /home/index.php + +<Files .htaccess> +order allow,deny +deny from all +</Files> + |
From: Heiko Z. <smi...@us...> - 2004-06-03 18:15:48
|
Update of /cvsroot/devil-linux/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv629 Added Files: .htaccess Log Message: make sure indexing is off --- NEW FILE: .htaccess --- IndexIgnore * Options -Indexes |
From: Heiko Z. <smi...@us...> - 2004-06-03 13:35:44
|
Update of /cvsroot/devil-linux/web/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32466 Modified Files: header.php Log Message: the use of full path names seems to help a bit Index: header.php =================================================================== RCS file: /cvsroot/devil-linux/web/include/header.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- header.php 3 Jun 2004 13:27:15 -0000 1.2 +++ header.php 3 Jun 2004 13:35:33 -0000 1.3 @@ -1,6 +1,6 @@ <? - include_once("config.inc.php"); - include_once("functions.inc.php"); + include_once("/home/groups/d/de/devil-linux/htdocs/include/config.inc.php"); + include_once("/home/groups/d/de/devil-linux/htdocs/include/functions.inc.php"); ?> <!DOCTYPE html PUBLIC "-//www.engine.ie//DTD XHTML 1.1 plus Target 1.0//EN" |
From: Heiko Z. <smi...@us...> - 2004-06-03 13:27:26
|
Update of /cvsroot/devil-linux/web/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30748 Modified Files: header.php Log Message: let's see if this fixed the weired problem on the website Index: header.php =================================================================== RCS file: /cvsroot/devil-linux/web/include/header.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- header.php 2 Jun 2004 13:05:55 -0000 1.1.1.1 +++ header.php 3 Jun 2004 13:27:15 -0000 1.2 @@ -1,6 +1,6 @@ <? - require_once("config.inc.php"); - require_once("functions.inc.php"); + include_once("config.inc.php"); + include_once("functions.inc.php"); ?> <!DOCTYPE html PUBLIC "-//www.engine.ie//DTD XHTML 1.1 plus Target 1.0//EN" |
From: Heiko Z. <smi...@us...> - 2004-06-03 12:39:28
|
Update of /cvsroot/devil-linux/scripts/webtools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19790 Modified Files: generate_docs_from_cvs update_web_from_cvs Log Message: make sure we're working in the correct directory Index: generate_docs_from_cvs =================================================================== RCS file: /cvsroot/devil-linux/scripts/webtools/generate_docs_from_cvs,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- generate_docs_from_cvs 2 Jun 2004 19:00:49 -0000 1.14 +++ generate_docs_from_cvs 3 Jun 2004 12:39:19 -0000 1.15 @@ -1,6 +1,8 @@ #!/bin/sh # $Id$ +cd /home/groups/d/de/devil-linux/ || exit 1 + # the documenation to generate GENERATE="1.0.x:rel-1-0-patches 1.2.x:rel-1-2-patches 1.3.x:" Index: update_web_from_cvs =================================================================== RCS file: /cvsroot/devil-linux/scripts/webtools/update_web_from_cvs,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- update_web_from_cvs 2 Jan 2004 01:12:59 -0000 1.5 +++ update_web_from_cvs 3 Jun 2004 12:39:19 -0000 1.6 @@ -2,6 +2,7 @@ # $Id$ cd /home/groups/d/de/devil-linux || exit 1 + test -d web && rm -rf web [ -f ~/.cvspass ] || cvs -d:pserver:ano...@cv...:/cvsroot/devil-linux login || exit 1 |
From: Heiko Z. <smi...@us...> - 2004-06-02 19:36:26
|
Update of /cvsroot/devil-linux/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2282 Removed Files: .htaccess Log Message: do not rewrite any targets --- .htaccess DELETED --- |