diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-12-22 19:56:40 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-12-22 19:56:40 +0000 |
commit | d546c79b620e53436c01a75b90260c3b469d6ba2 (patch) | |
tree | 277ac51746dcb22e28eb33d9463457eb101a75ea /emulators | |
parent | Correct quoting of DEPRECATED (diff) |
Correct the DEPRECATED string.
PR: 75388
Approved by: kris
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base-6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index 145b36fd8de9..a2ce0843907e 100644 --- a/emulators/linux_base-6/Makefile +++ b/emulators/linux_base-6/Makefile @@ -23,7 +23,7 @@ PATCHFILES= ${UPDATES} MAINTAINER= ports@FreeBSD.org COMMENT= The base set of packages needed in Linux mode -DEPRECATED= "obsolete; has a minor security bug: <URL:http://www.redhat.com/support/errata/archives/RHSA-2000-117.html> and probably others" +DEPRECATED= "obsolete and has a minor security bug: see http://www.redhat.com/support/errata/archives/RHSA-2000-117.html" .if (${MACHINE_ARCH} == "alpha") FORBIDDEN= "see <URL:http://rhn.redhat.com/errata/RHSA-2003-089.html> or\ |