Browse Source

"Stefan Fiedler" <stefan.fiedler@students.jku.at>:

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
rocklinux
Rene Rebe 21 years ago
parent
commit
4611c6d762
5 changed files with 6 additions and 5 deletions
  1. +1
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +2
    -2
      misc/pkgsel/minimal+xfree.in
  3. +1
    -1
      misc/pkgsel/minimal.in
  4. +1
    -1
      target/desktop/config.in
  5. +1
    -1
      target/server/config.in

+ 1
- 0
Documentation/Developers/CHANGELOG-RENE

@ -5,6 +5,7 @@
- Daniel Pischl: updated micq - Daniel Pischl: updated micq
- Juergen Sawinski: fixed gnome24/gconf and xml + gnome24 - Juergen Sawinski: fixed gnome24/gconf and xml + gnome24
- Sebastian Jaenicke: updated pyslsk, courier-imap - Sebastian Jaenicke: updated pyslsk, courier-imap
- Stefan Fiedler: package selection
*) 2003-11-04 (2.0.0-rc2 - 2.0.0-rc3) *) 2003-11-04 (2.0.0-rc2 - 2.0.0-rc3)

+ 2
- 2
misc/pkgsel/minimal+xfree.in

@ -115,6 +115,6 @@ pkgfilter sed '
/ sparc / { p; d; }; / sparc / { p; d; };
/ x86 / { 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; };'

+ 1
- 1
misc/pkgsel/minimal.in

@ -52,5 +52,5 @@ pkgfilter sed '
/ x86 / { p; d; }; / x86 / { p; d; };
# Disable the rest # Disable the rest
/.*/ { s/^X /O /p; d; };'
/.*/ { s/^X /O / ; p; d; };'

+ 1
- 1
target/desktop/config.in

@ -138,7 +138,7 @@ pkgfilter sed '
/ tsclient / { p; d; }; / tsclient / { p; d; };
# Disable the rest # Disable the rest
/.*/ { s/^X /O /p; d; };'
/.*/ { s/^X /O / ; p; d; };'
ROCKCFGSET_CREATE_TARBZ2=0 ROCKCFGSET_CREATE_TARBZ2=0
ROCKCFGSET_CREATE_GEM=1 ROCKCFGSET_CREATE_GEM=1

+ 1
- 1
target/server/config.in

@ -83,7 +83,7 @@ pkgfilter sed '
# Disable the rest # Disable the rest
/.*/ { s/^X /O /p; d; };'
/.*/ { s/^X /O / ; p; d; };'
ROCKCFGSET_CREATE_TARBZ2=0 ROCKCFGSET_CREATE_TARBZ2=0
ROCKCFGSET_CREATE_GEM=1 ROCKCFGSET_CREATE_GEM=1

Loading…
Cancel
Save