Bug 111364

Summary: [PATCH]: x11/kdebase3 Fix HALbackend: replace fuser utility, mount from fstab
Product: Ports & Packages Reporter: Maxim Samsonov <xors>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
kdebase3.diff none

Description Maxim Samsonov 2007-04-08 02:10:08 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-04-08 02:10:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-04-15 10:39:06 UTC
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"
Comment 3 Michael Nottebrock freebsd_committer freebsd_triage 2007-04-15 10:39:29 UTC
State Changed
From-To: open->closed

Committed, thanks!