From 3d9556ddc00022594deb3b92729c887772771f0d Mon Sep 17 00:00:00 2001 From: Mike Makonnen Date: Wed, 30 Apr 2003 03:03:47 +0000 Subject: [PATCH] This particular debugging statement is very verbose, making the rest of the debug output hard to follow. Comment it out. It's commented out in NetBSD's version as well. Approved by: markm (mentor)(implicit) --- etc/rc.subr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.subr b/etc/rc.subr index 48f68e167fc3..1f21f221f558 100644 --- a/etc/rc.subr +++ b/etc/rc.subr @@ -275,7 +275,7 @@ _find_processes() esac done' - debug "in _find_processes: proccheck is ($_proccheck)." +# debug "in _find_processes: proccheck is ($_proccheck)." eval $_proccheck }