set PLAN9PCAP=nopcap by default - vx32 - Local 9vx git repository for patches.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit cf85c7c865eb349b7db72980f71ecfdf34a885fa
 (DIR) parent 11ec3e20875f3bb4415c43f45c44632f4b837ab1
 (HTM) Author: Jesus Galan Lopez (yiyus) <yiyu.jgl@gmail.com>
       Date:   Sat, 11 Sep 2010 21:05:49 +0200
       
       set PLAN9PCAP=nopcap by default
       
       Diffstat:
         doc/9vx.1                           |       4 +++-
         src/9vx/Makefrag                    |       4 ++--
       
       2 files changed, 5 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/doc/9vx.1 b/doc/9vx.1
       @@ -155,6 +155,8 @@ environment variable must be set to
        , in the 9vx.ini file or with the -c flag. It is recommended to add a cpurc
        in the /cfg/vx32/ directory, see cpurc(8). An example is included in the 9vx distribution.
        .SH BUGS
       +The pcap ethernet device is not compiled by default (fails without pcap.h). To compile it, set PLAN9PCAP to etherpcap in the Makefrag file and recompile.
       +.P
        The menu system of plan9.ini(8) is not supported in
        .I 9vx.ini
        files.
       @@ -162,7 +164,7 @@ files.
        kfs file systems are not supported by the included boot/boot
        .P
        .I 9vx
       -is not so stable as native Plan9 systems.
       +is not so stable as native Plan9 systems.PLAN9PCAP
        .SH "SEE ALSO"
        .br
        Bryan Ford and Russ Cox,
 (DIR) diff --git a/src/9vx/Makefrag b/src/9vx/Makefrag
       @@ -20,8 +20,8 @@ endif
        #PLAN9GUI=nogui
        
        # Virtual ethernet devices
       -PLAN9PCAP=etherpcap
       -#PLAN9PCAP=nopcap
       +#PLAN9PCAP=etherpcap
       +PLAN9PCAP=nopcap
        PLAN9TAP=ethertap
        #PLAN9TAP=notap