From 4611c6d76201889c351cfa87838e93ada27b5a45 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Thu, 6 Nov 2003 14:34:50 +0000 Subject: [PATCH] "Stefan Fiedler" : fixed the package selection patterns for default disabling ... :-( git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1698 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- Documentation/Developers/CHANGELOG-RENE | 1 + misc/pkgsel/minimal+xfree.in | 4 ++-- misc/pkgsel/minimal.in | 2 +- target/desktop/config.in | 2 +- target/server/config.in | 2 +- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index 4c889c955..d8e8a4a1d 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -5,6 +5,7 @@ - Daniel Pischl: updated micq - Juergen Sawinski: fixed gnome24/gconf and xml + gnome24 - Sebastian Jaenicke: updated pyslsk, courier-imap + - Stefan Fiedler: package selection *) 2003-11-04 (2.0.0-rc2 - 2.0.0-rc3) diff --git a/misc/pkgsel/minimal+xfree.in b/misc/pkgsel/minimal+xfree.in index 66bf721cc..b3553f1e2 100644 --- a/misc/pkgsel/minimal+xfree.in +++ b/misc/pkgsel/minimal+xfree.in @@ -115,6 +115,6 @@ pkgfilter sed ' / sparc / { p; d; }; / x86 / { p; d; }; -# Removing the rest of packages -/.*/ { s/^X /O /p; d; };' +# Disabling the rest of packages +/.*/ { s/^X /O / ; p; d; };' diff --git a/misc/pkgsel/minimal.in b/misc/pkgsel/minimal.in index e17c0ebaf..1dfd48f2e 100644 --- a/misc/pkgsel/minimal.in +++ b/misc/pkgsel/minimal.in @@ -52,5 +52,5 @@ pkgfilter sed ' / x86 / { p; d; }; # Disable the rest -/.*/ { s/^X /O /p; d; };' +/.*/ { s/^X /O / ; p; d; };' diff --git a/target/desktop/config.in b/target/desktop/config.in index 17b04678d..cb26a8611 100644 --- a/target/desktop/config.in +++ b/target/desktop/config.in @@ -138,7 +138,7 @@ pkgfilter sed ' / tsclient / { p; d; }; # Disable the rest -/.*/ { s/^X /O /p; d; };' +/.*/ { s/^X /O / ; p; d; };' ROCKCFGSET_CREATE_TARBZ2=0 ROCKCFGSET_CREATE_GEM=1 diff --git a/target/server/config.in b/target/server/config.in index 0008d7d86..0c7d386ae 100644 --- a/target/server/config.in +++ b/target/server/config.in @@ -83,7 +83,7 @@ pkgfilter sed ' # Disable the rest -/.*/ { s/^X /O /p; d; };' +/.*/ { s/^X /O / ; p; d; };' ROCKCFGSET_CREATE_TARBZ2=0 ROCKCFGSET_CREATE_GEM=1