Skip to content

Commit

Permalink
Removing startup banner.
Browse files Browse the repository at this point in the history
  • Loading branch information
bushman authored and bushman committed Oct 10, 2008
1 parent b8bf37e commit bf73e5b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions usr.sbin/nscd/nscd.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ static void destroy_cache_(cache);
static void destroy_runtime_env(struct runtime_env *);
static cache init_cache_(struct configuration *);
static struct runtime_env *init_runtime_env(struct configuration *);
static void print_version_info(void);
static void processing_loop(cache, struct runtime_env *,
struct configuration *);
static void process_socket_event(struct kevent *, struct runtime_env *,
Expand All @@ -89,14 +88,6 @@ static void usage(void);

void get_time_func(struct timeval *);

static void
print_version_info(void)
{
TRACE_IN(print_version_info);
printf("nscd v0.2 (20 Oct 2005)\nwas developed during SoC 2005\n");
TRACE_OUT(print_version_info);
}

static void
usage(void)
{
Expand Down Expand Up @@ -622,9 +613,6 @@ main(int argc, char *argv[])
/* by default all debug messages are omitted */
TRACE_OFF();

/* startup output */
print_version_info();

/* parsing command line arguments */
trace_mode_enabled = 0;
force_single_threaded = 0;
Expand Down

0 comments on commit bf73e5b

Please sign in to comment.