From 22f408ea6e86804d7ef92ae4b669d0009f4edb6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Bola=C3=B1os?= Date: Thu, 11 Dec 2003 09:47:00 +0000 Subject: [PATCH] Miguel Bolanos : Removes un-needed packages and includes subversion-static (we still want the users to be able to build rock with minimal right? :) And yes this reduces minimal's size a lot, this is not the last reduction to do, but its quite significant. git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1948 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- Documentation/Developers/CHANGELOG-RENE | 1 + misc/pkgsel/minimal.in | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index a73dc339f..227028333 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -2,6 +2,7 @@ *) 2003-12-11 (2.0.0-rc3 - 2.0.0-rc4) - Sebastian Jaenicke: updated cvs + - Miguel Bolanos: updated minimal package selection *) 2003-12-10 (2.0.0-rc3 - 2.0.0-rc4) diff --git a/misc/pkgsel/minimal.in b/misc/pkgsel/minimal.in index 1dfd48f2e..fc9ddc311 100644 --- a/misc/pkgsel/minimal.in +++ b/misc/pkgsel/minimal.in @@ -28,8 +28,11 @@ pkgfilter sed ' / a2ps / { s/^X /O /p; d; }; / alsa / { s/^X /O /p; d; }; / alsa-driver / { s/^X /O /p; d; }; +/ bdb40 / { s/^X /0 /p; d; }; / biff+comsat / { s/^X /O /p; d; }; +/ bsd-finger / { s/^X /0 /p; d; }; / bind / { s/^X /O /p; d; }; +/ gpm / { s/^X /0 /p; d; }; / howtos / { s/^X /O /p; d; }; / ifhp / { s/^X /O /p; d; }; / ircii / { s/^X /O /p; d; }; @@ -40,6 +43,8 @@ pkgfilter sed ' / net-snmp / { s/^X /O /p; d; }; / pine / { s/^X /O /p; d; }; / procmail / { s/^X /O /p; d; }; +/ rfc / { s/^X /0 /p; d; }; +/ rpm / { s/^X /0 /p; d; }; / sendmail / { s/^X /O /p; d; }; / wu-ftpd / { s/^X /O /p; d; }; @@ -51,6 +56,9 @@ pkgfilter sed ' / sparc / { p; d; }; / x86 / { p; d; }; +# Enable packages +/ subversion-static / { p; d; }; + # Disable the rest /.*/ { s/^X /O / ; p; d; };'