Ignore:
Timestamp:
Sep 18, 2015, 7:39:03 PM (9 years ago)
Author:
katerina
Message:

Fix for tickets #386 (silent check) and #387 (linux audit support).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_readconf.c

    r481 r488  
    871871extern int sh_set_schedule_one(const char * str);
    872872extern int sh_set_schedule_two(const char * str);
     873extern int sh_set_silent_full (const char * str);
    873874#endif
    874875#if defined (SH_WITH_SERVER)
     
    11011102  { N_("setprelinkchecksum"),   SH_SECTION_MISC,   SH_SECTION_NONE,
    11021103    sh_prelink_set_hash },
     1104
     1105  { N_("setfullsilent"),        SH_SECTION_MISC,   SH_SECTION_NONE,
     1106    sh_set_silent_full },
    11031107
    11041108  /* client or standalone
Note: See TracChangeset for help on using the changeset viewer.