[Pkg-vsquare-changes] r178 - vde2/trunk/debian
filippo at alioth.debian.org
filippo at alioth.debian.org
Fri Jun 20 20:50:27 UTC 2008
Author: filippo
Date: 2008-06-20 20:50:26 +0000 (Fri, 20 Jun 2008)
New Revision: 178
Removed:
vde2/trunk/debian/vde2.manpages
vde2/trunk/debian/vde_tunctl.8
Modified:
vde2/trunk/debian/changelog
vde2/trunk/debian/install
Log:
Remove vde_tunctl manpage and install all manpages instead
Modified: vde2/trunk/debian/changelog
===================================================================
--- vde2/trunk/debian/changelog 2008-06-20 20:29:57 UTC (rev 177)
+++ vde2/trunk/debian/changelog 2008-06-20 20:50:26 UTC (rev 178)
@@ -1,3 +1,9 @@
+vde2 (2.2.1-2) UNRELEASED; urgency=low
+
+ * Remove vde_tunctl manpage and install all manpages instead
+
+ -- Filippo Giunchedi <filippo at debian.org> Fri, 20 Jun 2008 22:49:43 +0200
+
vde2 (2.2.1-1) unstable; urgency=low
* New upstream release
Modified: vde2/trunk/debian/install
===================================================================
--- vde2/trunk/debian/install 2008-06-20 20:29:57 UTC (rev 177)
+++ vde2/trunk/debian/install 2008-06-20 20:50:26 UTC (rev 178)
@@ -1,3 +1,3 @@
usr/bin/*
-usr/share/man/man1/*
+usr/share/man/man*
usr/lib/vde2/*
Deleted: vde2/trunk/debian/vde2.manpages
===================================================================
--- vde2/trunk/debian/vde2.manpages 2008-06-20 20:29:57 UTC (rev 177)
+++ vde2/trunk/debian/vde2.manpages 2008-06-20 20:50:26 UTC (rev 178)
@@ -1 +0,0 @@
-debian/vde_tunctl.8
Deleted: vde2/trunk/debian/vde_tunctl.8
===================================================================
--- vde2/trunk/debian/vde_tunctl.8 2008-06-20 20:29:57 UTC (rev 177)
+++ vde2/trunk/debian/vde_tunctl.8 2008-06-20 20:50:26 UTC (rev 178)
@@ -1,77 +0,0 @@
-.TH "VDE_TUNCTL" "8"
-.SH "NAME"
-vde_tunctl \(em create and manage persistent TUN/TAP interfaces
-.SH "SYNOPSIS"
-.PP
-\fBvde_tunctl\fR [\fB-f\fP \fItun-clone-device\fR] [\fB-u\fP \fIowner\fR] [\fB-t\fP \fIdevice-name\fR]
-.PP
-\fBvde_tunctl\fR [\fB-f\fP \fItun-clone-device\fR] \fB-d\fP \fIdevice-name\fR
-.SH "DESCRIPTION"
-.PP
-This manual page documents briefly the
-\fBvde_tunctl\fR command.
-.PP
-This manual page was written for the \fBDebian GNU/Linux\fP distribution
-because the original program does not have a manual page.
-Instead, it has documentation in HTML format; see below.
-.PP
-\fBvde_tunctl\fR allows the host sysadmin to
-preconfigure a TUN/TAP device for use by a particular user. That
-user may open and use the device, but may not change any aspects
-of the host side of the interface.
-.SH "USAGE"
-.PP
-To create an interface for use by a particular user, invoke
-vde_tunctl without the \-d option:
-.PP
-.nf
-#
-.ft B
-vde_tunctl \-u someuser
-.ft
-Set 'tap0' persistent and owned by 'someuser'
-
-.fi
-.PP
-Then, configure the interface as normal:
-.PP
-.nf
-#
-.ft B
-ifconfig tap0 192.168.0.254 up
-.ft
-#
-.ft B
-route add \-host 192.168.0.253 dev tap0
-.ft
-#
-.ft B
-bash \-c 'echo 1 > /proc/sys/net/ipv4/conf/tap0/proxy_arp'
-.ft
-#
-.ft B
-arp \-Ds 192.168.0.253 eth0 pub
-.ft
-.fi
-.PP
-To delete the interface, use the \-d option:
-.PP
-.nf
-#
-.ft B
-vde_tunctl \-d tap0
-.ft
-Set 'tap0' nonpersistent
-
-.fi
-.SH "SEE ALSO"
-.PP
-vde_switch(1)
-.SH "AUTHOR"
-.PP
-tunctl was written by Jeff Dike <jdike at karaya.com>, vde_tunctl is based on tunctl
-.PP
-This manual page was written by Matt Zimmerman mdz at debian.org for
-the \fBDebian GNU/Linux\fP system, based on examples from Jeff Dike and
-shamelessly copied and adapted for vde_tunctl by Filippo Giunchedi filippo at debian.org
-.\" created by instant / docbook-to-man, Sat 05 Apr 2008, 13:46
More information about the Pkg-vsquare-changes
mailing list