| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
df9e12ca
|
| 09-Oct-2020 |
Warner Losh <imp@FreeBSD.org> |
Avoid using single quotes in arguments to logger.
Single quotes interfere with the workaround put in with r335753 and aren't necessary in this case. I believe that all the underling issues with r335
Avoid using single quotes in arguments to logger.
Single quotes interfere with the workaround put in with r335753 and aren't necessary in this case. I believe that all the underling issues with r335753 have been corrected, but need to do more extensive followup before reverting it as a bad idea.
PR: 240411 MFC After: 2 days (to give it time to get into 12.2)
show more ...
|
| #
3ab798a1
|
| 18-Dec-2019 |
Alexander Motin <mav@FreeBSD.org> |
Add missing "ereport." prefixes of ZFS events.
I was unable to find time when those were working. I think they have been broken for at least 5 years or even longer.
Discussed with: avg@ MFC after:
Add missing "ereport." prefixes of ZFS events.
I was unable to find time when those were working. I think they have been broken for at least 5 years or even longer.
Discussed with: avg@ MFC after: 1 month
show more ...
|
| #
44e1285c
|
| 21-Aug-2018 |
Brad Davis <brd@FreeBSD.org> |
Move all devd related configs to sbin/devd/
This helps with pkgbase as it switches these to using CONFS so they are properly tagged as config files.
Approved by: will (mentor), imp Differential Rev
Move all devd related configs to sbin/devd/
This helps with pkgbase as it switches these to using CONFS so they are properly tagged as config files.
Approved by: will (mentor), imp Differential Revision: https://reviews.freebsd.org/D16781
show more ...
|
| #
31f976bc
|
| 05-Oct-2017 |
Andriy Gapon <avg@FreeBSD.org> |
fix the misleading log facility used in devd/zfs.conf
In general, the "kern" facility is reserved for the kernel use only. If a program specifies that facility, then it is silently converted to "use
fix the misleading log facility used in devd/zfs.conf
In general, the "kern" facility is reserved for the kernel use only. If a program specifies that facility, then it is silently converted to "user" facility. So, using logger -p kern.xxx was both misleading and non-specific.
Thus, change the facility to local7, so that users can create more adequate syslogd configurations.
While local0..local7 are documented as being for local use we already have several examples in the tree where they are used because none of the named facilities really fits.
Approved by: asomers MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D12420
show more ...
|
| #
06e79198
|
| 14-Feb-2014 |
Andriy Gapon <avg@FreeBSD.org> |
move devd rules for zfs events into a separate file and fix stale event types
Also, extend with some new events. Additionally, tag syslog messages with 'ZFS' instead of using explicit "ZFS: " prefix
move devd rules for zfs events into a separate file and fix stale event types
Also, extend with some new events. Additionally, tag syslog messages with 'ZFS' instead of using explicit "ZFS: " prefix in the messages themselves.
Tested by: Daniel O'Connor <doconnor@gsoft.com.au> MFC after: 8 days Sponsored by: HybridCluster
show more ...
|