Skip to content

v2.0.0

Compare
Choose a tag to compare
@filiparag filiparag released this 18 Aug 11:29
· 10 commits to master since this release
2.0.0
1609ee5

Complete rewrite of the utility, with partial compatibility with modules and configuration from version 1.1.

Breaking changes:

  • Methods in rc.conf units have to be written per line, with new syntax: group/module::method(parameters...) flag
  • Logging function error no longer panics, and doesn't accept return code parameter
  • Modules no longer need to source $WMRC_MODULES/init file on the bottom
  • List of dependencies moved from a # WMRC_DEPS: comma separated comment to space separated variable WMRC_DEPENDENCIES
  • Command line interface (see man page or run wmrc help)
  • Variables declared in rc.conf get WMRC_ prefix when accessed inside modules
  • Default method is init instead of start