CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2014/09/05 02:27:20
Modified files:
sysutils/salt : Makefile
sysutils/salt/files: openbsdrcctl.py
Added files:
sysutils/salt/patches: patch-salt_states_service_py
patch-tests_integration_modules_cmdmod_py
patch-tests_integration_modules_file_py
patch-tests_integration_modules_sysctl_py
patch-tests_unit_utils_find_test_py
Log message:
Fix tests to properly recognize OpenBSD.
openbsdrcctl: extend enabled() to check flags
On OpenBSD, it's possible to define particular flags a daemon should be
enabled with. To make sure the flags are properly updated when changed
(in pillars or states), we return a service as "disabled" if the
currently configured flags do not match the provided ones; this ensures
/etc/rc.conf.local is always in sync.
All patches merged upstream.