diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-01 04:44:44 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-01-01 04:44:44 +0800 |
commit | 939c5edb163be7c8ef5f3a1c94b5301d832fa0a9 (patch) | |
tree | 0faac2fe22b583a4da1d20370ecbf686dabda552 /sysutils | |
parent | dc50c30ae4b8f85284da4b035a50140c6c8a7509 (diff) | |
download | marcuscom-ports-939c5edb163be7c8ef5f3a1c94b5301d832fa0a9.tar marcuscom-ports-939c5edb163be7c8ef5f3a1c94b5301d832fa0a9.tar.gz marcuscom-ports-939c5edb163be7c8ef5f3a1c94b5301d832fa0a9.tar.bz2 marcuscom-ports-939c5edb163be7c8ef5f3a1c94b5301d832fa0a9.tar.lz marcuscom-ports-939c5edb163be7c8ef5f3a1c94b5301d832fa0a9.tar.xz marcuscom-ports-939c5edb163be7c8ef5f3a1c94b5301d832fa0a9.tar.zst marcuscom-ports-939c5edb163be7c8ef5f3a1c94b5301d832fa0a9.zip |
Mount vfat volumes with the longnames option by default.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8126 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-mount/Makefile | 4 | ||||
-rw-r--r-- | sysutils/gnome-mount/files/patch-gnome-mount.schemas.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/gnome-mount/Makefile b/sysutils/gnome-mount/Makefile index 9892e3f97..0365dabc7 100644 --- a/sysutils/gnome-mount/Makefile +++ b/sysutils/gnome-mount/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-mount/Makefile,v 1.10 2006/12/07 17:05:46 marcus Exp $ +# $MCom: ports/sysutils/gnome-mount/Makefile,v 1.11 2006/12/20 21:17:56 pav Exp $ # PORTNAME= gnome-mount PORTVERSION= 0.5 -PORTREVISION= 4 +PORTREVISION= 5 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 index 3868c56b3..d4a0961b4 100644 --- a/sysutils/gnome-mount/files/patch-gnome-mount.schemas.in +++ b/sysutils/gnome-mount/files/patch-gnome-mount.schemas.in @@ -1,11 +1,11 @@ --- gnome-mount.schemas.in.orig Wed Jun 21 22:45:53 2006 -+++ gnome-mount.schemas.in Sun Nov 26 16:30:37 2006 ++++ gnome-mount.schemas.in Sun Dec 31 15:38:28 2006 @@ -6,7 +6,7 @@ <applyto>/system/storage/default_options/vfat/mount_options</applyto> <type>list</type> <list_type>string</list_type> - <default>[shortname=winnt,uid=]</default> -+ <default>[shortnames,-u=]</default> ++ <default>[longnames,-u=]</default> <locale name="C"> <short>Default mount options for vfat fs</short> <long>A list of default mount options for volumes formatted with the vfat file system.</long> |