[Pcsclite-cvs-commit] PCSC DRIVERS,1.1.1.1,1.2

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/PCSC
In directory haydn:/tmp/cvs-serv18615

Modified Files:
	DRIVERS 
Log Message:
add a / at the end of URLs and directory names


Index: DRIVERS
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/DRIVERS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DRIVERS	30 Mar 2002 18:14:07 -0000	1.1.1.1
+++ DRIVERS	11 May 2004 08:11:58 -0000	1.2
@@ -1,29 +1,30 @@
 DRIVERS
 
-To install drivers download the driver from http://www.linuxnet.com
+To install USB drivers download the driver from http://www.linuxnet.com/
 and copy it to a temporary location.  After you have unarchived the files
-copy the directory to /usr/local/pcsc/drivers.  If the directory 
-/usr/local/pcsc/drivers does not exist create it before copying the driver
+copy the directory to /usr/local/pcsc/drivers/.  If the directory
+/usr/local/pcsc/drivers/ does not exist create it before copying the driver
 directory to it.
 
 Example Mac OS X, Linux 2.4:
 
 tar -xzvf driver.bundle-0.1.0.tar.gz
-cp -r driver.bundle /usr/local/pcsc/drivers
+cp -r driver.bundle /usr/local/pcsc/drivers/
 cd /usr/local/pcsc/drivers/driver.bundle
 build or use Project Builder to build
 
-The /usr/local/pcsc/drivers directory should contain bundle directories only.
+The /usr/local/pcsc/drivers/ directory should contain bundle directories only.
 You must restart pcscd to use the new driver.
 
 
 All OS's:
 
 For non USB users you must edit the /etc/reader.conf file.
-You can do this easily by running the installifd program in the utils 
+You can do this easily by running the installifd program in the utils/
 directory of pcsc-lite.  Some newer drivers require you to specify 1 as the
-port and then make a symlink from /dev/pcsc/1 to /dev/ttyS* so you can 
+port and then make a symlink from /dev/pcsc/1 to /dev/ttyS* so you can
 ennumerate your ports on any Unix without changing the driver.
 
 Refer to the driver README for more information.
 
+$Id$