diff options
author | bmah <bmah@FreeBSD.org> | 2002-12-09 16:55:25 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2002-12-09 16:55:25 +0000 |
commit | c2273f468f590408c5fb1105ca680cd22e322cf0 (patch) | |
tree | 0403aed4b68c692658acc401c167491dfa7706c6 /release/scripts | |
parent | 1bc2e29c9ea2f6432f94e1ac33baf288de32d9d5 (diff) | |
download | FreeBSD-src-c2273f468f590408c5fb1105ca680cd22e322cf0.zip FreeBSD-src-c2273f468f590408c5fb1105ca680cd22e322cf0.tar.gz |
Move lang/perl5 from the "want to have on disc1" to the "sysinstall
requires on disc1" part of the package split list, to track the
Perl support in sysinstall. Essentially a cosmetic change.
Approved by: re
Diffstat (limited to 'release/scripts')
-rwxr-xr-x | release/scripts/print-cdrom-packages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/print-cdrom-packages.sh b/release/scripts/print-cdrom-packages.sh index f80c6d7..15f4427 100755 --- a/release/scripts/print-cdrom-packages.sh +++ b/release/scripts/print-cdrom-packages.sh @@ -68,6 +68,7 @@ CDROM_SET_1="${CDROM_SET_1} emulators/osf1_base" else CDROM_SET_1="${CDROM_SET_1} emulators/linux_base" fi +CDROM_SET_1="${CDROM_SET_1} lang/perl5" CDROM_SET_1="${CDROM_SET_1} net/pcnfsd" CDROM_SET_1="${CDROM_SET_1} net/rsync" CDROM_SET_1="${CDROM_SET_1} x11-fonts/XFree86-4-font100dpi" @@ -107,7 +108,6 @@ CDROM_SET_1="${CDROM_SET_1} graphics/gimp1" CDROM_SET_1="${CDROM_SET_1} graphics/xpdf" CDROM_SET_1="${CDROM_SET_1} graphics/xv" CDROM_SET_1="${CDROM_SET_1} irc/xchat" -CDROM_SET_1="${CDROM_SET_1} lang/perl5" CDROM_SET_1="${CDROM_SET_1} mail/exim" CDROM_SET_1="${CDROM_SET_1} mail/fetchmail" CDROM_SET_1="${CDROM_SET_1} mail/mutt" |