Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2002 20:28:43 -0700 (PDT)
From:      Adam Migus <amigus@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 18112 for review
Message-ID:  <200209250328.g8P3ShxX050646@freefall.freebsd.org>

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

Change 18112 by amigus@amigus_ganymede on 2002/09/24 20:28:39

	Oops.  Tweak.

Affected files ...

.. //depot/projects/trustedbsd/misc/kmlsinstall/kmlsinstaller.cc#9 edit

Differences ...

==== //depot/projects/trustedbsd/misc/kmlsinstall/kmlsinstaller.cc#9 (text+ko) ====

@@ -275,6 +275,13 @@
 	error = system(sysbuf);
 	if (error)
 		fprintf(stderr, "\'%s\' returned %d\n", sysbuf, error);
+	memset(sysbuf, NULL, sizeof (sysbuf));
+	p = sysbuf;
+	p = strcat(p, "install -m 555 -o root -g wheel ");
+	p = strcat(p, "relabeluser /usr/local/sbin");
+	error = system(sysbuf);
+	if (error)
+		fprintf(stderr, "\'%s\' returned %d\n", sysbuf, error);
 
 	progressdialog->setLabelText("TrustedBSD MLS Installation\n"
 	    "Enable boot program");

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?200209250328.g8P3ShxX050646>