From owner-p4-projects Tue Sep 24 7: 8:26 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9AE0637B404; Tue, 24 Sep 2002 07:08:24 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 40F8F37B401 for ; Tue, 24 Sep 2002 07:08:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F353F43E65 for ; Tue, 24 Sep 2002 07:08:23 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from freefall.freebsd.org (perforce@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8OE8NCo082550 for ; Tue, 24 Sep 2002 07:08:23 -0700 (PDT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8OE8NHA082544 for perforce@freebsd.org; Tue, 24 Sep 2002 07:08:23 -0700 (PDT) Date: Tue, 24 Sep 2002 07:08:23 -0700 (PDT) Message-Id: <200209241408.g8OE8NHA082544@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 18057 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18057 Change 18057 by rwatson@rwatson_paprika on 2002/09/24 07:08:03 Cheesy KDE user mount tool. Scans fstab for noauto filesystems, then uses getmntinfo() to figure out if they are mounted. Displays them in a QT listview, and provides "Mount" and "Unmount" buttons. Due to mount(8) not returning useful error codes, the failure modes aren't so pretty, but it works fine otherwise. If run unprivileged, vfs.usermount must be true. Note: don't make this setuid. Affected files ... .. //depot/projects/trustedbsd/misc/kmounter/Makefile#1 add .. //depot/projects/trustedbsd/misc/kmounter/kmounter.cc#1 add .. //depot/projects/trustedbsd/misc/kmounter/kmounter.h#1 add .. //depot/projects/trustedbsd/misc/kmounter/main.cc#1 add Differences ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message