View previous topic :: View next topic |
Author |
Message |
steveD Guest
|
Posted: Sun Apr 28, 2002 1:28 pm Post subject: emerge rsync |
|
|
Command "emerge rsync" is used to synchronize the remote portage tree and the local one.
I wonder if there is a new version of the utility "rsync" itself, how to upgrade and compile the new version thru portage system? Look like command "emerge rsync" won't upgrade the "rsync" utility itself. |
|
Back to top |
|
|
Chemtux n00b
Joined: 10 Apr 2002 Posts: 22 Location: The Netherlands
|
Posted: Sun Apr 28, 2002 5:07 pm Post subject: |
|
|
Nice problem...............the thing you can todo: emerge --update net-misc/rsync-2.5.4.ebuild
So just specify the ebuild file. _________________ Nope |
|
Back to top |
|
|
niyogi Apprentice
Joined: 10 Apr 2002 Posts: 199 Location: Austin, TX
|
Posted: Sun Apr 28, 2002 6:16 pm Post subject: |
|
|
emerge is like rpm in that you can specify the package name without the version number as a shortcut... if you want a specific ebuild, just type it out in it's entirety after finding it in the /usr/portage directory somewhere
-S |
|
Back to top |
|
|
|