This patch should solve two problems: 1. Absence of process list in error dialog when media manager tries unmount the busy device. This list should produce 'fuser' utility which is missing in FreeBSD base, so it is replaced by this patch to more appropriate 'fstat' utility. 2. Lack of possibility to mount volumes listed in fstab. This happened because previous correct patch was corrupted and did not work the way it was supposed to. I have corrected this issue.
Responsible Changed From-To: freebsd-ports-bugs->kde Over to maintainer
lofi 2007-04-15 09:39:02 UTC FreeBSD ports repository Modified files: x11/kdebase3 Makefile x11/kdebase3/files extrapatch-kioslave_media_mediamanager-halbackend.cpp Log: - List processes which prevent a volume from getting unmounted by using fstat (instead of fuser). - Fix mounting volumes listed in fstab. PR: ports/111364 Submitted by: Maxim Samsonov <xors@mne.ru> Revision Changes Path 1.194 +1 -1 ports/x11/kdebase3/Makefile 1.5 +49 -34 ports/x11/kdebase3/files/extrapatch-kioslave_media_mediamanager-halbackend.cpp _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!