diff options
| author | Murray Stokely <murray@FreeBSD.org> | 2003-08-19 05:45:49 +0000 |
|---|---|---|
| committer | Murray Stokely <murray@FreeBSD.org> | 2003-08-19 05:45:49 +0000 |
| commit | f8b27704c7459dcf7bcbf570cca6be327e8aaba3 (patch) | |
| tree | 2781097b98afeafdd81534ab8c9378f61b69bf45 | |
| parent | 0a1acce85fa5021491b29dc9b2ef0a7496d85dd9 (diff) | |
Notes
| -rwxr-xr-x | release/scripts/print-cdrom-packages.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release/scripts/print-cdrom-packages.sh b/release/scripts/print-cdrom-packages.sh index bb7efad4aae2..0a3c4487a652 100755 --- a/release/scripts/print-cdrom-packages.sh +++ b/release/scripts/print-cdrom-packages.sh @@ -121,6 +121,7 @@ CDROM_SET_1="${CDROM_SET_1} mail/mutt" CDROM_SET_1="${CDROM_SET_1} mail/pine4" CDROM_SET_1="${CDROM_SET_1} mail/popd" CDROM_SET_1="${CDROM_SET_1} mail/xfmail" +CDROM_SET_1="${CDROM_SET_1} misc/bsddiff" CDROM_SET_1="${CDROM_SET_1} misc/screen" CDROM_SET_1="${CDROM_SET_1} net/cvsup" CDROM_SET_1="${CDROM_SET_1} net/samba" @@ -139,6 +140,7 @@ CDROM_SET_1="${CDROM_SET_1} print/ghostview" CDROM_SET_1="${CDROM_SET_1} print/gv" CDROM_SET_1="${CDROM_SET_1} print/psutils-letter" CDROM_SET_1="${CDROM_SET_1} security/sudo" +CDROM_SET_1="${CDROM_SET_1} security/freebsd-update" CDROM_SET_1="${CDROM_SET_1} shells/bash2" CDROM_SET_1="${CDROM_SET_1} shells/pdksh" CDROM_SET_1="${CDROM_SET_1} shells/zsh" |
