Ignore:
Timestamp:
01/11/2021 10:23:46 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 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:
35663bc
Parents:
29d3017a
Message:

Ensure /home/rsync is created

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24104 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/rsync.xml

    r29d3017a r0c8e745  
    105105
    106106<screen role="root"><userinput>groupadd -g 48 rsyncd &amp;&amp;
    107 useradd -c "rsyncd Daemon" -d /home/rsync -g rsyncd \
     107useradd -c "rsyncd Daemon" -m -d /home/rsync -g rsyncd \
    108108    -s /bin/false -u 48 rsyncd</userinput></screen>
    109109
Note: See TracChangeset for help on using the changeset viewer.