Changeset: d47c22b290bc for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d47c22b290bc Modified Files: tools/merovingian/daemon/merovingian.c Branch: Jul2012 Log Message:
merovingian: update comments to reflect reality diffs (22 lines): diff --git a/tools/merovingian/daemon/merovingian.c b/tools/merovingian/daemon/merovingian.c --- a/tools/merovingian/daemon/merovingian.c +++ b/tools/merovingian/daemon/merovingian.c @@ -48,13 +48,11 @@ * number of times over a recent period. Note that to date, no such * thing has been implemented as the need for it has not arisen yet. * - * By default, merovingian will monitor and control the dbfarm in the - * build-time configured prefix under var/monetdb5/dbfarm. However, - * when a path is given as first argument, merovingian will attempt to - * monitor and control the directory the path points to. This allows - * users to create their own dbfarm, but also expert users to run - * multiple merovingians on the same system easily, since the - * (persistent) configuration is read from the dbfarm directory. + * merovingian will monitor and control the dbfarm given by path in the + * first argument. This allows users to create their own dbfarm, but + * also expert users to run multiple merovingians on the same system + * easily, since the (persistent) configuration is read from the dbfarm + * directory. */ #include "monetdb_config.h" _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
