mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-26 21:13:11 +01:00
Add security/freebsd-update back for non-ia64 releases. (The port is
currently marked ONLY_FOR_ARCHS= i386 amd64 alpha sparc64.) Approved by: scottl
This commit is contained in:
parent
3d2e54c317
commit
0d3dd6d003
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132221
@ -138,6 +138,9 @@ CDROM_SET_1="${CDROM_SET_1} print/apsfilter"
|
||||
CDROM_SET_1="${CDROM_SET_1} print/ghostscript-gnu-nox11"
|
||||
CDROM_SET_1="${CDROM_SET_1} print/gv"
|
||||
CDROM_SET_1="${CDROM_SET_1} print/psutils-letter"
|
||||
if [ ! "X{PKG_ARCH}" = "Xia64" ]; then
|
||||
CDROM_SET_1="${CDROM_SET_1} security/freebsd-update"
|
||||
fi
|
||||
CDROM_SET_1="${CDROM_SET_1} security/sudo"
|
||||
CDROM_SET_1="${CDROM_SET_1} shells/bash2"
|
||||
CDROM_SET_1="${CDROM_SET_1} shells/pdksh"
|
||||
|
Loading…
Reference in New Issue
Block a user