Rsync: Difference between revisions
From CBLFS
Jump to navigationJump to search
New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://samba.anu.edu.au/ftp/rsync/rsync-2.6.9.tar.gz |} ---- == Dependencies == === Optional === * [[Pop... |
mNo edit summary |
||
| Line 11: | Line 11: | ||
=== Optional === | === Optional === | ||
* [[Popt]] (Has an included version) | * [[Popt]] (Has an included version) | ||
* [[DocBook | * [[DocBook Utils]] | ||
== Create the rsyncd User/Group == | == Create the rsyncd User/Group == | ||
Revision as of 10:39, 16 April 2007
| Download Source: | http://samba.anu.edu.au/ftp/rsync/rsync-2.6.9.tar.gz |
|---|
Dependencies
Optional
- Popt (Has an included version)
- DocBook Utils
Create the rsyncd User/Group
groupadd -g 49 rsyncd && useradd -c "rsyncd Daemon" -d /home/rsync -g rsyncd -s /bin/false -u 49 rsyncd
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Multilib
This package does not provide any libraries so only one installation is needed.