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:
Marcus Folkesson 2017-12-04 13:17:27 +01:00 committed by Anthony G. Basile
parent 4f75438278
commit cb1cfc6c1b
3 changed files with 0 additions and 24 deletions

View File

@ -84,12 +84,6 @@ Specify when udevd should resolve names of users and groups\&. When set to
\fB\-\-help\fR
.RS 4
.RE
.SH "ENVIRONMENT"
.PP
\fI$UDEV_LOG=\fR
.RS 4
Set the log level\&.
.RE
.SH "KERNEL COMMAND LINE"
.PP
Parameters starting with "rd\&." will be read when

View File

@ -120,17 +120,6 @@
</variablelist>
</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>
<variablelist class='kernel-commandline-options'>
<para>Parameters starting with "rd." will be read when

View File

@ -31,13 +31,6 @@
# You should have received a copy of the GNU General Public License
# 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'
. @udevlibexecdir@/rule_generator.functions