diff options
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/gentoo/files/patch-gentoorc.in | 13 |
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 0000000..43f1e34 --- /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> |