mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
man: remove UDEV_LOG environment variable
Last time $UDEV_LOG was referred in code was in
dacd994fda
.
Remove all traces for this legacy option.
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
parent
4f75438278
commit
cb1cfc6c1b
@ -84,12 +84,6 @@ Specify when udevd should resolve names of users and groups\&. When set to
|
|||||||
\fB\-\-help\fR
|
\fB\-\-help\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
.RE
|
.RE
|
||||||
.SH "ENVIRONMENT"
|
|
||||||
.PP
|
|
||||||
\fI$UDEV_LOG=\fR
|
|
||||||
.RS 4
|
|
||||||
Set the log level\&.
|
|
||||||
.RE
|
|
||||||
.SH "KERNEL COMMAND LINE"
|
.SH "KERNEL COMMAND LINE"
|
||||||
.PP
|
.PP
|
||||||
Parameters starting with "rd\&." will be read when
|
Parameters starting with "rd\&." will be read when
|
||||||
|
@ -120,17 +120,6 @@
|
|||||||
</variablelist>
|
</variablelist>
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1><title>Environment</title>
|
|
||||||
<variablelist class='environment-variables'>
|
|
||||||
<varlistentry>
|
|
||||||
<term><varname>$UDEV_LOG=</varname></term>
|
|
||||||
<listitem>
|
|
||||||
<para>Set the log level.</para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
</variablelist>
|
|
||||||
</refsect1>
|
|
||||||
|
|
||||||
<refsect1><title>Kernel command line</title>
|
<refsect1><title>Kernel command line</title>
|
||||||
<variablelist class='kernel-commandline-options'>
|
<variablelist class='kernel-commandline-options'>
|
||||||
<para>Parameters starting with "rd." will be read when
|
<para>Parameters starting with "rd." will be read when
|
||||||
|
@ -31,13 +31,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# debug, if UDEV_LOG=<debug>
|
|
||||||
if [ -n "$UDEV_LOG" ]; then
|
|
||||||
if [ "$UDEV_LOG" -ge 7 ]; then
|
|
||||||
set -x
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
RULES_FILE='@udevconfdir@/rules.d/70-persistent-net.rules'
|
RULES_FILE='@udevconfdir@/rules.d/70-persistent-net.rules'
|
||||||
|
|
||||||
. @udevlibexecdir@/rule_generator.functions
|
. @udevlibexecdir@/rule_generator.functions
|
||||||
|
Loading…
Reference in New Issue
Block a user