SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you pass the -h option, you'll get a help menu which parses this - -a <arch> Architecture to mirror (defaults to 'x86', can be 'x86_64' too)."
Reading the script states this -
Quote:
# What architecture will we be mirroring? The default is 'x86' meaning 32bit.
# Alternatively you can specify 'x86_64' meaning 64bit. The value of SARCH
# determines the name of the slackware directories.
# This value can be overruled via the '-a' commandline parameter;
SARCH=${SARCH:-"x86"}
You did something wrong, or did not look at the packages close enough -
Code:
bash-3.1# sh rsync_slackware_patches.sh -a x86_64
[rsync_slackware_patches.sh:] Syncing patches for slackware64 version '13.0'.
[rsync_slackware_patches.sh:] Changing to '/home/ftp/pub/Linux/Slackware/slackware64-13.0/'.
[rsync_slackware_patches.sh:] Here we go... using master 'slackware.mirrors.tds.net::slackware'
-----------------------------
bash-3.1# ls
mozilla-firefox-3.5.3-x86_64-1.txz
seamonkey-1.1.18-x86_64-1.txz
seamonkey-solibs-1.1.18-x86_64-2.txz
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.