I forgot to send patch with net_cache's entrypoint. 

-- 
cheers,
+------------------------------------------------------------+
|Rafal 'Mimir' Szczesniak <[EMAIL PROTECTED]>   |
|*BSD, GNU/Linux and Samba                                  /
|__________________________________________________________/
Index: utils/net.c
===================================================================
RCS file: /cvsroot/samba/source/utils/net.c,v
retrieving revision 1.56
diff -u -r1.56 net.c
--- utils/net.c 21 Aug 2002 19:39:38 -0000      1.56
+++ utils/net.c 5 Sep 2002 14:14:28 -0000
@@ -352,6 +352,7 @@
        {"TIME", net_time},
        {"LOOKUP", net_lookup},
        {"JOIN", net_join},
+       {"CACHE", net_cache},
 
        {"HELP", net_help},
        {NULL, NULL}
Index: utils/net_help.c
===================================================================
RCS file: /cvsroot/samba/source/utils/net_help.c,v
retrieving revision 1.7
diff -u -r1.7 net_help.c
--- utils/net_help.c    25 Jun 2002 02:29:09 -0000      1.7
+++ utils/net_help.c    5 Sep 2002 14:14:29 -0000
@@ -135,6 +135,7 @@
                 "  net user\t\tto manage users\n"\
                 "  net group\t\tto manage groups\n"\
                 "  net join\t\tto join a domain\n"\
+                "  net cache\t\tto operate on cache tdb file\n"\
                 "\n"\
                 "  net ads <command>\tto run ADS commands\n"\
                 "  net rap <command>\tto run RAP (pre-RPC) commands\n"\

Reply via email to