Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2007 15:44:43 +0200
From:      "Franz Klammer" <klammer@webonaut.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/111451: sysutils/gnome-mount: incorrect umask (-u) when mounting ntfs
Message-ID:  <1176212683.44181@acer.webonaut.com>
Resent-Message-ID: <200704101410.l3AEA8dr062093@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         111451
>Category:       ports
>Synopsis:       sysutils/gnome-mount: incorrect umask (-u) when mounting ntfs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 10 14:10:07 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Franz Klammer
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.2-STABLE #3: Mon Mar 26 13:32:36 CEST 2007
    root@acer.webonaut.com:/usr/obj/usr/src/sys/ACER292



>Description:


in case of NTFS gnome-mount changes the permissons  of the mount point to "d-w--w--w-" so i was not able to open it even i'm the owner



>How-To-Repeat:





>Fix:


--- gnome-mount.diff begins here ---
diff -Nur gnome-mount.orig/Makefile gnome-mount/Makefile
--- gnome-mount.orig/Makefile	Mon Mar 19 06:13:42 2007
+++ gnome-mount/Makefile	Tue Apr 10 15:22:55 2007
@@ -8,7 +8,7 @@
 
 PORTNAME=	gnome-mount
 PORTVERSION=	0.5
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	http://people.freedesktop.org/~david/dist/
 
diff -Nur gnome-mount.orig/files/patch-gnome-mount.schemas.in gnome-mount/files/patch-gnome-mount.schemas.in
--- gnome-mount.orig/files/patch-gnome-mount.schemas.in	Tue Apr 10 15:12:05 2007
+++ gnome-mount/files/patch-gnome-mount.schemas.in	Tue Apr 10 15:29:46 2007
@@ -32,7 +32,7 @@
          <type>list</type>
          <list_type>string</list_type>
 -        <default>[umask=222]</default>
-+        <default>[-m=222]</default>
++        <default>[-m=755]</default>
          <locale name="C">
            <short>Default mount options for ntfs fs</short>
            <long>A list of default mount options for volumes formatted with the ntfs file system.</long>
--- gnome-mount.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1176212683.44181>