From: Michael Prokop Date: Sat, 27 Oct 2007 23:37:18 +0000 (+0200) Subject: Rename all grml-addtun references to grml-vnet X-Git-Tag: 0.1.13 X-Git-Url: http://git.grml.org/?p=grml-network.git;a=commitdiff_plain;h=c1a2e60ccc51e1f658def184c3371fe41500c957 Rename all grml-addtun references to grml-vnet --- diff --git a/docs/Makefile b/docs/Makefile index dccad8c..a98def2 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -21,7 +21,7 @@ man1 = $(usr)/share/man/man1/ gzip -f --best `echo $^ |sed -e 's/.txt//'` -MANPAGES = grml-addtun.8 +MANPAGES = grml-vnet.8 all: doc diff --git a/docs/grml-addtun.8.txt b/docs/grml-vnet.8.txt similarity index 70% rename from docs/grml-addtun.8.txt rename to docs/grml-vnet.8.txt index f29e0b4..2dcbb6a 100644 --- a/docs/grml-addtun.8.txt +++ b/docs/grml-vnet.8.txt @@ -3,19 +3,19 @@ GRML-ADDTUN(8) NAME ---- -grml-addtun - creates persistent tun/tap devices with bridge handling +grml-vnet - creates persistent tun/tap devices with bridge handling SYNOPSIS -------- -*grml-addtun* [OPTIONS] ... +*grml-vnet* [OPTIONS] ... DESCRIPTION ----------- -This manual page documents briefly the *grml-addtun* command. +This manual page documents briefly the *grml-vnet* command. -*grml-addtun* is a script to create persistent tun/tap devices with integrated +*grml-vnet* is a script to create persistent tun/tap devices with integrated bridge handling. @@ -50,8 +50,8 @@ This creates tap0..tap3 which are part of the bridge vnet. ------------- auto vnet iface vnet inet static - post-up /usr/sbin/grml-addtun -u grml -b vnet tap{0..3} - pre-down /usr/sbin/grml-addtun -u grml -b vnet -d tap{0..3} + post-up /usr/sbin/grml-vnet -u grml -b vnet tap{0..3} + pre-down /usr/sbin/grml-vnet -u grml -b vnet -d tap{0..3} bridge_ports none address 192.168.10.1 netmask 255.255.255.0 @@ -65,6 +65,6 @@ grml-ap(8), grml-bridge(8), grml-router(8) AUTHOR ------ -grml-addtun was written by Michael Gebetsroither +grml-vnet was written by Michael Gebetsroither This manual page was written by Michael Gebetsroither diff --git a/sbin/grml-vnet b/sbin/grml-vnet index ccf62e9..97e4901 100755 --- a/sbin/grml-vnet +++ b/sbin/grml-vnet @@ -1,6 +1,6 @@ #!/bin/bash -# Filename: grml-addtun -# Purpose: Program to create tun/tap devices and add them to a bridge +# Filename: grml-vnet +# Purpose: program to create tun/tap devices and add them to a bridge # Authors: Michael Gebetsroither # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2.