From 022d016927c93d0efbc3ad23c2ed5a4c854c8e41 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 19 Nov 2006 21:36:27 +0000 Subject: fix the default mount options for vfat, ntfs, iso9660, and udf. Reported by: sajd on #freebsd-gnome git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7936 df743ca5-7f9a-e211-a948-0013205c9059 --- sysutils/gnome-mount/Makefile | 5 +-- .../gnome-mount/files/patch-gnome-mount.schemas.in | 38 ++++++++++++++++++++++ 2 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 sysutils/gnome-mount/files/patch-gnome-mount.schemas.in (limited to 'sysutils') diff --git a/sysutils/gnome-mount/Makefile b/sysutils/gnome-mount/Makefile index 6aa317ff5..41ef9828a 100644 --- a/sysutils/gnome-mount/Makefile +++ b/sysutils/gnome-mount/Makefile @@ -2,12 +2,13 @@ # Date created: 04 June 2006 # Whom: Joe Marcus Clarke # -# $FreeBSD: ports/sysutils/gnome-mount/Makefile,v 1.2 2006/11/05 03:47:43 mezz Exp $ -# $MCom: ports/sysutils/gnome-mount/Makefile,v 1.4 2006/10/05 07:37:38 mezz Exp $ +# $FreeBSD$ +# $MCom: ports/sysutils/gnome-mount/Makefile,v 1.6 2006/11/14 02:46:51 marcus Exp $ # PORTNAME= gnome-mount PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= sysutils gnome MASTER_SITES= http://people.freedesktop.org/~david/dist/ diff --git a/sysutils/gnome-mount/files/patch-gnome-mount.schemas.in b/sysutils/gnome-mount/files/patch-gnome-mount.schemas.in new file mode 100644 index 000000000..28c9ceab3 --- /dev/null +++ b/sysutils/gnome-mount/files/patch-gnome-mount.schemas.in @@ -0,0 +1,38 @@ +--- gnome-mount.schemas.in.orig Sun Nov 19 16:32:47 2006 ++++ gnome-mount.schemas.in Sun Nov 19 16:34:14 2006 +@@ -6,7 +6,7 @@ + /system/storage/default_options/vfat/mount_options + list + string +- [shortname=winnt,uid=] ++ [shortnames] + + Default mount options for vfat fs + A list of default mount options for volumes formatted with the vfat file system. +@@ -18,7 +18,7 @@ + /system/storage/default_options/iso9660/mount_options + list + string +- [uid=] ++ [] + + Default mount options for iso9660 fs + A list of default mount options for volumes formatted with the iso9660 file system. +@@ -30,7 +30,7 @@ + /system/storage/default_options/udf/mount_options + list + string +- [uid=] ++ [] + + Default mount options for udf fs + A list of default mount options for volumes formatted with the udf file system. +@@ -42,7 +42,7 @@ + /system/storage/default_options/ntfs/mount_options + list + string +- [umask=222] ++ [] + + Default mount options for ntfs fs + A list of default mount options for volumes formatted with the ntfs file system. -- cgit v1.2.3