From 47825b282956bbeaa60202ac8aa8a2d806d51413 Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Mon, 6 Dec 1999 01:13:42 +0000 Subject: BROKEN needs quotes if it contains shell metacharacters like (). --- net/gated/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/gated/Makefile b/net/gated/Makefile index 2dec6d37e7cc..40fa157c69f5 100644 --- a/net/gated/Makefile +++ b/net/gated/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.gated.merit.edu/net-research/gated/ MAINTAINER= peter@FreeBSD.org -BROKEN= Security hole (buffer overflow possibly yielding root) +BROKEN= "Security hole (buffer overflow possibly yielding root)" ALL_TARGET= gated MAN8= gated.8 ripquery.8 ospf_monitor.8 gdc.8 -- cgit v1.2.3