[Pcsclite-cvs-commit] PCSC/etc SmartcardServices,1.4,1.5 StartupParameters.plist,1.2,1.3

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


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

Modified Files:
	SmartcardServices StartupParameters.plist 
Log Message:
smartcard -> smart card, musclecard -> MuscleCard


Index: SmartcardServices
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/etc/SmartcardServices,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- SmartcardServices	16 Oct 2002 20:09:31 -0000	1.4
+++ SmartcardServices	10 May 2004 13:14:30 -0000	1.5
@@ -9,7 +9,7 @@
 StartService ()
 {
     if ! pid=$(GetPID pcscd); then
-	ConsoleMessage "Starting Smartcard Services"
+	ConsoleMessage "Starting Smart card Services"
 	rm -rf /tmp/pcsc
 	/usr/sbin/pcscd
     fi
@@ -19,7 +19,7 @@
 StopService ()
 {
     if pid=$(GetPID pcscd); then
-        ConsoleMessage "Stopping Smartcard Services"
+        ConsoleMessage "Stopping Smart card Services"
         kill -TERM "${pid}"
     fi
 }
@@ -27,7 +27,7 @@
 RestartService ()
 {
     if pid=$(GetPID pcscd); then
-        ConsoleMessage "Restarting Smartcard Services"
+        ConsoleMessage "Restarting Smart card Services"
         kill -TERM "${pid}"
     fi
     # Leave pcscd the time to die

Index: StartupParameters.plist
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/etc/StartupParameters.plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- StartupParameters.plist	28 May 2002 17:36:12 -0000	1.2
+++ StartupParameters.plist	10 May 2004 13:14:30 -0000	1.3
@@ -5,7 +5,7 @@
   OrderPreference = "None";
   Messages =
   {
-    start = "Starting Smartcard Services";
-    stop  = "Stopping Smartcard Services";
+    start = "Starting Smart card Services";
+    stop  = "Stopping Smart card Services";
   };
 }