aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/gentoo
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-25 17:45:59 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-25 17:45:59 +0000
commite1e86c0b515041f357d83a21338193273c707ecd (patch)
treed88edc15e4a79e66fdd8d816d0488378d76e38d3 /x11-fm/gentoo
parent2a98f0dc547b713e6f9697d095abc1be41a0542e (diff)
downloadports-e1e86c0b515041f357d83a21338193273c707ecd.tar.gz
ports-e1e86c0b515041f357d83a21338193273c707ecd.zip
- Fix path to mount/umount
Submitted by: Martin Hudec <corwin@aeternal.net>
Notes
Notes: svn path=/head/; revision=143529
Diffstat (limited to 'x11-fm/gentoo')
-rw-r--r--x11-fm/gentoo/files/patch-gentoorc.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-fm/gentoo/files/patch-gentoorc.in b/x11-fm/gentoo/files/patch-gentoorc.in
new file mode 100644
index 000000000000..43f1e3452849
--- /dev/null
+++ b/x11-fm/gentoo/files/patch-gentoorc.in
@@ -0,0 +1,13 @@
+--- gentoorc.in.old Sat Sep 24 23:47:27 2005
++++ gentoorc.in Sat Sep 24 23:48:26 2005
+@@ -2716,8 +2716,8 @@
+ </Paths>
+ <Mounting>
+ <mode>"always"</mode>
+- <cmd_mount>"/bin/mount"</cmd_mount>
+- <cmd_umount>"/bin/umount"</cmd_umount>
++ <cmd_mount>"/sbin/mount"</cmd_mount>
++ <cmd_umount>"/sbin/umount"</cmd_umount>
+ <check_nlink>TRUE</check_nlink>
+ <show_stderr>TRUE</show_stderr>
+ <umount_exit>TRUE</umount_exit>