diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-07-22 19:55:32 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-07-22 19:55:32 +0000 |
| commit | 8d0f10857a48c0f5e04bf0cbe3d7443cb4f8051a (patch) | |
| tree | 19924b0e411ce8a595741437761c9b4fe60a9a43 /etc | |
| parent | 17b2cafee795c226bbeb00f2f9ce0197a8ed0784 (diff) | |
| parent | 7cca17758c16c3582757c376699a9e0e5271dd8c (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/defaults/periodic.conf | 6 | ||||
| -rw-r--r-- | etc/devd.conf | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/etc/defaults/periodic.conf b/etc/defaults/periodic.conf index c70bee2b3c5c..fbc5d0ae1ebd 100644 --- a/etc/defaults/periodic.conf +++ b/etc/defaults/periodic.conf @@ -357,8 +357,12 @@ if [ -z "${source_periodic_confs_defined}" ]; then *) return 0 ;; esac ;; + '') + # Script run manually. + return 0 + ;; *) - echo "ASSERTION FAILED: Unexpected value for " \ + echo "ASSERTION FAILED: Unexpected value for" \ "\$PERIODIC: '$PERIODIC'" >&2 exit 127 ;; diff --git a/etc/devd.conf b/etc/devd.conf index 7a033a71dc48..04a090bdc805 100644 --- a/etc/devd.conf +++ b/etc/devd.conf @@ -296,7 +296,6 @@ detach 10 { # Button: Button pressed (0 for power, 1 for sleep) # CMBAT: ACPI battery events # Lid: Lid state (0 is closed, 1 is open) -# RCTL: Resource limits # Suspend, Resume: Suspend and resume notification # Thermal: ACPI thermal zone events # |
