aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-09-26 01:45:59 +0800
committerpav <pav@FreeBSD.org>2005-09-26 01:45:59 +0800
commit4ddac55595ccc49a80086f459081507cc04d275a (patch)
tree996ac3d94444471d3896566cba48bd51bbf36bea
parent7f50322794e96c324509821d2be217c95fc100a6 (diff)
downloadfreebsd-ports-gnome-4ddac55595ccc49a80086f459081507cc04d275a.tar.gz
freebsd-ports-gnome-4ddac55595ccc49a80086f459081507cc04d275a.tar.zst
freebsd-ports-gnome-4ddac55595ccc49a80086f459081507cc04d275a.zip
- Fix path to mount/umount
Submitted by: Martin Hudec <corwin@aeternal.net>
-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>