OSSP CVS Repository

ossp - Check-in [1801]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 1801
Date: 2002-Feb-05 11:42:39 (local)
2002-Feb-05 10:42:39 (UTC)
User:thl
Branch:
Comment: removed obsolete --veryverbose
Tickets:
Inspections:
Files:
ossp-pkg/lmtp2nntp/fixme.h      1.11 -> 1.12     1 inserted, 1 deleted
ossp-pkg/lmtp2nntp/lmtp2nntp_main.c      1.35 -> 1.36     0 inserted, 1 deleted
ossp-pkg/lmtp2nntp/lmtp2nntp_option.c      1.9 -> 1.10     0 inserted, 1 deleted

ossp-pkg/lmtp2nntp/fixme.h 1.11 -> 1.12

--- fixme.h      2002/02/05 10:40:51     1.11
+++ fixme.h      2002/02/05 10:42:39     1.12
@@ -65,7 +65,7 @@
     int             nacl; /* number of acl structures found at pacl */
     struct acl     *pacl; /* pointer to an array of acl structures */
 
-    int             option_veryverbose;
+    /*FIXME obsolete int             option_veryverbose; */
     int             option_childsmax;
     int             active_childs;
     l2_env_t       *l2_env;


ossp-pkg/lmtp2nntp/lmtp2nntp_main.c 1.35 -> 1.36

--- lmtp2nntp_main.c     2002/02/05 10:40:51     1.35
+++ lmtp2nntp_main.c     2002/02/05 10:42:39     1.36
@@ -364,7 +364,6 @@
     ctx->option_killflag = FALSE;
     ctx->option_uid = getuid();
     ctx->option_daemon = FALSE;
-    ctx->option_veryverbose = FALSE;
     ctx->active_childs = 0;
     ctx->l2_env = NULL;
     ctx->l2 = NULL;


ossp-pkg/lmtp2nntp/lmtp2nntp_option.c 1.9 -> 1.10

--- lmtp2nntp_option.c   2002/02/04 13:52:15     1.9
+++ lmtp2nntp_option.c   2002/02/05 10:42:39     1.10
@@ -607,7 +607,6 @@
     (void)option_register(o, "daemonize",          'D', OPT_FLAG,    NULL,        "detach from terminal",              NULL,                         &stdsyntax, NULL );
     (void)option_register(o, "kill",               'K', OPT_FLAG,    NULL,        "kill a previously run daemon",      NULL,                         &stdsyntax, NULL );
     (void)option_register(o, "pidfile",            'P', OPT_SINGLE,  NULL,        "file containing pid",               "pidfile",                    &stdsyntax, "m/.*/" );
-    (void)option_register(o, "veryverbose",        'V', OPT_FLAG,    NULL,        "FIXME",                             NULL,                         &stdsyntax, NULL );
     (void)option_register(o, "acl",                'a', OPT_MULTI,   NULL,        "LMTP server access control list",   "addr[/mask]",                &stdsyntax, "m/.*/" );
     (void)option_register(o, "bind",               'b', OPT_SINGLE,  NULL,        "LMTP server bind",                  "addr[:port]|-|path[:perms]", &stdsyntax, "m/.*/" );
     (void)option_register(o, "client",             'c', OPT_SINGLE,  NULL,        "NNTP client bind",                  "addr[:port]",                &stdsyntax, "m/.*/" );

CVSTrac 2.0.1