From cb1cfc6c1bf33dfd118fc1e459b0b413989c8cfa Mon Sep 17 00:00:00 2001 From: Marcus Folkesson Date: Mon, 4 Dec 2017 13:17:27 +0100 Subject: [PATCH] man: remove UDEV_LOG environment variable Last time $UDEV_LOG was referred in code was in dacd994fda3fadeb1fa01accbd37d61d0359e0ee. Remove all traces for this legacy option. Signed-off-by: Marcus Folkesson Signed-off-by: Anthony G. Basile --- man/udevd.8 | 6 ------ man/udevd.xml | 11 ----------- rule_generator/write_net_rules.in | 7 ------- 3 files changed, 24 deletions(-) diff --git a/man/udevd.8 b/man/udevd.8 index b7885f288..31c534c7d 100644 --- a/man/udevd.8 +++ b/man/udevd.8 @@ -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 diff --git a/man/udevd.xml b/man/udevd.xml index cfbb79842..0e4cebd42 100644 --- a/man/udevd.xml +++ b/man/udevd.xml @@ -120,17 +120,6 @@ - Environment - - - $UDEV_LOG= - - Set the log level. - - - - - Kernel command line Parameters starting with "rd." will be read when diff --git a/rule_generator/write_net_rules.in b/rule_generator/write_net_rules.in index 324e97821..ee608afb4 100644 --- a/rule_generator/write_net_rules.in +++ b/rule_generator/write_net_rules.in @@ -31,13 +31,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# debug, if UDEV_LOG= -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