- 16 Aug, 2003 21 commits
-
-
Per Cederqvist authored
/usr/local. (Bug 66 and Bug 132). Added man pages that refer to the Texinfo documentation for all installed programs. Made the man pages static. Make config files refer to their documentation.
-
Per Cederqvist authored
-
Per Cederqvist authored
update the entire test suite.
-
Per Cederqvist authored
(unassign_path): New define for unassign_string. (parameters): Use assign_path and unassign_path for all path parameters, to make them easier to find. Use default values from paths.h instead of hardcoding the defaults in the file. A lot of values have changed; see the summary in the NEWS file. (CONFIG_FILE): Removed. This is now a define in paths.h. (compiled_config_file): New constant. (get_default_config_file_name): Use compiled_config_file instead of CONFIG_FILE. (free_default_config_file_name): Ditto.
-
Per Cederqvist authored
-
Per Cederqvist authored
(AM_CPPFLAGS): Removed the DEFAULT_PREFIX define. Use paths.h instead. (sbin_PROGRAMS): Was: bin_PROGRAMS. (BUILT_SOURCES): Added paths.h. (.gdbinit): Removed redundant "-f" option to $(RM). (DEFP): New constant. (paths.h): New target. (server-config.o): Added explicit dependency on paths.h.
-
Per Cederqvist authored
(exportdir): New constant.
-
Per Cederqvist authored
lyskomd-copyrights and update-copyright here from EXTRA_DIST.
-
Per Cederqvist authored
-
Per Cederqvist authored
confusion with the /usr/bin/savecore program on Solaris. (MOSTLYCLEANFILES): Track the change. (savecore-lyskom): Track the change. (install-data-local): Install the config file as lyskomd.conf, not config. Create the lyskomd.cores directory. (uninstall-local): Track the name change of lyskomd.conf.
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
an upgrade should be made. Document what needs to be done when upgrading from pre-2.1.0 to 2.1.0. The binaries are now in "sbin", not "bin".
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
- 15 Aug, 2003 10 commits
-
-
Per Cederqvist authored
Related code cleanup.
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
(CONFIG_FILE): Removed. (get_default_config_file_name): New function. (free_default_config_file_name): New function.
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
Don't set read_config_file -- nothing used the value.
-
Per Cederqvist authored
(CONFIG_FILE): Now static. (default_config): New static variable. (get_default_config_file_name): New function. (free_default_config_file_name): New function. (DEFAULT_DBASE_DIR): Removed.
-
Per Cederqvist authored
computer.
-
- 14 Aug, 2003 9 commits
-
-
Per Cederqvist authored
still be 0.
-
Per Cederqvist authored
weight" and "Max weight".
-
Per Cederqvist authored
param.default_priority and param.default_weight. (adjust_penalty): Use the weight to reduce the penalty. (get_scheduling): Return the actual scheduling information from the connection. (set_scheduling): Check the priority and weight against param.max_priority and param.max_weight. Allow the user to change them, as long as it is done within those limits. Store the new values in the connection. Note: the current implementation cannot handle more than one priority. The check for that is made in server-config.c.
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
default_weight, max_weight.
-
Per Cederqvist authored
weight" and "Max weight". (require_less_eq): New static function. (read_configuration): Check the new parameters. For now, max_priority must be set to 0, since connections.c can only handle a single priority.
-
Per Cederqvist authored
(main): Handle the new options.
-
Per Cederqvist authored
-