=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.529 retrieving revision 1.530 diff -c -r1.529 -r1.530 *** src/etc/rc 2018/07/23 11:54:49 1.529 --- src/etc/rc 2019/01/12 17:05:00 1.530 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.529 2018/07/23 11:54:49 florian Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the --- 1,4 ---- ! # $OpenBSD: rc,v 1.530 2019/01/12 17:05:00 kettenis Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the *************** *** 507,513 **** # Store ACPI tables in /var/db/acpi to be used by sendbug(1). if [[ -x /usr/sbin/acpidump ]]; then ! acpidump -o /var/db/acpi/ fi if [[ $check_quotas == YES ]]; then --- 507,513 ---- # Store ACPI tables in /var/db/acpi to be used by sendbug(1). if [[ -x /usr/sbin/acpidump ]]; then ! acpidump -q -o /var/db/acpi/ fi if [[ $check_quotas == YES ]]; then