From 977cb19587393639d9f3bcbfbe78f502a63a3346 Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Wed, 15 Feb 2006 14:37:35 +0000 Subject: [PATCH] Update a comment to match functionality changed in r1.39 (allow square brackets in process names). MFC after: 2 days --- etc/rc.subr | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/rc.subr b/etc/rc.subr index 78a0f3620be4..b8fc3a9edf7a 100644 --- a/etc/rc.subr +++ b/etc/rc.subr @@ -236,6 +236,7 @@ check_process() # `basename procname` # `basename procname` + ":" # "(" + `basename procname` + ")" +# "[" + `basename procname` + "]" # # If interpreter != ".", read the first line of procname, remove the # leading #!, normalise whitespace, append procname, and attempt to