svn commit: samba r23596 - in branches: SAMBA_3_0/source/client SAMBA_3_0_25/source/client SAMBA_3_0_26/source/client

vlendec at samba.org vlendec at samba.org
Mon Jun 25 11:45:55 GMT 2007


Author: vlendec
Date: 2007-06-25 11:45:54 +0000 (Mon, 25 Jun 2007)
New Revision: 23596

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23596

Log:
Add notes about smbfs/cifs to usage() in smb[u]mount

Modified:
   branches/SAMBA_3_0/source/client/smbmount.c
   branches/SAMBA_3_0/source/client/smbumount.c
   branches/SAMBA_3_0_25/source/client/smbmount.c
   branches/SAMBA_3_0_25/source/client/smbumount.c
   branches/SAMBA_3_0_26/source/client/smbmount.c
   branches/SAMBA_3_0_26/source/client/smbumount.c


Changeset:
Modified: branches/SAMBA_3_0/source/client/smbmount.c
===================================================================
--- branches/SAMBA_3_0/source/client/smbmount.c	2007-06-24 13:40:58 UTC (rev 23595)
+++ branches/SAMBA_3_0/source/client/smbmount.c	2007-06-25 11:45:54 UTC (rev 23596)
@@ -669,6 +669,9 @@
 
 	printf("Version %s\n\n",SAMBA_VERSION_STRING);
 
+	printf("Please be aware that smbfs is deprecated in favor of "
+	       "cifs\n\n");
+
 	printf(
 "Options:\n\
       username=<arg>                  SMB username\n\

Modified: branches/SAMBA_3_0/source/client/smbumount.c
===================================================================
--- branches/SAMBA_3_0/source/client/smbumount.c	2007-06-24 13:40:58 UTC (rev 23595)
+++ branches/SAMBA_3_0/source/client/smbumount.c	2007-06-25 11:45:54 UTC (rev 23596)
@@ -32,7 +32,9 @@
 static void
 usage(void)
 {
-        printf("usage: smbumount mountpoint\n");
+        printf("usage: smbumount mountpoint\n\n");
+	printf("Please be aware that smbfs is deprecated in favor of "
+	       "cifs\n");
 }
 
 static int

Modified: branches/SAMBA_3_0_25/source/client/smbmount.c
===================================================================
--- branches/SAMBA_3_0_25/source/client/smbmount.c	2007-06-24 13:40:58 UTC (rev 23595)
+++ branches/SAMBA_3_0_25/source/client/smbmount.c	2007-06-25 11:45:54 UTC (rev 23596)
@@ -669,6 +669,9 @@
 
 	printf("Version %s\n\n",SAMBA_VERSION_STRING);
 
+	printf("Please be aware that smbfs is deprecated in favor of "
+	       "cifs\n\n");
+
 	printf(
 "Options:\n\
       username=<arg>                  SMB username\n\

Modified: branches/SAMBA_3_0_25/source/client/smbumount.c
===================================================================
--- branches/SAMBA_3_0_25/source/client/smbumount.c	2007-06-24 13:40:58 UTC (rev 23595)
+++ branches/SAMBA_3_0_25/source/client/smbumount.c	2007-06-25 11:45:54 UTC (rev 23596)
@@ -32,7 +32,9 @@
 static void
 usage(void)
 {
-        printf("usage: smbumount mountpoint\n");
+        printf("usage: smbumount mountpoint\n\n");
+	printf("Please be aware that smbfs is deprecated in favor of "
+	       "cifs\n");
 }
 
 static int

Modified: branches/SAMBA_3_0_26/source/client/smbmount.c
===================================================================
--- branches/SAMBA_3_0_26/source/client/smbmount.c	2007-06-24 13:40:58 UTC (rev 23595)
+++ branches/SAMBA_3_0_26/source/client/smbmount.c	2007-06-25 11:45:54 UTC (rev 23596)
@@ -669,6 +669,9 @@
 
 	printf("Version %s\n\n",SAMBA_VERSION_STRING);
 
+	printf("Please be aware that smbfs is deprecated in favor of "
+	       "cifs\n\n");
+
 	printf(
 "Options:\n\
       username=<arg>                  SMB username\n\

Modified: branches/SAMBA_3_0_26/source/client/smbumount.c
===================================================================
--- branches/SAMBA_3_0_26/source/client/smbumount.c	2007-06-24 13:40:58 UTC (rev 23595)
+++ branches/SAMBA_3_0_26/source/client/smbumount.c	2007-06-25 11:45:54 UTC (rev 23596)
@@ -32,7 +32,9 @@
 static void
 usage(void)
 {
-        printf("usage: smbumount mountpoint\n");
+        printf("usage: smbumount mountpoint\n\n");
+	printf("Please be aware that smbfs is deprecated in favor of "
+	       "cifs\n");
 }
 
 static int



More information about the samba-cvs mailing list