[Frugalware-git] fw32: fw32.c: initial draft

2011-11-02 Thread James Buren
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw32.git;a=commitdiff;h=b7ab08976516eeec28a6dafe1b7ee968404415e5 commit b7ab08976516eeec28a6dafe1b7ee968404415e5 Author: James Buren r...@frugalware.org Date: Wed Nov 2 02:56:36 2011 -0500 fw32.c: initial draft diff --git a/fw32.c

[Frugalware-git] fw32: fw32.c: add mkdir_parents

2011-11-02 Thread James Buren
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw32.git;a=commitdiff;h=d3d2cc8b07036985021ea55812a45d7f306cff01 commit d3d2cc8b07036985021ea55812a45d7f306cff01 Author: James Buren r...@frugalware.org Date: Wed Nov 2 03:35:04 2011 -0500 fw32.c: add mkdir_parents diff --git a/fw32.c

[Frugalware-git] fw32: fw32.c: simply mkdir_parents loop

2011-11-02 Thread James Buren
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw32.git;a=commitdiff;h=fe70a98480afc1b4f7672b45371a3dd23c1cef4d commit fe70a98480afc1b4f7672b45371a3dd23c1cef4d Author: James Buren r...@frugalware.org Date: Wed Nov 2 03:38:18 2011 -0500 fw32.c: simply mkdir_parents loop diff --git

[Frugalware-git] fw32: fw32.c: add is_mounted

2011-11-02 Thread James Buren
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw32.git;a=commitdiff;h=6af4d224fab78659c13ab1903827f0addd96f557 commit 6af4d224fab78659c13ab1903827f0addd96f557 Author: James Buren r...@frugalware.org Date: Wed Nov 2 03:52:48 2011 -0500 fw32.c: add is_mounted diff --git a/fw32.c

[Frugalware-git] gnometesting: empathy-3.3.1-1-x86_64 * Version bump

2011-11-02 Thread Baste
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=eed2667c1f03ee53a766c547101e5367f06831f4 commit eed2667c1f03ee53a766c547101e5367f06831f4 Author: Baste ba...@frugalware.org Date: Wed Nov 2 09:51:06 2011 +0100 empathy-3.3.1-1-x86_64 * Version bump diff

[Frugalware-git] fw32: fw32.c: add FW32_DIRS from shell implementation

2011-11-02 Thread James Buren
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw32.git;a=commitdiff;h=dd3e9841f31fa274b9a97d3eae8da5bce636bd32 commit dd3e9841f31fa274b9a97d3eae8da5bce636bd32 Author: James Buren r...@frugalware.org Date: Wed Nov 2 04:00:25 2011 -0500 fw32.c: add FW32_DIRS from shell implementation

[Frugalware-git] fw32: fw32.c: simplify error handling in mkdir_parents

2011-11-02 Thread James Buren
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw32.git;a=commitdiff;h=fd0925f22b65095426dabb9b33162c76c10d86ad commit fd0925f22b65095426dabb9b33162c76c10d86ad Author: James Buren r...@frugalware.org Date: Wed Nov 2 04:08:45 2011 -0500 fw32.c: simplify error handling in mkdir_parents

[Frugalware-git] frugalware-current: mailutils-2.2-1-x86_64 *new package

2011-11-02 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=29dee0b385c604bd0bcf752f765f0b6e257135e1 commit 29dee0b385c604bd0bcf752f765f0b6e257135e1 Author: bouleetbil bouleet...@frogdev.info Date: Wed Nov 2 10:26:26 2011 +0100 mailutils-2.2-1-x86_64 *new

Re: [Frugalware-git] fw32: fw32.c: simplify error handling in mkdir_parents

2011-11-02 Thread Michel Hermier
This code is totally broken. Setting errno is a no go in glibc, it's a read only variable (on some glibc it is a macro to a function) As a consequence, your mkdir checking is broken, you should really check mkdir returned values and then check errno on failure value. Also you could make a small

Re: [Frugalware-git] fw32: fw32.c: add FW32_DIRS from shell implementation

2011-11-02 Thread Michel Hermier
FW32_ROOT should be a macro defined by configure, and defaulted as something like: LIBPREFIX/fw32. Another thing, can this variable be overwritted by an env variable ? would make sense for some system I think. Git-Url:

[Frugalware-git] frugalware-current: cyrus-sasl-2.1.25-2-x86_64 *enable pam support as well :D

2011-11-02 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4eaf5fcf71002123eb3f4b40e0ca7e9226d34d99 commit 4eaf5fcf71002123eb3f4b40e0ca7e9226d34d99 Author: bouleetbil bouleet...@frogdev.info Date: Wed Nov 2 13:18:45 2011 +0100 cyrus-sasl-2.1.25-2-x86_64

[Frugalware-git] frugalware-current: pam-mysql-0.7RC1-1-x86_64 *new package

2011-11-02 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6ece521a870ee533acc4902affcb5e93d38366ed commit 6ece521a870ee533acc4902affcb5e93d38366ed Author: bouleetbil bouleet...@frogdev.info Date: Wed Nov 2 13:37:26 2011 +0100 pam-mysql-0.7RC1-1-x86_64 *new

[Frugalware-git] frugalware-current: mailutils-2.2-1-x86_64 *fix url

2011-11-02 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4c837a67addb6e105138baea74f6213fbaee6581 commit 4c837a67addb6e105138baea74f6213fbaee6581 Author: bouleetbil bouleet...@frogdev.info Date: Wed Nov 2 13:43:36 2011 +0100 mailutils-2.2-1-x86_64 *fix url

[Frugalware-git] gnometesting: vinagre-3.3.1-1-x86_64 * Version bump

2011-11-02 Thread Baste
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=153f66a3d0d0c50224dfd034c03b21a61e795a5f commit 153f66a3d0d0c50224dfd034c03b21a61e795a5f Author: Baste ba...@frugalware.org Date: Wed Nov 2 14:53:58 2011 +0100 vinagre-3.3.1-1-x86_64 * Version bump diff

[Frugalware-git] gnometesting: vino-3.3.1-1-x86_64 * Version bump

2011-11-02 Thread Baste
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=07b102841dfe8f3a4f2f86d5bd5ca12ed27e6bd9 commit 07b102841dfe8f3a4f2f86d5bd5ca12ed27e6bd9 Author: Baste ba...@frugalware.org Date: Wed Nov 2 15:26:48 2011 +0100 vino-3.3.1-1-x86_64 * Version bump diff --git

[Frugalware-git] gnometesting: cheese-3.3.1-1-x86_64 * Version bump

2011-11-02 Thread Baste
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=6d0c055e96a3905f874655169a886867203ce906 commit 6d0c055e96a3905f874655169a886867203ce906 Author: Baste ba...@frugalware.org Date: Wed Nov 2 15:54:21 2011 +0100 cheese-3.3.1-1-x86_64 * Version bump diff

[Frugalware-git] gnometesting: gnome-games-3.3.1-1-x86_64 * Version bump

2011-11-02 Thread Baste
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=c8a1ddc9b680b9c323a38d207cf3e3e964bc4fb9 commit c8a1ddc9b680b9c323a38d207cf3e3e964bc4fb9 Author: Baste ba...@frugalware.org Date: Wed Nov 2 16:18:13 2011 +0100 gnome-games-3.3.1-1-x86_64 * Version bump

[Frugalware-git] frugalware-current: tools/mirror: don't hardwire fst_root

2011-11-02 Thread Miklos Vajna
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=979747284139657e9b87680d10754e594df0fce7 commit 979747284139657e9b87680d10754e594df0fce7 Author: Miklos Vajna vmik...@frugalware.org Date: Wed Nov 2 17:07:39 2011 +0100 tools/mirror: don't hardwire

[Frugalware-git] frugalware-current: sudo-1.8.3-2-i686

2011-11-02 Thread Miklos Vajna
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=74bd85cf2bf1bad1a2cd41fbfae673a57c07f342 commit 74bd85cf2bf1bad1a2cd41fbfae673a57c07f342 Author: Miklos Vajna vmik...@frugalware.org Date: Wed Nov 2 17:10:49 2011 +0100 sudo-1.8.3-2-i686 - version

[Frugalware-git] frugalware-current: frugalware-icon-theme-1.6.2-1-i686 * version bump

2011-11-02 Thread Devil505
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=31960c2fbd2386491624e8735295636b1ac371a8 commit 31960c2fbd2386491624e8735295636b1ac371a8 Author: Devil505 devil505li...@gmail.com Date: Wed Nov 2 17:12:59 2011 +0100 frugalware-icon-theme-1.6.2-1-i686

[Frugalware-git] frugalware-current: mpage-2.5.5-1-i686

2011-11-02 Thread Miklos Vajna
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=377a1aa0ca1ed860445f26972c66611271b4c7db commit 377a1aa0ca1ed860445f26972c66611271b4c7db Author: Miklos Vajna vmik...@frugalware.org Date: Wed Nov 2 17:25:52 2011 +0100 mpage-2.5.5-1-i686 - bin, dead

[Frugalware-git] frugalware-current: yasm-1.2.0-1-i686 * Version bump

2011-11-02 Thread Pingax
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6cea62de0f75c8a0379292a6bed34a16c348dfcd commit 6cea62de0f75c8a0379292a6bed34a16c348dfcd Author: Pingax pin...@frugalware.fr Date: Wed Nov 2 17:33:14 2011 +0100 yasm-1.2.0-1-i686 * Version bump diff

[Frugalware-git] frugalware-current: util.sh

2011-11-02 Thread Michel Hermier
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9b5ae33aa6204d24e28ceb358cc86f44f7bcf2cb commit 9b5ae33aa6204d24e28ceb358cc86f44f7bcf2cb Author: Michel Hermier herm...@frugalware.org Date: Wed Nov 2 17:49:15 2011 +0100 util.sh * Add infodir option

[Frugalware-git] kdebump: Merge remote-tracking branch 'current/master'

2011-11-02 Thread Melko
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdebump.git;a=commitdiff;h=5af1d842dd7181ba90d4c9947e3e8320818559a7 commit 5af1d842dd7181ba90d4c9947e3e8320818559a7 Merge: 3ae2155 9b5ae33 Author: Melko me...@frugalware.org Date: Wed Nov 2 18:09:55 2011 +0100 Merge remote-tracking branch

[Frugalware-git] frugalware-current: readline5-5.2-1-i686

2011-11-02 Thread Michel Hermier
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=6b752a94cdfaa6fe9984ce279f00e7bdb9d35d50 commit 6b752a94cdfaa6fe9984ce279f00e7bdb9d35d50 Author: Michel Hermier herm...@frugalware.org Date: Wed Nov 2 18:17:15 2011 +0100 readline5-5.2-1-i686 * Add

[Frugalware-git] kdebump: * kde version bump - 4.7.3 * update sha1sums

2011-11-02 Thread Melko
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdebump.git;a=commitdiff;h=186229c8acfef432e71582a4940a4671602b4132 commit 186229c8acfef432e71582a4940a4671602b4132 Author: Melko me...@frugalware.org Date: Wed Nov 2 18:22:01 2011 +0100 * kde version bump - 4.7.3 * update sha1sums diff

[Frugalware-git] frugalware-current: blobwars-1.19-2-i686 * Version bump

2011-11-02 Thread Pingax
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f5d8be7f51ca5eebe7fdf053c5b5137a92f3 commit f5d8be7f51ca5eebe7fdf053c5b5137a92f3 Author: Pingax pin...@frugalware.fr Date: Wed Nov 2 18:24:09 2011 +0100 blobwars-1.19-2-i686 * Version bump

[Frugalware-git] frugalware-current: readline-6.2-1-i686

2011-11-02 Thread Michel Hermier
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=f1fcd1a8f846cfc17e0f3c51ac87afe5a6d2a232 commit f1fcd1a8f846cfc17e0f3c51ac87afe5a6d2a232 Author: Michel Hermier herm...@frugalware.org Date: Wed Nov 2 18:31:18 2011 +0100 readline-6.2-1-i686 * Bump

[Frugalware-git] frugalware-current: bash-4.2_010-2-i686

2011-11-02 Thread Michel Hermier
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5475432b9b4f85820f12a32e602b58b151caa382 commit 5475432b9b4f85820f12a32e602b58b151caa382 Author: Michel Hermier herm...@frugalware.org Date: Wed Nov 2 18:46:01 2011 +0100 bash-4.2_010-2-i686 *

[Frugalware-git] frugalware-current: beatbox-20111102-1-i686 * version bump

2011-11-02 Thread Devil505
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=12fbf6b18d6f8b060ed143733cbdbc670cea26e5 commit 12fbf6b18d6f8b060ed143733cbdbc670cea26e5 Author: Devil505 devil505li...@gmail.com Date: Wed Nov 2 19:20:59 2011 +0100 beatbox-2002-1-i686 * version

[Frugalware-git] frugalware-current: parted-3.0-2-i686

2011-11-02 Thread Michel Hermier
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=89f35634a12f4752100c2eae6cd2dc94c7404a0c commit 89f35634a12f4752100c2eae6cd2dc94c7404a0c Author: Michel Hermier herm...@frugalware.org Date: Wed Nov 2 18:56:05 2011 +0100 parted-3.0-2-i686 * Rebuild

[Frugalware-git] frugalware-current: libxml2-2.7.8-3-i686

2011-11-02 Thread Michel Hermier
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=d1f49b757bd7a0dc8fc44add15f2ff4efbc3f5a4 commit d1f49b757bd7a0dc8fc44add15f2ff4efbc3f5a4 Author: Michel Hermier herm...@frugalware.org Date: Wed Nov 2 19:05:31 2011 +0100 libxml2-2.7.8-3-i686 *

[Frugalware-git] kdebump: kdelibs-4.7.3-1-i686

2011-11-02 Thread Melko
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdebump.git;a=commitdiff;h=a459caece9ff88f502230bd42e5073cb3d1dee28 commit a459caece9ff88f502230bd42e5073cb3d1dee28 Author: Melko me...@frugalware.org Date: Wed Nov 2 18:48:09 2011 +0100 kdelibs-4.7.3-1-i686 * version bump diff --git

[Frugalware-git] frugalware-current: utouch-evemu-1.0.7-1-i686 * version bump

2011-11-02 Thread Devil505
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e036924f67d2c24edef3cb2dc12cf22df7b19534 commit e036924f67d2c24edef3cb2dc12cf22df7b19534 Author: Devil505 devil505li...@gmail.com Date: Wed Nov 2 19:42:12 2011 +0100 utouch-evemu-1.0.7-1-i686 *

[Frugalware-git] frugalware-current: ntp-4.2.6p4-2-i686

2011-11-02 Thread Michel Hermier
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9cd4a30f31b63aa7da531096b175ff8d96dc commit 9cd4a30f31b63aa7da531096b175ff8d96dc Author: Michel Hermier herm...@frugalware.org Date: Wed Nov 2 20:27:44 2011 +0100 ntp-4.2.6p4-2-i686 * Rebuild

[Frugalware-git] frugalware-current: bc-1.06-10-i686

2011-11-02 Thread Michel Hermier
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b2d47ae53e8884f25818a7203cba64c6470c5e17 commit b2d47ae53e8884f25818a7203cba64c6470c5e17 Author: Michel Hermier herm...@frugalware.org Date: Wed Nov 2 20:33:43 2011 +0100 bc-1.06-10-i686 * Rebuild

[Frugalware-git] kdebump: kdepimlibs-4.7.3-1-i686

2011-11-02 Thread Melko
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdebump.git;a=commitdiff;h=e3d4833bce8264097e217419f5c279a08afd8d29 commit e3d4833bce8264097e217419f5c279a08afd8d29 Author: Melko me...@frugalware.org Date: Wed Nov 2 20:33:25 2011 +0100 kdepimlibs-4.7.3-1-i686 * version bump diff --git

[Frugalware-git] frugalware-current: gawk-4.0.0-2-i686

2011-11-02 Thread Michel Hermier
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=42e2e5c2449e702f7e2b5026b480430b8e69983d commit 42e2e5c2449e702f7e2b5026b480430b8e69983d Author: Michel Hermier herm...@frugalware.org Date: Wed Nov 2 20:41:57 2011 +0100 gawk-4.0.0-2-i686 * Rebuild

[Frugalware-git] frugalware-current: mysql-5.5.17-2-x86_64 *fix depends *move libmysqld to extra

2011-11-02 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=14480b4128bb76935ff2ad11f6f4143f1519592a commit 14480b4128bb76935ff2ad11f6f4143f1519592a Author: bouleetbil bouleet...@frogdev.info Date: Wed Nov 2 20:56:11 2011 +0100 mysql-5.5.17-2-x86_64 *fix

[Frugalware-git] frugalware-current: authors.xml *added baste co mainteneur gnome

2011-11-02 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=af667773a0513690681d77395bfb87dfcfb4d4bd commit af667773a0513690681d77395bfb87dfcfb4d4bd Author: bouleetbil bouleet...@frogdev.info Date: Wed Nov 2 21:01:50 2011 +0100 authors.xml *added baste co

[Frugalware-git] kdebump: kdebase-4.7.3-1-i686

2011-11-02 Thread Melko
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdebump.git;a=commitdiff;h=9e7d7ce48a1ef67954ef6993a2463f6c9a55d100 commit 9e7d7ce48a1ef67954ef6993a2463f6c9a55d100 Author: Melko me...@frugalware.org Date: Wed Nov 2 21:22:14 2011 +0100 kdebase-4.7.3-1-i686 * version bump diff --git

[Frugalware-git] frugalware-current: gparted-0.10.0-1-x86_64

2011-11-02 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=eaaef9605b5331836dbbc50c77e8eb8731b5967d commit eaaef9605b5331836dbbc50c77e8eb8731b5967d Author: bouleetbil bouleet...@frogdev.info Date: Wed Nov 2 21:31:47 2011 +0100 gparted-0.10.0-1-x86_64

[Frugalware-git] frugalware-current: banshee-2.2.1-1-x86_64

2011-11-02 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=9ce6bb49502a54fdd9fcef919b4f0e0a33dca425 commit 9ce6bb49502a54fdd9fcef919b4f0e0a33dca425 Author: bouleetbil bouleet...@frogdev.info Date: Wed Nov 2 21:37:50 2011 +0100 banshee-2.2.1-1-x86_64 *Version

[Frugalware-git] frugalware-current: gutenprint-5.2.7-3-i686

2011-11-02 Thread Michel Hermier
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3d783b37e455dd7b03e975fea46bdefd3bda1462 commit 3d783b37e455dd7b03e975fea46bdefd3bda1462 Author: Michel Hermier herm...@frugalware.org Date: Wed Nov 2 21:49:07 2011 +0100 gutenprint-5.2.7-3-i686 *

[Frugalware-git] frugalware-current: gnome-tweak-tool-3.2.1-1-x86_64

2011-11-02 Thread bouleetbil
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=a0d1f0514b45baf6195bbc363f1dfe19ef34c20f commit a0d1f0514b45baf6195bbc363f1dfe19ef34c20f Author: bouleetbil bouleet...@frogdev.info Date: Wed Nov 2 21:41:23 2011 +0100 gnome-tweak-tool-3.2.1-1-x86_64

[Frugalware-git] frugalware-current: gnupg-1.4.11-2-i686

2011-11-02 Thread Michel Hermier
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=0a93a7d1ad8819f4034ef5fb6a55e4bbd658deba commit 0a93a7d1ad8819f4034ef5fb6a55e4bbd658deba Author: Michel Hermier herm...@frugalware.org Date: Wed Nov 2 22:04:51 2011 +0100 gnupg-1.4.11-2-i686 *

[Frugalware-git] kdebump: kdebase-runtime-4.7.3-1-i686

2011-11-02 Thread Melko
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdebump.git;a=commitdiff;h=3c2165d2fb2c94669faacc9d7c6008c1a4558d6b commit 3c2165d2fb2c94669faacc9d7c6008c1a4558d6b Author: Melko me...@frugalware.org Date: Wed Nov 2 22:41:35 2011 +0100 kdebase-runtime-4.7.3-1-i686 * version bump diff

[Frugalware-git] kdebump: kdebase-workspace-4.7.3-1-i686

2011-11-02 Thread Melko
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdebump.git;a=commitdiff;h=f40ebd03e14cb290b6056904f04b6084999399b6 commit f40ebd03e14cb290b6056904f04b6084999399b6 Author: Melko me...@frugalware.org Date: Wed Nov 2 23:43:58 2011 +0100 kdebase-workspace-4.7.3-1-i686 * version bump

[Frugalware-git] fwlive: Move dracut-based core out of its subdir

2011-11-02 Thread Miklos Vajna
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=6b2396b039b06d9e82b208d16a4306e2b156bbfb commit 6b2396b039b06d9e82b208d16a4306e2b156bbfb Author: Miklos Vajna vmik...@frugalware.org Date: Wed Nov 2 23:43:25 2011 +0100 Move dracut-based core out of its subdir

[Frugalware-git] fwlive: 04boot-qemu.sh: use config

2011-11-02 Thread Miklos Vajna
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=2f7c0e5976b8f30def2c9d9643a081116a3a0b6d commit 2f7c0e5976b8f30def2c9d9643a081116a3a0b6d Author: Miklos Vajna vmik...@frugalware.org Date: Wed Nov 2 23:55:23 2011 +0100 04boot-qemu.sh: use config diff --git

[Frugalware-git] fwlive: no need to duplicate kernel params here

2011-11-02 Thread Miklos Vajna
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=b205dff4bd8f969b0b164a35354d25053725b628 commit b205dff4bd8f969b0b164a35354d25053725b628 Author: Miklos Vajna vmik...@frugalware.org Date: Wed Nov 2 23:57:11 2011 +0100 no need to duplicate kernel params here

[Frugalware-git] kdebump: konsole-4.7.3-1-i686

2011-11-02 Thread Melko
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdebump.git;a=commitdiff;h=1fd64f51ebdcefd25a6c82c755237cad955737c5 commit 1fd64f51ebdcefd25a6c82c755237cad955737c5 Author: Melko me...@frugalware.org Date: Wed Nov 2 23:58:37 2011 +0100 konsole-4.7.3-1-i686 * version bump diff --git

[Frugalware-git] fwlive: 01create-rootfs.sh: more error checking

2011-11-02 Thread Miklos Vajna
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=fc019ab6a7af4a114bb01901f0f3bd28326ab9ab commit fc019ab6a7af4a114bb01901f0f3bd28326ab9ab Author: Miklos Vajna vmik...@frugalware.org Date: Thu Nov 3 00:04:16 2011 +0100 01create-rootfs.sh: more error checking

[Frugalware-git] kdebump: kdebase-workspace-wallpapers-4.7.3-1-i686

2011-11-02 Thread Melko
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdebump.git;a=commitdiff;h=bf220bf29d801b120a5eaee910a47957fc1f2281 commit bf220bf29d801b120a5eaee910a47957fc1f2281 Author: Melko me...@frugalware.org Date: Thu Nov 3 00:24:57 2011 +0100 kdebase-workspace-wallpapers-4.7.3-1-i686 *

[Frugalware-git] fwlive: Drop no longer neccessary prefix, these are now invoked from the Makefile

2011-11-02 Thread Miklos Vajna
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=aaeb4951f0cc4477652e6e403be1b7f1ecfd5799 commit aaeb4951f0cc4477652e6e403be1b7f1ecfd5799 Author: Miklos Vajna vmik...@frugalware.org Date: Thu Nov 3 00:16:51 2011 +0100 Drop no longer neccessary prefix, these are

[Frugalware-git] kdebump: kate-4.7.3-1-i686

2011-11-02 Thread Melko
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdebump.git;a=commitdiff;h=1c53c8b86a7f0be0c83bf8da80197ac4f2dd323f commit 1c53c8b86a7f0be0c83bf8da80197ac4f2dd323f Author: Melko me...@frugalware.org Date: Thu Nov 3 00:47:49 2011 +0100 kate-4.7.3-1-i686 * version bump diff --git

[Frugalware-git] kdebump: svgpart-4.7.3-1-i686

2011-11-02 Thread Melko
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdebump.git;a=commitdiff;h=424b9430fea1b6fe0b80d5cbf0e9a5ae2f9bd078 commit 424b9430fea1b6fe0b80d5cbf0e9a5ae2f9bd078 Author: Melko me...@frugalware.org Date: Thu Nov 3 01:09:38 2011 +0100 svgpart-4.7.3-1-i686 * version bump diff --git

[Frugalware-git] fwlive: speed up generation of the rootfs image by installing packages directly to the loopback device

2011-11-02 Thread Miklos Vajna
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=d5547bd2a233011985dacad577ff7258e9bed528 commit d5547bd2a233011985dacad577ff7258e9bed528 Author: Miklos Vajna vmik...@frugalware.org Date: Thu Nov 3 01:14:36 2011 +0100 speed up generation of the rootfs image by

[Frugalware-git] kdebump: kdenetwork-4.7.3-1-i686

2011-11-02 Thread Melko
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdebump.git;a=commitdiff;h=fdd7ee639d851b578282ac164d515956dfe95cb4 commit fdd7ee639d851b578282ac164d515956dfe95cb4 Author: Melko me...@frugalware.org Date: Thu Nov 3 01:29:38 2011 +0100 kdenetwork-4.7.3-1-i686 * version bump diff --git

[Frugalware-git] fwlive: rootfs: create sparse file

2011-11-02 Thread Miklos Vajna
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=00ad4c966b40f783757a40d63c3a95bd5f3cc416 commit 00ad4c966b40f783757a40d63c3a95bd5f3cc416 Author: Miklos Vajna vmik...@frugalware.org Date: Thu Nov 3 01:38:16 2011 +0100 rootfs: create sparse file diff --git

[Frugalware-git] fwlive: add /etc/fstab

2011-11-02 Thread Miklos Vajna
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=2702caf9ffec909524f8d3658a49d0b052c9d65d commit 2702caf9ffec909524f8d3658a49d0b052c9d65d Author: Miklos Vajna vmik...@frugalware.org Date: Thu Nov 3 01:25:19 2011 +0100 add /etc/fstab diff --git a/TODO b/TODO

[Frugalware-git] fwlive: enable dhcp by default

2011-11-02 Thread Miklos Vajna
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=2fcbe508dd68ba3eb2925b8c778fbfdba293b968 commit 2fcbe508dd68ba3eb2925b8c778fbfdba293b968 Author: Miklos Vajna vmik...@frugalware.org Date: Thu Nov 3 01:38:38 2011 +0100 enable dhcp by default diff --git a/TODO

[Frugalware-git] fwlive: avoid implicit make rules

2011-11-02 Thread Miklos Vajna
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=d0e8099194dab8e7925045f88b38643a3208f330 commit d0e8099194dab8e7925045f88b38643a3208f330 Author: Miklos Vajna vmik...@frugalware.org Date: Thu Nov 3 02:14:53 2011 +0100 avoid implicit make rules diff --git

[Frugalware-git] fwlive: these rules can be avoided

2011-11-02 Thread Miklos Vajna
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fwlive.git;a=commitdiff;h=8ed8b1557280d8d71869bf0ef81bdb52061388c0 commit 8ed8b1557280d8d71869bf0ef81bdb52061388c0 Author: Miklos Vajna vmik...@frugalware.org Date: Thu Nov 3 02:28:57 2011 +0100 these rules can be avoided diff --git

[Frugalware-git] fw32: fw32.c: add mount_directory function

2011-11-02 Thread James Buren
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw32.git;a=commitdiff;h=36834e2ce37cf943039bd8aa739e94ee452fc4ba commit 36834e2ce37cf943039bd8aa739e94ee452fc4ba Author: James Buren r...@frugalware.org Date: Wed Nov 2 23:37:17 2011 -0500 fw32.c: add mount_directory function diff --git

[Frugalware-git] fw32: fw32.c: use mkdir RV to satisfy hermier

2011-11-02 Thread James Buren
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw32.git;a=commitdiff;h=58e40bc67373fa7d3272aa51a3fc34c86289be2c commit 58e40bc67373fa7d3272aa51a3fc34c86289be2c Author: James Buren r...@frugalware.org Date: Wed Nov 2 23:39:46 2011 -0500 fw32.c: use mkdir RV to satisfy hermier diff

[Frugalware-git] fw32: fw32.c: add umount_directory function

2011-11-02 Thread James Buren
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw32.git;a=commitdiff;h=c9d1b8407c54e5d82038e67e59a119edcae649ae commit c9d1b8407c54e5d82038e67e59a119edcae649ae Author: James Buren r...@frugalware.org Date: Thu Nov 3 00:06:25 2011 -0500 fw32.c: add umount_directory function diff --git

[Frugalware-git] fw32: fw32.c: add mount_all function

2011-11-02 Thread James Buren
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw32.git;a=commitdiff;h=5ec252969f0c462db4edd9f02bda3a833221 commit 5ec252969f0c462db4edd9f02bda3a833221 Author: James Buren r...@frugalware.org Date: Thu Nov 3 00:13:07 2011 -0500 fw32.c: add mount_all function diff --git

[Frugalware-git] fw32: fw32.c: add umount_all function

2011-11-02 Thread James Buren
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw32.git;a=commitdiff;h=13953ae03097c84556d6b77b9b68bdece98d0ef7 commit 13953ae03097c84556d6b77b9b68bdece98d0ef7 Author: James Buren r...@frugalware.org Date: Thu Nov 3 00:29:36 2011 -0500 fw32.c: add umount_all function diff --git

[Frugalware-git] fw32: fw32.c: add xstrdup xmalloc

2011-11-02 Thread James Buren
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=fw32.git;a=commitdiff;h=650a1ae73c6ffa76bf45f0a83c768926b5c148ab commit 650a1ae73c6ffa76bf45f0a83c768926b5c148ab Author: James Buren r...@frugalware.org Date: Thu Nov 3 00:55:13 2011 -0500 fw32.c: add xstrdup xmalloc diff --git a/fw32.c