From 726e012cdcad7bbbf929cde885f2c8c18fa76489 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Nov 2016 16:23:30 -0500 Subject: network/vde2: Fix README. --- network/vde2/README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'network') diff --git a/network/vde2/README b/network/vde2/README index 35490f47f5..6a9d36e1c7 100644 --- a/network/vde2/README +++ b/network/vde2/README @@ -9,7 +9,7 @@ VDE is dependant upon TUN/TAP support in the Linux Kernel; this comes enabled by default with Slackware 13's 'generic' kernel. To enable TUN/TAP support manually, you must set the following entry in your kernel's '.config' file and recompile: - CONFIG_TUN=m + CONFIG_TUN=m ## Experimental features If you know/want vde2's experimental features, execute the script as: @@ -42,10 +42,10 @@ with 'qemu' such as -localtime, -nographic etc. To have this start upon each boot, add the following lines to /etc/rc.d/rc.local and make sure rc.vde2 is executable. - # Start vde_switch - if [ -x /etc/rc.d/rc.vde2 ]; then - /etc/rc.d/rc.vde2 start - fi + # Start vde_switch + if [ -x /etc/rc.d/rc.vde2 ]; then + /etc/rc.d/rc.vde2 start + fi ## For more information you can check: http://wiki.virtualsquare.org -- cgit v1.2.3