rev 283 - in offlineimap/head: . debian

[email protected] Tue, 5 Nov 2002 09:07:45 -0500 (EST)
Newsgroups gmane.mail.imap.offlineimap.subversion
Message-ID <[email protected]>
Author: jgoerzen
Date: 2002-11-05 09:07:45 -0500 (Tue, 05 Nov 2002)
New Revision: 283

Modified:
   offlineimap/head/debian/changelog
   offlineimap/head/offlineimap.1
Log:
  * Fixed setup.py installation instructions.



Modified: offlineimap/head/debian/changelog
==============================================================================
--- offlineimap/head/debian/changelog	(original)
+++ offlineimap/head/debian/changelog	Tue Nov  5 09:07:45 2002
@@ -1,3 +1,9 @@
+offlineimap (3.99.4) unstable; urgency=low
+
+  * Fixed setup.py installation instructions.
+
+ -- John Goerzen <[email protected]>  Tue,  5 Nov 2002 08:06:45 -0600
+
 offlineimap (3.99.3) unstable; urgency=low
 
   * Moved password promting into imapserver.py.  Passwords are now asked

Modified: offlineimap/head/offlineimap.1
==============================================================================
--- offlineimap/head/offlineimap.1	(original)
+++ offlineimap/head/offlineimap.1	Tue Nov  5 09:07:45 2002
@@ -159,13 +159,13 @@
 to invoke the program.
 .SS OTHER SYSTEM-WIDE INSTALLATION
 Download the tar.gz version of the package from the website.  Then run
-these commands:
+these commands, making sure that you are the "root" user first:
 .PP
 .B tar -zxvf offlineimap-x.y.z.tar.gz
 .br
 .B cd offlineimap-x.y.z
 .br
-.B python2.2 setup.py
+.B python2.2 setup.py install
 .PP
 Some systems will need to use
 .B python