[Pcsclite-cvs-commit] r2828 - /trunk/PCSC/src/pcscdaemon.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sat Feb 16 12:04:53 UTC 2008


Author: rousseau
Date: Sat Feb 16 12:04:53 2008
New Revision: 2828

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2828
Log:
update comments /var/run/ is now /var/run/pcscd/ by default

Modified:
    trunk/PCSC/src/pcscdaemon.c

Modified: trunk/PCSC/src/pcscdaemon.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/pcscdaemon.c?rev=2828&op=diff
==============================================================================
--- trunk/PCSC/src/pcscdaemon.c (original)
+++ trunk/PCSC/src/pcscdaemon.c Sat Feb 16 12:04:53 2008
@@ -320,7 +320,7 @@
 	}
 
 	/*
-	 * test the presence of /var/run/pcsc.pub
+	 * test the presence of /var/run/pcscd/pcsc.pub
 	 */
 
 	rv = SYS_Stat(PCSCLITE_PUBSHM_FILE, &fStatBuf);
@@ -438,7 +438,7 @@
 				strerror(errno));
 	}
 
-	/* cleanly remove /var/run/pcsc.* files when exiting */
+	/* cleanly remove /var/run/pcscd/pcsc.* files when exiting */
 	if (atexit(at_exit))
 		Log2(PCSC_LOG_CRITICAL, "atexit() failed: %s", strerror(errno));
 




More information about the Pcsclite-cvs-commit mailing list