diff options
author | trhodes <trhodes@FreeBSD.org> | 2003-07-12 15:35:06 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2003-07-12 15:35:06 +0000 |
commit | b23c0b422ef7159cfc9eba25e3d14a31f0597540 (patch) | |
tree | 8a2ae9a667e9817ce376c4c19d436c67e2769002 /release/scripts | |
parent | 4a60e6fdcf08a2fc18660ec0368725323beccdda (diff) | |
download | FreeBSD-src-b23c0b422ef7159cfc9eba25e3d14a31f0597540.zip FreeBSD-src-b23c0b422ef7159cfc9eba25e3d14a31f0597540.tar.gz |
Postfix, pcre, and Exim should be on the first CD in order for the recent
sysinstall(8) commit to function properly.
Discussed with: bmah (while the sysinstall(8) patch was sent to re).
Diffstat (limited to 'release/scripts')
-rwxr-xr-x | release/scripts/print-cdrom-packages.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release/scripts/print-cdrom-packages.sh b/release/scripts/print-cdrom-packages.sh index 19a19e7..91fcf6a 100755 --- a/release/scripts/print-cdrom-packages.sh +++ b/release/scripts/print-cdrom-packages.sh @@ -72,9 +72,12 @@ CDROM_SET_1="${CDROM_SET_1} emulators/osf1_base" elif [ "X${PKG_ARCH}" = "Xi386" ]; then CDROM_SET_1="${CDROM_SET_1} emulators/linux_base" fi +CDROM_SET_1="${CDROM_SET_1} devel/pcre" 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} mail/exim" +CDROM_SET_1="${CDROM_SET_1} mail/postfix" CDROM_SET_1="${CDROM_SET_1} x11-fonts/XFree86-4-font100dpi" CDROM_SET_1="${CDROM_SET_1} x11-fonts/XFree86-4-font75dpi" CDROM_SET_1="${CDROM_SET_1} x11-fonts/XFree86-4-fontCyrillic" |