summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 16:23:30 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-15 21:41:38 +0700
commit726e012cdcad7bbbf929cde885f2c8c18fa76489 (patch)
treea7d0141f7339b52493e3982a6ffb16d372f5a5e3 /network
parent8c552c9e1cc7f5175723bad392e358bd97fbeed1 (diff)
downloadslackbuilds-726e012cdcad7bbbf929cde885f2c8c18fa76489.tar.gz
slackbuilds-726e012cdcad7bbbf929cde885f2c8c18fa76489.tar.xz
network/vde2: Fix README.
Diffstat (limited to 'network')
-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