diff options
author | наб <[email protected]> | 2021-04-02 15:57:23 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-04-07 14:50:52 -0700 |
commit | ed519ad495db94b333215db819ba9c67b646f116 (patch) | |
tree | d07cd424d53a8c0d92414e4a7556d4c64dc76883 /man | |
parent | 64c03a0a27a4d746b3b4e5eca22c7b7ed63b25db (diff) |
zed: purge all mentions of a configuration file
There simply isn't a need for one, since the flags the daemon takes
are all short (mostly just toggles) and administrative in nature,
and are therefore better served by the age-old tradition of sourcing an
environment file and preparing the cmdline in the init-specific handler
itself, if needed at all
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #11834
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zed.8.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/man/man8/zed.8.in b/man/man8/zed.8.in index db9f4a816..155148675 100644 --- a/man/man8/zed.8.in +++ b/man/man8/zed.8.in @@ -76,9 +76,6 @@ while the daemon is running. .BI \-Z Zero the daemon's state, thereby allowing zevents still within the kernel to be reprocessed. -.\" .TP -.\" .BI \-c\ configfile -.\" Read the configuration from the specified file. .TP .BI \-d\ zedletdir Read the enabled ZEDLETs from the specified directory. @@ -203,9 +200,6 @@ the following executables are defined: \fBZDB\fR, \fBZED\fR, \fBZFS\fR, rc file if needed. .SH FILES -.\" .TP -.\" @sysconfdir@/zfs/zed.conf -.\" The default configuration file for the daemon. .TP .I @sysconfdir@/zfs/zed.d The default directory for enabled ZEDLETs. @@ -250,8 +244,6 @@ environment variables having a "_NOT_IMPLEMENTED_" value. .PP Internationalization support via gettext has not been added. .PP -The configuration file is not yet implemented. -.PP The diagnosis engine is not yet implemented. .SH LICENSE |