From 62a783a6bd7649ccd162e32278098080bf450c7b Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Fri, 9 Aug 2002 18:03:48 +0000 Subject: Imported from pacman-2.0.tar.gz --- pacsync.8.in | 53 ----------------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 pacsync.8.in (limited to 'pacsync.8.in') diff --git a/pacsync.8.in b/pacsync.8.in deleted file mode 100644 index 5c8945de..00000000 --- a/pacsync.8.in +++ /dev/null @@ -1,53 +0,0 @@ -.TH pacsync 8 "Mar 17, 2002" "pacsync #VERSION#" "" -.SH NAME -pacsync \- package update frontend for pacman -.SH SYNOPSIS -\fBpacsync [--root ] [package] [package] ...\fP -.SH DESCRIPTION -\fBpacsync\fP is a \fIpackage update\fP frontend for the -\fIpacman\fP package manager. It keeps track of the versions -of packages installed on the local system and the versions of -packages on a remote server. This allows you to issue a single -command and have you system's packages brought into sync. -.SH OPERATIONS -.TP -.B "sync" -Download a new copy of the package list from the server. This -should be done regularly, usually before an "install", "upgrade" -or "sysupgrade" command. -.TP -.B "install " -Install a new package. \fBpacsync\fP will first look for the package -in the cache directory. If it is not there, it will attempt to -download the file from the server. On success, the package will -be installed. (Note that the downloaded file is also copied to -a cache directory on your filesystem. You can delete it with -"clean"). -.TP -.B "upgrade " -Upgrade a package. This is the same as \fIinstall\fP, except a package -is upgraded (ie, it is already installed in the system). -.TP -.B "report" -Generate an upgrade report. This operation will compare all local -package versions to remote versions, and then show you a report of -the differences. -.TP -.B "sysupgrade" -Full system upgrade. This is the same as report except after confirmation, -\fBpacsync\fP will upgrade all packages that are not up to date. -.TP -.B "clean" -This will remove all downloaded packages from the cache directory. This -can/should be used regularly to free up diskspace. -.SH CONFIGURATION -Configuration options are stored in /etc/pacsync.conf. Currently there is only -one directive. -.TP -.B "SYNC_SERVER" -This should be set to the full URL of the download server closest to you. -FTP is preferred, but HTTP is supported also, provided you have wget. -.SH AUTHOR -.nf -Judd Vinet -.fi -- cgit v1.2.3-24-g4f1b