Ignore:
Timestamp:
05/15/2021 08:31:41 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b3bcb7d
Parents:
abed472
Message:

ntfs-3g: Use /usr/sbin instead of /sbin for symlinks and other minor
corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/ntfs-3g.xml

    rabed472 r40fb4cb1  
    128128
    129129<screen role="root"><userinput>make install &amp;&amp;
    130 ln -sv ../bin/ntfs-3g /sbin/mount.ntfs &amp;&amp;
     130ln -sv ../bin/ntfs-3g /usr/sbin/mount.ntfs &amp;&amp;
    131131ln -sv ntfs-3g.8 /usr/share/man/man8/mount.ntfs.8</userinput></screen>
    132132
     
    138138    </para>
    139139
    140 <screen role="root"><userinput>chmod -v 4755 /bin/ntfs-3g</userinput></screen>
     140<screen role="root"><userinput>chmod -v 4755 /usr/bin/ntfs-3g</userinput></screen>
    141141
    142142  </sect2>
     
    168168
    169169    <para>
    170       <command>ln -sv ../bin/ntfs-3g /sbin/mount.ntfs</command>: Creating
     170      <command>ln -sv ../bin/ntfs-3g /usr/sbin/mount.ntfs</command>: Creating
    171171      /sbin/mount.ntfs makes <command>mount</command> default to using Ntfs-3g
    172172      to mount NTFS partitions.
     
    174174
    175175    <para>
    176       <command>chmod -v 4755 /bin/ntfs-3g</command>: Making mount.ntfs setuid
     176      <command>chmod -v 4755 /usr/bin/ntfs-3g</command>: Making mount.ntfs setuid
    177177      root allows non root users to mount NTFS partitions.
    178178    </para>
Note: See TracChangeset for help on using the changeset viewer.