diff options
author | Robby Workman <rworkman@slackware.com> | 2019-11-15 17:19:15 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2019-11-15 17:19:15 -0600 |
commit | f24705a9aa3915341762f531761f17b5cb1e95c2 (patch) | |
tree | 99b09b307a7ff49d603774e32433b4ea6c0e9b3d | |
parent | 393f2f7b3ad53fae7b34c9efc6c8eabcf713466d (diff) | |
download | slacknetsetup-f24705a9aa3915341762f531761f17b5cb1e95c2.tar.xz |
Quiet "modprobe ipv6" using its built-in way to do it :-)
-rw-r--r-- | rc.inet1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ done # set to 0 before that happens, so try to pre-load ipv6 here. if [ ! -e /proc/sys/net/ipv6 ]; then debug_log "/sbin/modprobe ipv6" - /sbin/modprobe ipv6 2>/dev/null + /sbin/modprobe -q ipv6 _DID_MODPROBE=1 fi # If we did any module loading in the blocks above, sleep for a couple of |