Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2002 14:12:47 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14449 for review
Message-ID:  <200207182112.g6ILClda072235@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14449

Change 14449 by rwatson@rwatson_paprika on 2002/07/18 14:12:00

	Slightly more supportive error dialog if kugidfw is unable
	to load the current rule set from the kernel.

Affected files ...

.. //depot/projects/trustedbsd/misc/kugidfw/kugidfw.cc#2 edit

Differences ...

==== //depot/projects/trustedbsd/misc/kugidfw/kugidfw.cc#2 (text+ko) ====

@@ -264,7 +264,9 @@
 
 	rule_slots = bsde_get_rule_slots(BUFSIZ, errstr);
 	if (rule_slots == -1) {
-		QMessageBox::information(this, "", "");
+		QMessageBox::information(this, "Unable to load rules",
+		    "Unable to load the current ruleset.  "
+		    "Perhaps mac_bsdextended.ko is not loaded?");
 		return;
 	}
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207182112.g6ILClda072235>