Bug 111364 - [PATCH]: x11/kdebase3 Fix HALbackend: replace fuser utility, mount from fstab
Summary: [PATCH]: x11/kdebase3 Fix HALbackend: replace fuser utility, mount from fstab
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-08 02:10 UTC by Maxim Samsonov
Modified: 2007-04-15 10:40 UTC (History)
0 users

See Also:


Attachments
kdebase3.diff (8.58 KB, patch)
2007-04-08 02:10 UTC, Maxim Samsonov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!