Rename all grml-addtun references to grml-vnet 0.1.13
authorMichael Prokop <mika@grml.org>
Sat, 27 Oct 2007 23:37:18 +0000 (01:37 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 27 Oct 2007 23:37:18 +0000 (01:37 +0200)
docs/Makefile
docs/grml-vnet.8.txt [moved from docs/grml-addtun.8.txt with 70% similarity]
sbin/grml-vnet

index dccad8c..a98def2 100644 (file)
@@ -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
 
similarity index 70%
rename from docs/grml-addtun.8.txt
rename to docs/grml-vnet.8.txt
index f29e0b4..2dcbb6a 100644 (file)
@@ -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] <tun1> <tun2> ...
+*grml-vnet* [OPTIONS] <tun1> <tun2> ...
 
 
 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 <gebi@grml.org>
+grml-vnet was written by Michael Gebetsroither <gebi@grml.org>
 
 This manual page was written by Michael Gebetsroither <gebi@grml.org>
index ccf62e9..97e4901 100755 (executable)
@@ -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 <gebi@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.