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-04-21 01:54:42
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15096/scripts/scripts Modified Files: upgrade-config Log Message: make sure init system get's correctly updated Index: upgrade-config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/upgrade-config,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- upgrade-config 20 Mar 2004 03:15:15 -0000 1.17 +++ upgrade-config 21 Apr 2004 01:54:33 -0000 1.18 @@ -288,6 +288,15 @@ migrateid etc/group etc/gshadow fi +# make sure the init system is configured correctly +rm -rf newconfig/etc/init.d/rc{S,0,1,2,3,4,5,6}.d +rm -rf newconfig/etc/init.d/boot.d +mkdir -p newconfig/etc/init.d/rc{S,0,1,2,3,4,5,6}.d +mkdir -p newconfig/etc/init.d/boot.d + insserv -f -d $(grep -l "### BEGIN INIT INFO" newconfig/etc/init.d/*) +# make sure we use the correct system initialization +cat newconfig/etc/inittab | sed -e s%"si::sysinit:/etc/init.d/boot"%"si::sysinit:/etc/init.d/rc boot"% > newconfig/etc/inittab + rm -fr $TMPD $RESULT |
From: Heiko Z. <smi...@us...> - 2004-04-21 01:54:42
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15096 Modified Files: CHANGES Log Message: make sure init system get's correctly updated Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.763 retrieving revision 1.764 diff -u -d -r1.763 -r1.764 --- CHANGES 20 Apr 2004 18:04:57 -0000 1.763 +++ CHANGES 21 Apr 2004 01:54:32 -0000 1.764 @@ -22,6 +22,7 @@ # 1.1.3 +- upgrade-config now correctly updates init system - updated openssh to v3.8.1p1 (bs) - updated clamav to v0.70 (bs) - updated ebtables bridge-nf to v6 |
From: Bruce S. <bl...@us...> - 2004-04-20 18:05:39
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19284 Modified Files: CHANGES md5sum.lst Log Message: Updated ClamAV and OpenSSH to the latest versions. Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.762 retrieving revision 1.763 diff -u -d -r1.762 -r1.763 --- CHANGES 19 Apr 2004 01:43:44 -0000 1.762 +++ CHANGES 20 Apr 2004 18:04:57 -0000 1.763 @@ -22,6 +22,8 @@ # 1.1.3 +- updated openssh to v3.8.1p1 (bs) +- updated clamav to v0.70 (bs) - updated ebtables bridge-nf to v6 - update prism54 driver to v1.1 - updated php to v4.3.6 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -r1.70 -r1.71 --- md5sum.lst 19 Apr 2004 01:43:44 -0000 1.70 +++ md5sum.lst 20 Apr 2004 18:05:06 -0000 1.71 @@ -32,7 +32,7 @@ c0cdfa2dbe9f4c977b0a71fb08ddff0e src/cdrtools-2.00.3.tar.gz 376ee0327bb6060a03052cdc71bb371f src/chpax-0.6.tar.gz 9d88f2d090fcafcd0e2fa73b018b6e16 src/cipe-1.5.4.tar.gz -3986d26d2fd17bcd133def5d73665b0f src/clamav-0.68-1.tar.gz +2599a2e6b06d1f8ca09fdef8bc17625c src/clamav-0.70.tar.gz 0c030b9eb8f0d36daae5a32b8920dfd0 src/compartment-1.2-suse-patches.diff.bz2 2df15081f6475e6331cdd813f9d0918c src/compartment-1.2.tar.bz2 80a2ce34e6ac028ffd3f3700c451d1c6 src/compartment-env.diff.bz2 @@ -223,7 +223,7 @@ cf1c017496b066b45ffe3d7a303fd6ad src/oidentd-2.0.7.tar.gz 15f0b12b60769d03eca9e498050776f3 src/openh323_1.12.2.tar.gz e22855a3e8d934df1afc9ebed5e913be src/openldap-2.2.8.tgz -7861a4c0841ab69a6eec5c747daff6fb src/openssh-3.8p1.tar.gz +1dbfd40ae683f822ae917eebf171ca42 src/openssh-3.8.1p1.tar.gz 1b49e90fc8a75c3a507c0a624529aca5 src/openssl-0.9.7d.tar.gz 55d7ce958bb2ccf3d3204d1350c27179 src/openvpn-1.5.0.tar.gz fccf09aed13393ee67e50cc57b52b500 src/opt-3.18.tar.bz2 |
From: Heiko Z. <smi...@us...> - 2004-04-19 01:43:59
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22177/scripts/config Modified Files: config_linux Log Message: updated a bunch of programs and to kernel 2.4.26 Index: config_linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/config_linux,v retrieving revision 1.74 retrieving revision 1.75 diff -u -d -r1.74 -r1.75 --- config_linux 14 Mar 2004 17:16:49 -0000 1.74 +++ config_linux 19 Apr 2004 01:43:44 -0000 1.75 @@ -1401,3 +1401,8 @@ CONFIG_SMB_UNIX=y CONFIG_FB_IT8181=n CONFIG_CRYPTO_CAST6=m +CONFIG_NET_SCH_DELAY=m +CONFIG_BLK_DEV_ATIIXP=y +CONFIG_BLK_DEV_ATARAID_MEDLEY=y +CONFIG_FORCEDETH=m +CONFIG_CRYPTO_ARC4=m |
From: Heiko Z. <smi...@us...> - 2004-04-19 01:43:59
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22177/scripts/configuration/profiles Modified Files: default Log Message: updated a bunch of programs and to kernel 2.4.26 Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- default 12 Apr 2004 21:46:30 -0000 1.22 +++ default 19 Apr 2004 01:43:45 -0000 1.23 @@ -35,6 +35,7 @@ CONFIG_GCC_ET_DYN=y CONFIG_GCC_PIE=y CONFIG_GCC_STACK_PROTECTOR=y +CONFIG_GPM=y CONFIG_GRSECURITY=y CONFIG_HEARTBEAT=y CONFIG_HEIMDAL=y @@ -88,10 +89,11 @@ CONFIG_NET_SNMP=y CONFIG_NF_BASE=y CONFIG_NF_EXTRA=y -CONFIG_NF_PENDING=y CONFIG_NF_OPTIMIZATION=n CONFIG_NF_PATCHES=y +CONFIG_NF_PENDING=y CONFIG_NF_SUBMITTED=y +CONFIG_NICE=y CONFIG_NIS=y CONFIG_NO_IP_UPDATER=y CONFIG_NTOP=y @@ -110,7 +112,6 @@ CONFIG_PERL=y CONFIG_PHP=y CONFIG_PMAKE=1 -CONFIG_NICE=y CONFIG_POPTOP=y CONFIG_PORTMAP=y CONFIG_PORTSLAVE=y @@ -120,6 +121,7 @@ CONFIG_PPP=y CONFIG_PPTP_CLIENT=y CONFIG_PRISM54=y +CONFIG_PSCHED_CLOCK_SOURCE=PSCHED_JIFFIES CONFIG_PWLIB=y CONFIG_PYTHON=y CONFIG_PYTHON_LDAP=y @@ -147,6 +149,7 @@ CONFIG_SQUID=y CONFIG_SQUIDGUARD=y CONFIG_STUNNEL=y +CONFIG_SUDO=y CONFIG_SUPER_FREESWAN=y CONFIG_SYSSTAT=y CONFIG_TCPDUMP=y @@ -176,6 +179,5 @@ CONFIG_ZEBRA=y CONFIG_ZIP=y CONFIG_ZISOFS=y -CONFIG_PSCHED_CLOCK_SOURCE=PSCHED_JIFFIES -CONFIG_GPM=y -CONFIG_SUDO=y +CONFIG_POSTGRESQL_SERVER=y +CONFIG_WOL=y |
From: Heiko Z. <smi...@us...> - 2004-04-19 01:43:53
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22177 Modified Files: CHANGES md5sum.lst Log Message: updated a bunch of programs and to kernel 2.4.26 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.761 retrieving revision 1.762 diff -u -d -r1.761 -r1.762 --- CHANGES 15 Apr 2004 14:39:36 -0000 1.761 +++ CHANGES 19 Apr 2004 01:43:44 -0000 1.762 @@ -22,6 +22,17 @@ # 1.1.3 +- updated ebtables bridge-nf to v6 +- update prism54 driver to v1.1 +- updated php to v4.3.6 +- updated i2c kernel patch for kernel 2.6 +- updated kernel to v2.4.26 + - enabled Network delay simulator as module + - enabled ATI IXP chipset IDE support + - enabled CMD/Silicon Image Medley Software RAID + - enabled nForce Ethernet support as module + - enabled ARC4 cipher algorithm as module +- updated grsecurity + gradm to v1.9.15 - added WOL - Wake on LAN (bs) - added ez-ipupdate init script (Heiko + Zsolt Zsiros) - added PostgreSQL server (bs) Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- md5sum.lst 15 Apr 2004 14:33:29 -0000 1.69 +++ md5sum.lst 19 Apr 2004 01:43:44 -0000 1.70 @@ -68,7 +68,7 @@ 2e8ffe07741aa30a59dab59d1be0dcec src/e1000-5.2.22.tar.gz 8d25ffd60d405ef32d341704a2323807 src/e2fsprogs-1.35.tar.gz d2d94f396132e34417fa1b26bcde7287 src/eagle-usb-1.9.6.tar.bz2 -4001205ecb11c95c269129cc6ce866f8 src/ebtables-brnf-5_vs_2.4.25.diff.gz +4f7f3d675396366caaf0f3931fb20216 src/ebtables-brnf-6_vs_2.4.26.diff.gz c4559af2366c764c6c42a3fdd40d60d3 src/ebtables-v2.0.6.tar.gz 29f494c6e25f47c639f8a20bd134f296 src/et_dyn.tar.gz 88df4f73643c2e1b450674f7a5f3f970 src/ethtool-1.7.tar.gz @@ -102,10 +102,10 @@ cdef1c436e0abe729a5f079a363e0ed4 src/gnugk-2.0.6.tgz 16d0b575812060328f8e677b7f0047cc src/gnupg-1.2.4.tar.bz2 2c63e827d755527950d9d13fe3d87692 src/gpm-1.20.1.tar.bz2 -64b4f00004d24eeca54ef7b6f0885ded src/gradm-1.9.14.tar.gz +b674d27513a331d7fce586bf8198e2d8 src/gradm-1.9.15.tar.gz ddd99e2d5d4f4611357e31e97f080cf2 src/grep-2.5.1.tar.bz2 c12bf574120df33ec8c18d92703e099e src/groff-1.19.tar.gz -a14c657b22b0af2fba894b6f09f4dab7 src/grsecurity-1.9.14-2.4.25.patch.bz2 +f4ed256a9d215ab3d5c4321f6c8d4795 src/grsecurity-1.9.15-2.4.26.patch.bz2 b5aa755f4e2b3f3c54116ba3887c0393 src/grsecurity-kernel-vhz1.patch.bz2 6ea0ee97ca7206b3ac45d55eab0d6e42 src/grsecurity-kernel-vhz2.patch.bz2 299672a99cf59656e653d8ffd7851b56 src/grub-0.94.tar.gz @@ -146,7 +146,7 @@ c7c66cc641f53ba820f47a73c5b2377f src/joe-2.9.8.tar.gz dbd5f3b47ed13132f04c685d608a7547 src/jpegsrc.v6b.tar.gz 7892c7010512a9bc6697a295c921da25 src/kbd-1.12.tar.gz -3aa0c22aaec1298c971412941c533afb src/kernel-patches-2.4.tar.bz2 +6c86faa71b5240cc3e6372c36b50eef3 src/kernel-patches-2.4.tar.bz2 ee92ffbd7ad3ef6255c3def8f267a367 src/kernel-patches-2.6.tar.bz2 c5dba6b80f583070fe9e6ed6e0c2162e src/l2tpd-0.69.tar.gz 571f031068ea7861282f0525d67a9aa0 src/l2tpd-patches.tgz @@ -171,7 +171,7 @@ 37625f01452884aac4bdef79a1dae1a6 src/libxslt-1.1.5.tar.gz d5b561190cbe0968d50e09e0031edb79 src/lilo-22.5.9.tar.gz e6d8a38a304d76c7074a4da12dacc15f src/linux-2.4.23-protector-1.patch.bz2 -5fc8e9f43fa44ac29ddf9a9980af57d8 src/linux-2.4.25.tar.bz2 +88d7aefa03c92739cb70298a0b486e2c src/linux-2.4.26.tar.bz2 0e6a19072c9b193b71aaac3668fdb09b src/linux-2.6.3-protector-1.patch.bz2 6063a7e424355ec52e0cb559fb99034d src/linux-2.6.3.tar.bz2 0672ccd871def6842814c2d9d8c0689a src/linux-wlan-ng-0.2.1-pre16.tar.gz @@ -230,8 +230,8 @@ 40dd0853d0c1c2cc019d6e2e8146555a src/passwdgen-1.diff.bz2 097cf193d1b040cf0d135945714faa83 src/passwdgen-2.2.tar.gz 71546d5d731897e0bae5a52c5a251acb src/patch-o-matic-20040409-patched-by-fl.tar.bz2 -733cca4589216f7f51002c471e4dfa79 src/pax-linux-2.4.25-200402192035.patch.bz2 -51212608c6439ed011762aeb87403055 src/pax-linux-2.6.3-200402192035.patch.bz2 +6835bd69d13f4651841ede4709ae541a src/pax-linux-2.4.26-200404151725.patch.bz2 +8b97d17d3aa3cea14685b7f9d53e39dd src/pax-linux-2.6.5-200404151725.patch.bz2 f2ce8d9a553ad6511e6bc1169420614d src/pci.ids.bz2 1d40f90aaae69594790bdb8ff90b4a41 src/pciutils-2.1.11.tar.gz e8498bdbe8ec2dde41fbddcf65cd900a src/pcmcia-cs-3.2.7.tar.gz @@ -239,7 +239,7 @@ 9452d398f0fcd4e5cd7ef6628bc78c6e src/pcwd-1.42.tar.gz fa356b74f99166b63a68a322c3c68f91 src/perl-5.8.2.tar.gz 2d9b07d3847a06b77db3be25973acf14 src/pfixtls-0.8.16-2.0.18-0.9.7c.tar.gz -29e61c125ac6278897c6c219f5d100d1 src/php-4.3.5.tar.bz2 +79cde484e31871176137eb78014657fa src/php-4.3.6.tar.bz2 a7e4f60a6657dbc434334deb594cc242 src/pkgconfig-0.15.0.tar.gz 734b375abdcc6bf70541d0bef8147449 src/popt-1.6.4.tar.gz 082c55e473581d2ff887c6e0912b6554 src/portmap_5-1.diff.gz @@ -253,7 +253,7 @@ b24ca05422c0e62d7a26edbbec604a89 src/pptp-linux-1.3.1.tar.gz 8bf8a24d79f5ae9759e1aacd1a3e98f2 src/pptp-patches.tar.bz2 58603224998f22542e8d7ecb357bc006 src/pptpd-1.1.4-b4.tar.gz -17de48a703c2fd9e759ae605ff7079b3 src/prism54-cvs-20040110.tar.bz2 +1dfcb6e8aeb44a78d4bba53a99d7957c src/prism54-1.1.tar.bz2 134704f59307cfd3d6b1270a1aab62a4 src/prism54firmware.tar.bz2 27658d0a69040aca05a65b9888599d50 src/procinfo-18.tar.gz 2672014ec05deb20680713a7b750cb16 src/procps-3.2.1.tar.gz |
From: Heiko Z. <smi...@us...> - 2004-04-16 02:01:35
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11874 Modified Files: Tag: rel-1-0-patches CHANGES md5sum.lst Log Message: added latest kernel patches Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.510.2.60 retrieving revision 1.510.2.61 diff -u -d -r1.510.2.60 -r1.510.2.61 --- CHANGES 13 Apr 2004 21:36:26 -0000 1.510.2.60 +++ CHANGES 16 Apr 2004 02:01:21 -0000 1.510.2.61 @@ -23,6 +23,9 @@ # 1.0.6 +- added latest mremap and vmalloc kernel patches +- fixed kernel ext3 info leak +- fixed kernel iso9660 vulnerability - disabled netfilter optimization patches in the default profile as the pptp nat- and conntrack modules is killing the machine with them applied (fl) Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.1.2.8 retrieving revision 1.1.2.9 diff -u -d -r1.1.2.8 -r1.1.2.9 --- md5sum.lst 20 Mar 2004 15:14:49 -0000 1.1.2.8 +++ md5sum.lst 16 Apr 2004 02:01:23 -0000 1.1.2.9 @@ -108,7 +108,7 @@ 75c8be9742d21c2f2028ad581066a8e5 src/jftpgw-0.13.4.tar.gz c7c66cc641f53ba820f47a73c5b2377f src/joe-2.9.8.tar.gz dbd5f3b47ed13132f04c685d608a7547 src/jpegsrc.v6b.tar.gz -e03de65b3a51c5b9412214c81431abf4 src/kernel-patches.tar.bz2 +b136e7b23fc3da7a8e3849c86a0c6cd1 src/kernel-patches.tar.bz2 c6a31ecf4efe8d1de2913d6fc1e815a2 src/killproc-2.03.tar.bz2 73f868cf65bec56d7c718834ca5665fd src/krb5-1.3.1.tar.gz 40c2dd4ac137b61b6a55a6478817daf4 src/less-381.tar.gz |
From: Heiko Z. <smi...@us...> - 2004-04-15 23:58:43
|
Update of /cvsroot/devil-linux/build/docs/documentation/sample In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22658/documentation/sample Modified Files: ez-ipupdate Log Message: some documentation updates for new release Index: ez-ipupdate =================================================================== RCS file: /cvsroot/devil-linux/build/docs/documentation/sample/ez-ipupdate,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- ez-ipupdate 15 Nov 2003 15:26:02 -0000 1.15 +++ ez-ipupdate 15 Apr 2004 23:58:35 -0000 1.16 @@ -4,12 +4,23 @@ # $Date$ # http://www.devil-linux.org +# you need the next line, otherwise script won't be executed !!! +# DL-build-system v3 + +### BEGIN INIT INFO +# Provides: ez-ipupdate +# 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 -source $MYDIR/functions MYNAME=EZ_IPUPDATE @@ -33,6 +44,13 @@ cp -dpR example*.conf $ETCDIR/etc/ez-ipupdate || exit 1 chmod 600 $ETCDIR/etc/ez-ipupdate/* || exit 1 rm -rf $WORKDIR/tmp || exit 1 + + cp $MYDIR/scripts/ez-ipupdate $ETCDIR/etc/init.d || exit 1 + + echo "# start the ez-ipupdate?" >> $CONFIGFILE + echo "START_$MYNAME=no" >> $CONFIGFILE + echo >> $CONFIGFILE + echo "HELP_$MYNAME=\"$MYNAME is a client for DDNS services.\"" >> $SOFTWAREHELP fi ;; |
From: Heiko Z. <smi...@us...> - 2004-04-15 23:58:43
|
Update of /cvsroot/devil-linux/build/docs/documentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22658/documentation Modified Files: documentation.xml Log Message: some documentation updates for new release Index: documentation.xml =================================================================== RCS file: /cvsroot/devil-linux/build/docs/documentation/documentation.xml,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- documentation.xml 25 Jan 2004 02:07:06 -0000 1.57 +++ documentation.xml 15 Apr 2004 23:58:34 -0000 1.58 @@ -17,7 +17,7 @@ <book> <title>Devil-Linux Documentation</title> <bookinfo> - <subtitle>This documentation is for v1.1 and above</subtitle> + <subtitle>This documentation is for v1.2 and above</subtitle> <subtitle>$Revision$ $Date$ </subtitle> <mediaobject role="online"> <imageobject> @@ -879,7 +879,7 @@ <para>Everything, except of modififying files as to be done within a chroot environment. Execute the newly created alias <command>cr</command> to change into the build system.</para> <para>Now you can go into the folder <filename>build/</filename> and just execute the command <command>make</command> to get an overview which parameters are available. A more detailed explanation will follow later.</para> <para>The first command you should execute is <command>make unpack</command>, after that you configure the build system via the command <command>make menuconfig</command>.</para> - <para>Now you can start the build process: <command>make build install iso dist</command></para> + <para>Now you can start the build process: <command>make build install prepare iso dist</command></para> <para>Once this is done, you find in the directory <command>build/dist</command> a ready to use DL version. ;-)</para> <para>When you're working on DL and want to test the ISO with e.g. VMWare, then you can skip the <command>make dist</command> part and you find a useable ISO image here: <filename>build/tmp/bootcd.iso</filename></para> <para>You can create a configuration floppy disc by invocing the command <filename>build/scripts/build-etc</filename><caution> @@ -942,30 +942,18 @@ <entry>The acutal scripts which compile, install and create DL.</entry> </row> <row> - <entry><filename>build/scripts/build</filename></entry> - <entry>Links (empty files) which define the execution order of the scripts for the <filename>make build</filename> command.The name after the number (3 digits) is the exact same name as the script in the <filename>build/script</filename> directory. Each script is called with the parameter <quote>build</quote>.</entry> - </row> - <row> <entry><filename>build/scripts/config</filename></entry> <entry>Configuration files which are needed for build process. You find here for example the initial Kernel configuration file (<filename>config_kernel</filename>).</entry> </row> <row> - <entry><filename>build/scripts/config</filename></entry> + <entry><filename>build/scripts/config</filename>uration</entry> <entry>Scripts which are used the generate the menu structure for the command: <command>make menuconfig</command>.</entry> </row> <row> - <entry><filename>build/scripts/config/help</filename></entry> + <entry><filename>build/scripts/configuration/help</filename></entry> <entry>Files which hold the help information for entries in <command>make menuconfig</command>.</entry> </row> <row> - <entry><filename>build/scripts/install</filename></entry> - <entry>Links (empty files) which define the execution order of the scripts for the <filename>make install</filename> command.The name after the number (3 digits) is the exact same name as the script in the build/script directory. Each script is called with the parameter <quote>install</quote>. This directory is also used, when you execute a <command>make menuconfig</command>, in this case the scripts are called with the parameter <quote>config</quote>.</entry> - </row> - <row> - <entry><filename>build/scripts/iso</filename></entry> - <entry>Links (empty files) which define the execution order of the scripts for the <filename>make iso</filename> command.The name after the number (3 digits) is the exact same name as the script in the build/script directory. Each script is called with the parameter <quote>iso</quote>.</entry> - </row> - <row> <entry><filename>build/scripts/lxdialog</filename></entry> <entry>Sources of the lxdialog program, will be automatically compiled when you use <filename>make menuconfig</filename></entry> </row> @@ -1016,7 +1004,7 @@ <sect2> <title>The build process</title> <para>By invoking the command <command>make build</command>, the <filename>Makefile</filename> will execute the script <filename>build/scripts/build.sh</filename> with the parameter <parameter>build</parameter>.</para> - <para>The script will now look in the folder <filename>build/scripts/build</filename> for the first build script to call, ,this will be <filename>001prepare</filename>. Now the <filename>build/tmp </filename>directory is checked, if the script was already successfully executed. The flag-file is called in this case <filename>.done_build_001_prepare</filename>. When this file doesn't exist, the script <filename>build/scripts/prepare</filename> is called with the parameter <parameter>build</parameter>, otherwise the build script will continue with the next file. After a sub-script was successfully executed ( return code 0 ), the flag file is created and the build script starts at the beginning.</para> + <para>The script will now look in the folder <filename>build/scripts/.buildorder/rc1.d</filename> for the first build script to call, ,this will be <filename>S01prepare</filename>. Now the <filename>build/tmp </filename>directory is checked, if the script was already successfully executed. The flag-file is called in this case <filename>.done_build_001_prepare</filename>. When this file doesn't exist, the script <filename>build/scripts/prepare</filename> is called with the parameter <parameter>build</parameter>, otherwise the build script will continue with the next file. After a sub-script was successfully executed ( return code 0 ), the flag file is created and the build script starts at the beginning.</para> <para>This description counts for the make commands <command>build</command>, <command>install</command> and <command>iso</command>, you just have to replace the <quote>build</quote> parts with e.g. <quote>install</quote>.</para> <tip> <para>When you test your own scripts, you can easily force a recompilation by executing e.g. <command>rm build/tmp/.done_build_123_foo</command></para> @@ -1033,18 +1021,14 @@ </note> <para>Here is a sample script:</para> <para><programlisting>&sample1;</programlisting></para> - <para>Now you have to activate that script by creating the links:</para> - <para><command>touch build/scripts/build/270ez-ipupdate</command></para> - <para><command>touch build/scripts/install/270ez-ipupdate</command></para> - <caution> - <para>The links below 100 are reserved for system preparation and libraries!</para> - </caution> - <para></para> - <para>Don't forgett to execute <command>make menuconfig</command> and enable the program you just added.</para> + <para>Now you have to activate that script by running <command moreinfo="none">make prepare</command> again.</para> + <note> + <para>Don't forgett to execute <command moreinfo="none">make menuconfig</command> and enable the program you just added.</para> + </note> </sect2> <sect2> <title>Adding Libraries</title> - <para>Libraries are the same as any other script, except that you usually don't have the <quote>install)</quote> part and so also not the link within the <filename>build/install</filename> directory. Libraries must be installed within the <quote>build)</quote>, otherwise they're not available for the other scripts. </para> + <para>Libraries are the same as any other script, except that you usually don't have the <quote>install)</quote> part. Libraries must be installed within the <quote>build)</quote>, otherwise they're not available for the other scripts. </para> </sect2> <sect2> <title>Runlevel configuration</title> @@ -1151,6 +1135,7 @@ <para><ulink url="http://www.fwbuilder.org">Firewall Builder</ulink></para> <para><ulink url="http://www.selflinux.de/">Selflinux</ulink> (German Linux tips and documentation)</para> <para><ulink url="http://www.chronox.de">Compartment site</ulink> (new maintainer)</para> + <para><ulink url="ftp://ftp.fl.priv.at/pub/devil-linux/DIALIN-HOWTO.txt">Dialin-HOWTO</ulink> for Devil-Linux</para> </appendix> <appendix> <title>HOWTO burn with Windows</title> |
From: Bruce S. <bl...@us...> - 2004-04-15 14:39:51
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31086/scripts/configuration/help Added Files: wol.help Log Message: Added WOL (Wake on LAN) --- NEW FILE: wol.help --- CONFIG_WOL WOL implements Wake On LAN functionality in a small program. It wakes up hardware that is Magic Packet compliant. Consider you have a sleeping or turned-off computer and you want to remotely wake him up. Just type "wol MAC-ADDRESS" and the host wakes up (OK, it will boot ;-). |
From: Bruce S. <bl...@us...> - 2004-04-15 14:39:50
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31086 Modified Files: CHANGES Log Message: Added WOL (Wake on LAN) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.760 retrieving revision 1.761 diff -u -d -r1.760 -r1.761 --- CHANGES 14 Apr 2004 23:36:05 -0000 1.760 +++ CHANGES 15 Apr 2004 14:39:36 -0000 1.761 @@ -22,6 +22,7 @@ # 1.1.3 +- added WOL - Wake on LAN (bs) - added ez-ipupdate init script (Heiko + Zsolt Zsiros) - added PostgreSQL server (bs) - added IPv6 interface configuration support (fl + Arnaud Gomes-do-Vale) |
From: Bruce S. <bl...@us...> - 2004-04-15 14:39:50
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31086/scripts Added Files: wol Log Message: Added WOL (Wake on LAN) --- NEW FILE: wol --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/wol,v $ # $Revision: 1.1 $ # $Date: 2004/04/15 14:39:41 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: wol # 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=WOL set -x case $1 in build ) if [ "$CONFIG_WOL" = "y" ]; then ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --disable-nls || exit 1 make $PMAKE all || exit 1 strip_debug fi ;; install ) if [ "$CONFIG_WOL" = "y" ]; then rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp || exit 1 make install DESTDIR=$WORKDIR/tmp || exit 1 rm -f $WORKDIR/tmp/usr/info/dir copy_docs $WORKDIR/tmp rm -rf $WORKDIR/tmp/usr/{man,info} || exit 1 mkdir -p $CDDIR copy_files $WORKDIR/tmp/usr $CDDIR/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac |
From: Bruce S. <bl...@us...> - 2004-04-15 14:39:50
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31086/scripts/configuration Added Files: wol.config Log Message: Added WOL (Wake on LAN) --- NEW FILE: wol.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/wol.config,v $ # $Revision: 1.1 $ # $Date: 2004/04/15 14:39:42 $ # # http://www.devil-linux.org menu_add "Networking|Utilities" bool "WOL - Wake On Lan" CONFIG_WOL |
From: Bruce S. <bl...@us...> - 2004-04-15 14:33:37
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29932 Modified Files: md5sum.lst Log Message: Oops. :-) Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- md5sum.lst 15 Apr 2004 14:24:47 -0000 1.68 +++ md5sum.lst 15 Apr 2004 14:33:29 -0000 1.69 @@ -342,7 +342,7 @@ 3897f2a9d0c53a166ba68be9c21353a6 src/which-2.14.tar.gz e489d0dd8d894dd23b1b5f33425742bf src/whois_4.5.28.tar.gz a037f5c19ab8f3a89acb09e8cfd22d5b src/wireless_tools.26.tar.gz -4b5d47bc183a40636e478bab298803c3 wol-0.7.0.tar.gz +4b5d47bc183a40636e478bab298803c3 src/wol-0.7.0.tar.gz e5432b4812b76e31b37cc10b6df62f5f src/wvdial-1.53.tar.gz 1cad92f0fe76cbb15d8f5cc476312406 src/wvstreams-3.70-wvcrypto.patch.bz2 a3c046086ebb951a65faa3eccd44ab48 src/wvstreams-3.70-wvresolver.patch.bz2 |
From: Bruce S. <bl...@us...> - 2004-04-15 14:24:55
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27984 Modified Files: md5sum.lst Log Message: Adding WOL ... Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- md5sum.lst 14 Apr 2004 11:37:53 -0000 1.67 +++ md5sum.lst 15 Apr 2004 14:24:47 -0000 1.68 @@ -342,6 +342,7 @@ 3897f2a9d0c53a166ba68be9c21353a6 src/which-2.14.tar.gz e489d0dd8d894dd23b1b5f33425742bf src/whois_4.5.28.tar.gz a037f5c19ab8f3a89acb09e8cfd22d5b src/wireless_tools.26.tar.gz +4b5d47bc183a40636e478bab298803c3 wol-0.7.0.tar.gz e5432b4812b76e31b37cc10b6df62f5f src/wvdial-1.53.tar.gz 1cad92f0fe76cbb15d8f5cc476312406 src/wvstreams-3.70-wvcrypto.patch.bz2 a3c046086ebb951a65faa3eccd44ab48 src/wvstreams-3.70-wvresolver.patch.bz2 |
From: Bruce S. <bl...@us...> - 2004-04-15 12:28:35
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4849/scripts Modified Files: php Log Message: Fixed abort caused by "--with-msession" Index: php =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/php,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- php 14 Apr 2004 15:43:30 -0000 1.8 +++ php 15 Apr 2004 12:28:21 -0000 1.9 @@ -32,7 +32,7 @@ ./configure --with-apxs2=/usr/sbin/apxs --with-mysql=/usr --disable-cgi --with-openssl --with-zlib --with-bz2 --enable-calendar \ --with-jpeg-dir=/usr --enable-dba --with-gdbm --with-db4 --with-inifile --with-flatfile --with-dom --with-dom-xslt \ --with-config-file-path=/etc --with-dom-exslt --enable-ftp --with-gd --with-gmp \ - --enable-gd-native-ttf --with-ldap --with-mcrypt --with-mhash --with-msession --with-pgsql --with-snmp \ + --enable-gd-native-ttf --with-ldap --with-mcrypt --with-mhash --with-pgsql --with-snmp \ --with-imap=$IMAPDIR --with-imap-ssl \ --sysconfdir=/etc --with-config-file-path=/etc --prefix=/usr || exit 1 # |
From: Friedrich L. <fr...@us...> - 2004-04-14 23:59:17
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6944/scripts Modified Files: postgresql Log Message: copy-n-paste typo Index: postgresql =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/postgresql,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- postgresql 14 Apr 2004 20:50:29 -0000 1.12 +++ postgresql 14 Apr 2004 23:59:08 -0000 1.13 @@ -52,7 +52,7 @@ echo "# Start PostgreSQL Server?" >> $CONFIGFILE echo "START_POSTGRES=no" >> $CONFIGFILE echo >> $CONFIGFILE - echo "HELP_MYSQL=\"PostgreSQL is a OpenSource Database\"" >> $SOFTWAREHELP + echo "HELP_POSTGRES=\"PostgreSQL is a OpenSource Database\"" >> $SOFTWAREHELP cp $MYDIR/scripts/postgresql $ETCDIR/etc/init.d || exit 1 else make -C src/bin install DESTDIR=$WORKDIR/tmp || exit 1 |
From: Heiko Z. <smi...@us...> - 2004-04-14 23:36:15
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2270/scripts Modified Files: ez-ipupdate Log Message: added ez-ipupdate init script Index: ez-ipupdate =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ez-ipupdate,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- ez-ipupdate 11 Jan 2004 14:43:04 -0000 1.8 +++ ez-ipupdate 14 Apr 2004 23:36:06 -0000 1.9 @@ -44,6 +44,13 @@ cp -dpR example*.conf $ETCDIR/etc/ez-ipupdate || exit 1 chmod 600 $ETCDIR/etc/ez-ipupdate/* || exit 1 rm -rf $WORKDIR/tmp || exit 1 + + cp $MYDIR/scripts/ez-ipupdate $ETCDIR/etc/init.d || exit 1 + + echo "# start the ez-ipupdate?" >> $CONFIGFILE + echo "START_$MYNAME=no" >> $CONFIGFILE + echo >> $CONFIGFILE + echo "HELP_$MYNAME=\"$MYNAME is a client for DDNS services.\"" >> $SOFTWAREHELP fi ;; |
From: Heiko Z. <smi...@us...> - 2004-04-14 23:36:14
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2270/scripts/scripts Added Files: ez-ipupdate Log Message: added ez-ipupdate init script --- NEW FILE: ez-ipupdate --- #!/bin/bash ### BEGIN INIT INFO # Provides: ez-ipupdate # Required-Start: $network $syslog # Required-Stop: $network $syslog # Default-Start: # Default-Stop: # Description: starts ez-ipupdate ### END INIT INFO # settings source /etc/sysconfig/config # parameters NAME="EZ-ipupdate dynamic DNS update service" CONFIGNAME=EZIP_UPDATE DAEMON=/usr/bin/ez-ipupdate CONFIGFILE="/etc/ez-ipupdate/ez-ipupdate.conf" PARAMETER="-c $CONFIGFILE -F /var/run/ez-ipupdate.pid" # 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 if [ ! -f $CONFIGFILE ]; then echo echo "Configuration: $CONFIGFILE not found." 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-04-14 23:36:14
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2270 Modified Files: CHANGES Log Message: added ez-ipupdate init script Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.759 retrieving revision 1.760 diff -u -d -r1.759 -r1.760 --- CHANGES 14 Apr 2004 20:50:29 -0000 1.759 +++ CHANGES 14 Apr 2004 23:36:05 -0000 1.760 @@ -22,6 +22,7 @@ # 1.1.3 +- added ez-ipupdate init script (Heiko + Zsolt Zsiros) - added PostgreSQL server (bs) - added IPv6 interface configuration support (fl + Arnaud Gomes-do-Vale) - fixed the case that netfilter patch-o-matic did fail with |
From: Bruce S. <bl...@us...> - 2004-04-14 20:50:38
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32520/scripts/scripts Added Files: postgresql Log Message: Added PostgreSQL server --- NEW FILE: postgresql --- #!/bin/bash # # $Source: /cvsroot/devil-linux/build/scripts/scripts/postgresql,v $ # $Revision: 1.1 $ # $Date: 2004/04/14 20:50:30 $ # # http://www.devil-linux.org # ### BEGIN INIT INFO # Provides: postgresql # Required-Start: $network $syslog # Required-Stop: $network $syslog # Default-Start: 3 5 # Default-Stop: 0 6 # Description: starts the postgresql server ### END INIT INFO # settings source /etc/sysconfig/config # parameters NAME="POSTGRESQL Server" CONFIGNAME=POSTGRESQL export PGDATA=/var/pgsql/data DAEMON=/usr/bin/postmaster PIDFILE=$PGDATA/postmaster.pid # 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) getpids $DAEMON if [ -n "$pidlist" ]; then echo -n "$NAME already running" print_status failure exit 1 fi if [ ! -d $PGDATA ]; then echo -n "Initializing Database: " mkdir -p $PGDATA chown -R postgres:postgres /var/pgsql su - postgres /usr/bin/initdb -D $PGDATA > /dev/null 2>&1 if [ -f $PGDATA/PG_VERSION ]; then print_status success else print_status failure exit 1 fi fi echo -n "Starting $NAME: " su - postgres /usr/bin/pg_ctl -D $PGDATA -p $DAEMON start > /dev/null 2>&1 sleep 1 getpids $DAEMON if [ -n "$pidlist" ]; then print_status success else print_status failure fi ;; stop) echo -n "Shutting down $NAME: " if [ -f $PIDFILE ]; then su - postgres /usr/bin/pg_ctl stop -D $PGDATA -s -m fast sleep 1 getpids $DAEMON if [ -n "$pidlist" ]; then echo echo -n "Waiting for $NAME to shutdown" fi i=60 while [ -n "$pidlist" ] && [ $i -gt 0 ] ; do echo -n "." sleep 5 i=$[$i-5] getpids $DAEMON done if [ -n "$pidlist" ]; then print_status failure else print_status success fi else echo -n " doesn't seem to be running" print_status warning fi ;; restart) $0 stop sleep 1 $0 start ;; *) echo "Usage: $0 {start|stop|restart}" exit 1 ;; esac |
From: Bruce S. <bl...@us...> - 2004-04-14 20:50:38
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32520/scripts/configuration Modified Files: postgresql.config Log Message: Added PostgreSQL server Index: postgresql.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/postgresql.config,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- postgresql.config 2 Oct 2003 15:58:26 -0000 1.2 +++ postgresql.config 14 Apr 2004 20:50:29 -0000 1.3 @@ -6,3 +6,6 @@ # http://www.devil-linux.org menu_add "Tools|Database" bool "POSTGRESQL Client" CONFIG_POSTGRESQL_CLIENT +if [ "$CONFIG_POSTGRESQL_CLIENT" = "y" ]; then + menu_add "Tools|Database" bool "POSTGRESQL Server" CONFIG_POSTGRESQL_SERVER +fi |
From: Bruce S. <bl...@us...> - 2004-04-14 20:50:38
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32520 Modified Files: CHANGES Log Message: Added PostgreSQL server Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.758 retrieving revision 1.759 diff -u -d -r1.758 -r1.759 --- CHANGES 10 Apr 2004 00:14:48 -0000 1.758 +++ CHANGES 14 Apr 2004 20:50:29 -0000 1.759 @@ -22,6 +22,7 @@ # 1.1.3 +- added PostgreSQL server (bs) - added IPv6 interface configuration support (fl + Arnaud Gomes-do-Vale) - fixed the case that netfilter patch-o-matic did fail with certain submitted and/or pending patches (fl) |
From: Bruce S. <bl...@us...> - 2004-04-14 20:50:37
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32520/scripts Modified Files: postgresql Log Message: Added PostgreSQL server Index: postgresql =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/postgresql,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- postgresql 11 Jan 2004 14:43:05 -0000 1.11 +++ postgresql 14 Apr 2004 20:50:29 -0000 1.12 @@ -28,7 +28,7 @@ case $1 in build ) if [ "$CONFIG_POSTGRESQL_CLIENT" = "y" ]; then - ./configure --prefix=/usr --sysconfdir=/etc/pgsql --localstatedir=/var --datadir=/usr/share/pgsql \ + ./configure --prefix=/usr --sysconfdir=/etc/pgsql --localstatedir=/var --datadir=/var/pgsql \ --disable-nls --with-openssl --enable-multibyte --enable-syslog --enable-unicode-conversion --with-perl || exit 1 make $PMAKE all || exit 1 @@ -44,9 +44,21 @@ if [ "$CONFIG_POSTGRESQL_CLIENT" = "y" ]; then rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp || exit 1 - make -C src/bin install DESTDIR=$WORKDIR/tmp || exit 1 - make -C src/interfaces install DESTDIR=$WORKDIR/tmp || exit 1 - make -C doc install DESTDIR=$WORKDIR/tmp || exit 1 + + if [ "$CONFIG_POSTGRESQL_SERVER" = "y" ]; then + make install DESTDIR=$WORKDIR/tmp || exit 1 + groupadd -g 47 postgres || exit 1 + useradd -u 47 -g postgres -s /bin/false -d /var/pgsql -c "PostgreSQL Server" postgres || exit 1 + echo "# Start PostgreSQL Server?" >> $CONFIGFILE + echo "START_POSTGRES=no" >> $CONFIGFILE + echo >> $CONFIGFILE + echo "HELP_MYSQL=\"PostgreSQL is a OpenSource Database\"" >> $SOFTWAREHELP + cp $MYDIR/scripts/postgresql $ETCDIR/etc/init.d || exit 1 + else + make -C src/bin install DESTDIR=$WORKDIR/tmp || exit 1 + make -C src/interfaces install DESTDIR=$WORKDIR/tmp || exit 1 + make -C doc install DESTDIR=$WORKDIR/tmp || exit 1 + fi copy_docs $WORKDIR/tmp rm -rf $WORKDIR/tmp/usr/include || exit 1 |
From: Bruce S. <bl...@us...> - 2004-04-14 15:43:39
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30048/scripts Modified Files: php Log Message: Fixed typo. (hopefully it won't cause any compile time aborts :) Index: php =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/php,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- php 11 Jan 2004 14:43:04 -0000 1.7 +++ php 14 Apr 2004 15:43:30 -0000 1.8 @@ -32,9 +32,9 @@ ./configure --with-apxs2=/usr/sbin/apxs --with-mysql=/usr --disable-cgi --with-openssl --with-zlib --with-bz2 --enable-calendar \ --with-jpeg-dir=/usr --enable-dba --with-gdbm --with-db4 --with-inifile --with-flatfile --with-dom --with-dom-xslt \ --with-config-file-path=/etc --with-dom-exslt --enable-ftp --with-gd --with-gmp \ - --enable-gd-native-ttf --with-ldap --with-mcrypt --with-mhash --with-msession--with-pgsql --with-snmp \ + --enable-gd-native-ttf --with-ldap --with-mcrypt --with-mhash --with-msession --with-pgsql --with-snmp \ --with-imap=$IMAPDIR --with-imap-ssl \ - --sysconfdir=/etc --with-config-file-path=/etc --prefix=/usr || exit 1 + --sysconfdir=/etc --with-config-file-path=/etc --prefix=/usr || exit 1 # # not working --enable-xslt --with-kerberos # do not use --with-cyrus |