summaryrefslogtreecommitdiff
path: root/network/vde2
diff options
context:
space:
mode:
Diffstat (limited to 'network/vde2')
-rw-r--r--network/vde2/README10
1 files changed, 5 insertions, 5 deletions
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