Navigation


Changeset 304:ad3c46016584 in freeDiameter for freeDiameter/main.c


Ignore:
Timestamp:
May 14, 2010, 5:26:53 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Added install directives for cmake; also allow default directory to seek for extensions and configuration files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/main.c

    r285 r304  
    310310                "  -V, --version          Print version and exit\n"
    311311                "  -c, --config=filename  Read configuration from this file instead of the \n"
    312                 "                           default location (%s).\n", DEFAULT_CONF_FILE);
     312                "                           default location (" DEFAULT_CONF_PATH "/" FD_DEFAULT_CONF_FILENAME ").\n");
    313313        printf( "\nDebug:\n"
    314314                "  These options are mostly useful for developers\n"
Note: See TracChangeset for help on using the changeset viewer.