Author: tpot
Date: 2006-02-23 01:58:27 +0000 (Thu, 23 Feb 2006)
New Revision: 13648

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

Log:
Duh.

Modified:
   branches/SAMBA_3_0/source/utils/net_groupmap.c
   trunk/source/utils/net_groupmap.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_groupmap.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_groupmap.c      2006-02-23 01:53:26 UTC 
(rev 13647)
+++ branches/SAMBA_3_0/source/utils/net_groupmap.c      2006-02-23 01:58:27 UTC 
(rev 13648)
@@ -818,7 +818,7 @@
 
        /* we shouldn't have silly checks like this */
        if (getuid() != 0) {
-               d_fprintf(stderr, "You must be root to edit group 
mappings.\nExiting...\n");
+               d_fprintf(stderr, "You must be root to edit group mappings.\n");
                return -1;
        }
        

Modified: trunk/source/utils/net_groupmap.c
===================================================================
--- trunk/source/utils/net_groupmap.c   2006-02-23 01:53:26 UTC (rev 13647)
+++ trunk/source/utils/net_groupmap.c   2006-02-23 01:58:27 UTC (rev 13648)
@@ -818,7 +818,7 @@
 
        /* we shouldn't have silly checks like this */
        if (getuid() != 0) {
-               d_fprintf(stderr, "You must be root to edit group 
mappings.\nExiting...\n");
+               d_fprintf(stderr, "You must be root to edit group mappings.\n");
                return -1;
        }
        

Reply via email to