mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Fix path to mount/umount
Submitted by: Martin Hudec <corwin@aeternal.net>
This commit is contained in:
parent
2a98f0dc54
commit
e1e86c0b51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143529
13
x11-fm/gentoo/files/patch-gentoorc.in
Normal file
13
x11-fm/gentoo/files/patch-gentoorc.in
Normal file
@ -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>
|
Loading…
Reference in New Issue
Block a user