]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
Synced with rc-scripts-0.0.3 from old repo.
authorstangrze <stangrze@pld-linux.org>
Mon, 14 Jun 1999 20:44:32 +0000 (20:44 +0000)
committerstangrze <stangrze@pld-linux.org>
Mon, 14 Jun 1999 20:44:32 +0000 (20:44 +0000)
svn-id: @364

24 files changed:
inputrc
ppp/ip-down.d/logger
ppp/ip-up.d/logger
radvd.init [deleted file]
rc-scripts.spec
rc.d/init.d/functions
rc.d/init.d/network
sysconfig.txt
sysconfig/network-scripts/chat-ppp0 [deleted file]
sysconfig/network-scripts/ifcfg-ppp0 [deleted file]
sysconfig/network-scripts/ifdhcpc-done
sysconfig/network-scripts/ifdown
sysconfig/network-scripts/ifdown-post
sysconfig/network-scripts/ifdown-ppp
sysconfig/network-scripts/ifdown-sl
sysconfig/network-scripts/ifup
sysconfig/network-scripts/ifup-aliases
sysconfig/network-scripts/ifup-ipx
sysconfig/network-scripts/ifup-plip
sysconfig/network-scripts/ifup-post
sysconfig/network-scripts/ifup-ppp
sysconfig/network-scripts/ifup-sl
sysconfig/network-scripts/network-functions
tunnels-ip6.init [deleted file]

diff --git a/inputrc b/inputrc
index b06d8b4b8789ee792f226edbaddc2d2796e06769..7a5dd5ccf2b71c12b88b42a087385c490e1ec7e5 100644 (file)
--- a/inputrc
+++ b/inputrc
@@ -1,3 +1,12 @@
-set input-meta on
+set meta-flag on
 set convert-meta off
 set output-meta on
+set horizontal-scroll-mode on
+"\e\e[C": forward-word
+"\e\e[D": backward-word
+"\e\e[3~": kill-word
+"\e[1~": beginning-of-line
+"\e[7~": beginning-of-line
+"\e[3~": delete-char
+"\e[4~": end-of-line
+"\e[8~": end-of-line
index 6db115d3c1510343be9641357df0a6a54e3c3356..aadc3b7da71be69c1c5952ff85107d326b2bab13 100644 (file)
@@ -2,5 +2,5 @@
 #
 # You can put here anything :)
 #
-echo " Disconet time: `date` z $PPP_REMOTE                    " >> /var/log/ppp.log
+echo " Disconnect time: `date` from $PPP_REMOTE                    " >> /var/log/ppp.log
 echo "+---------------------------------------------------------------+" >> /var/log/ppp.log
index 06ef575c03f17c80d1378bc46dbd665405614336..a1735d372c1331c56ea11b74d888de0897ed8f83 100644 (file)
@@ -3,4 +3,4 @@
 # You can put here anything :)
 #
 echo "+---------------------------------------------------------------+" >> /var/log/ppp.log
-echo " Conect time: `date` z $PPP_REMOTE                    " >> /var/log/ppp.log
+echo " Connect time: `date` with $PPP_REMOTE                    " >> /var/log/ppp.log
diff --git a/radvd.init b/radvd.init
deleted file mode 100644 (file)
index 5846fa8..0000000
+++ /dev/null
@@ -1,80 +0,0 @@
-#!/bin/bash
-#
-#!F:radvd.init
-#
-#!P:/etc/rc.d/init.d
-#
-#!D:Starts and stops the IPv6 router advertisement daemon
-#
-#!C:Copyright 1997-1998 Peter Bieringer <pb@bieringer.de>
-#
-#!V:Version 1.01 03.01.1998
-
-# Changes from 1.00: info display
-
-
-# Display information
-info() {
-  grep "^#!D" $0 | awk -F: '{ print $2}'
-  grep "^#!C" $0 | awk -F: '{ print " " $2}'
-  grep "^#!V" $0 | awk -F: '{ print " " $2}'
-  echo
-}
-
-## Start
-
-echo $0 $1 executed...
-
-info
-
-# Source function library.
-[ -f /etc/init.d/functions ] || exit 0
-. /etc/init.d/functions
-
-# Source IPv6 function library.
-[ -f /etc/init.d/functions-ip6 ] || exit 0
-. /etc/init.d/functions-ip6
-
-
-test-ip6 || exit 1
-
-# Check that RADVD is enabled.
-if ! [ "$IP6RADVD" = "yes" ]; then
-    echo -e "\a ...isn't enabled - stop!"
-    exit 0
-fi
-
-# See how we were called.
-case "$1" in
-  start)
-        if ! [ -f $IP6RADVDFILE ]; then
-            echo " RADVD config file $IP6RADVD doesn't exist - stop!"
-        else
-            # Start daemons
-            echo " Starte radvd: options: $IP6RADVDOPTIONS -C $IP6RADVDFILE"
-            if [ $[ $IP6DEBUG & 2 ] = 0 ]; then
-                radvd -C $IP6RADVDFILE $IP6RADVDOPTIONS &
-                touch /var/lock/subsys/radvd
-            fi
-            echo
-        fi
-        ;;
-  stop)
-        # Stop daemons.
-        echo -n " Stoppe radvd: "
-        if [ $[ $IP6DEBUG & 2 ] = 0 ]; then
-            killproc radvd
-            rm -f /var/lock/subsys/radvd
-        fi
-        echo "done"
-        ;;
-  *)
-        echo "Usage: radvd.init {start|stop}"
-        exit 1
-esac
-
-return-ip6
-
-echo $0 $1 ..done
-
-exit 0
index 087f1bd33c3b1c05cb00bf2fba6253c8b54d69bc..983b57f1d32897122a844bdf45de372c340e718a 100644 (file)
@@ -4,7 +4,7 @@ Summary(fr):    inittab et scripts /etc/rc.d
 Summary(pl):   inittab i skrypty startowe z katalogu /etc/rc.d
 Summary(tr):   inittab ve /etc/rc.d dosyalarý
 Name:          rc-scripts
-Version:       0.0.1
+Version:       0.0.3
 Copyright:     GPL
 Group:         Base
 Group(pl):     Bazowe  
@@ -64,7 +64,10 @@ for i in  halt network nfsfs random reboot single
        do /sbin/chkconfig --add $i
 done 
 if [ -f /etc/inittab.rpmsave ]; then
+       echo "**** Found old /etc/inittab.rpmsave ****"
+       echo "/etc/inittab renamed to /etc/inittab.rpmnew"
        mv /etc/inittab /etc/inittab.rpmnew
+       echo "/etc/inittab.rpmsave renamed to /etc/inittab."
        mv /etc/inittab.rpmsave /etc/inittab
 fi
 
@@ -117,8 +120,14 @@ rm -rf $RPM_BUILD_ROOT
 /usr/man/man1/*
 
 %changelog
+* Tue Mar 23 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [0.0.2-1]
+- be more verbose while upgrading when /etc/inittab.rpmsave is found,
+- added seting NETWORK="no" variable to when /etc/sysconfig/network is not present
+  or when NETWORK in this file is not defined.
+
 * Sun Mar 21 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [0.0.1]
+  [0.0.1-1]
 - added /etc/sysconfig/system,
 - removed man group from man pages,
 - added in %post not replacing /etc/inittab on upgrade from initscripts,
index aa5d44eef672cf42a7bef1c9250fd0e273478a93..59c4671e829e22b42022a2491bd27d3f8c1cfff8 100644 (file)
@@ -1,7 +1,7 @@
 # functions    This file contains functions to be used by most or all
 #              shell scripts in the /etc/init.d directory.
 #
-# Version:     @(#) /etc/init.d/functions $Revision: 1.4 $ $Date: 1999/06/14 20:12:05 $
+# Version:     @(#) /etc/init.d/functions $Revision: 1.5 $ $Date: 1999/06/14 20:44:32 $
 #
 # Author:      Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
 # Hacked by:    Greg Galloway and Marc Ewing
@@ -18,19 +18,19 @@ function show {
 }
 
 function busy {
-  echo -ne "`tput setaf 6`[`tput setaf 5` BUSY `tput setaf 6`]`tput setaf 7`"
+  echo -n "`tput setaf 6`[`tput setaf 5` BUSY `tput setaf 6`]`tput setaf 7`"
 }
 
 function ok {
-  echo -ne "`tput setaf 6`[`tput setaf 2` DONE `tput setaf 6`]`tput setaf 7`"
+  echo  "`tput setaf 6`[`tput setaf 2` DONE `tput setaf 6`]`tput setaf 7`"
 }
 
 function fail {
-  echo -ne "`tput setaf 6`[`tput setaf 1` FAIL `tput setaf 6`]`tput setaf 7`"
+  echo  "`tput setaf 6`[`tput setaf 1` FAIL `tput setaf 6`]`tput setaf 7`"
 }
 
 function died {
-  echo -ne "`tput setaf 6`[`tput setaf 1` DIED `tput setaf 6`]`tput setaf 7`"
+  echo  "`tput setaf 6`[`tput setaf 1` DIED `tput setaf 6`]`tput setaf 7`"
 }
 
 function deltext {
@@ -56,7 +56,7 @@ daemon() {
 
        # And start it up.
        busy
-       if nice -n $nicelevel "$@" &> $TMPFILE; then
+       if nice -n $nicelevel "$@" >$TMPFILE 2>&1; then
          deltext
          ok
        else
@@ -98,16 +98,16 @@ killproc() {
         if [ "$pid" != "" ] ; then
                if [ "$notset" = 1 ] ; then
                        # TERM first, then KILL if not dead
-                       kill -TERM $pid &> $TMPFILE
+                       kill -TERM $pid >$TMPFILE 2>&1
                        usleep 100000
                        dead=`ps -o pid= $pid`
                        if [ "$dead" != "" ]; then
                                sleep 3
-                               kill -KILL $pid &> $TMPFILE
+                               kill -KILL $pid >$TMPFILE 2>&1
                        fi
                # use specified level only
                else
-                       kill $killlevel $pid &> $TMPFILE
+                       kill $killlevel $pid >$TMPFILE 2>&1
                fi
        else
          rm -f /var/run/$base.pid
@@ -154,8 +154,17 @@ pidofproc() {
        fi
 
        # Finally try to extract it from ps
-       echo `ps -C $1 -o pid=`
-       return 0
+       pids=`ps -C $1 -o pid=`
+
+       # Return the first PID, which is not our
+       for pid in $pids ; do
+               if [ $pid != $$ ] ; then
+                       echo $pid
+                       return 0
+               fi
+       done  
+       
+       return 1
 }
 
 status() {
index baaf9b5e2cc2ef649451f549e1755e89668f81b8..4ec4e89ad6ff412136ff174ec1d4283a8c7df1fa 100644 (file)
@@ -66,10 +66,10 @@ ipv4_forward_set ()
            else
                if [ "$FORWARD_IPV4" = "no" -o "$FORWARD_IPV4" = "false" ]; then
                    value=0
-                   message="Disabling IPv4 packet forwarding"
+                   message="Disabling IPv4 packet forwarding"
                else
                    value=1
-                   message="Enabling IPv4 packet forwarding :"
+                   message="Enabling IPv4 packet forwarding"
                fi
 
                if [ $value != `cat /proc/sys/net/ipv4/ip_forward` ]; then
@@ -93,10 +93,10 @@ ipv4_spoofing_protection ()
             else
                if [ "$SPOOFING_IPV4" = "no" -o "$SPOOFING_IPV4" = "false" ]; then
                     value=0
-                    message="Disabling IPv4 spoofing protection"
+                    message="Disabling IPv4 spoofing protection"
                 else
                     value=1
-                    message="Enabling IPv4 spoofing protection"
+                    message="Enabling IPv4 spoofing protection"
                 fi
 
                 if [ $value != `cat /proc/sys/net/ipv4/conf/all/rp_filter` ]; then
@@ -123,10 +123,10 @@ ipv4_icmp_echo_ignore_broadcasts ()
             else
                 if [ "$IGNORE_ICMP_BCAST_IPV4" = "no" -o "$IGNORE_ICMP_BCAST_IPV4" = "false" ]; then
                     value=0
-                    message="Disabling IPv4 ign icmp_echo to our bcasts"
+                    message="Disabling IPv4 ign icmp_echo to our bcasts"
                 else
                     value=1
-                    message="Enabling IPv4 ign icmp_echo to our bcasts"
+                    message="Enabling IPv4 ign icmp_echo to our bcasts"
                 fi
 
                 if [ $value != `cat /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts` ]; then
@@ -177,7 +177,7 @@ case "$1" in
            ;;
        esac
        ./ifdown ifcfg-lo
-       show "Disabling IPv4 packet forwarding"
+       show "Disabling IPv4 packet forwarding"
        busy
        echo 0 > /proc/sys/net/ipv4/ip_forward
        deltext; ok
index 3c9aabba51d1730ae1d78025acec1795184f020d..55d6d0ba73b452605e6e5e590fdf182fc2f044f5 100644 (file)
@@ -36,6 +36,7 @@ Files in /etc/sysconfig
 /etc/sysconfig/network:
 
   NETWORKING=yes|no
+  IP6NETWORKING=yes|no
   HOSTNAME=<fqdn by default, but whatever hostname you want>
     Note: for compatibility with some old software people might
     install (like trn), the /etc/HOSTNAME file should contain the
@@ -196,6 +197,7 @@ Files in /etc/sysconfig/network-scripts/
     DEVICE=<name of physical device (except dynamically-allocated PPP
       devices where it is the "logical name")
     IPADDR=
+    IP6ADDRS=<blank separated list of ipv6 addresses>
     NETMASK=
     GATEWAY=
     ONBOOT=yes|no
diff --git a/sysconfig/network-scripts/chat-ppp0 b/sysconfig/network-scripts/chat-ppp0
deleted file mode 100644 (file)
index 4380752..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-''     atz
-ABORT  BUSY
-ABORT  NO\\sDIAL
-ABORT  NO\\sCARRIER
-TIMEOUT 60
-OK     atdT$PHONE
-CONNECT        \\c
-\)?    $CBPASSWORD
-umber  $CBPHONE
-HANGUP OFF
-CLR_ABORT      NO\\sCARRIER
-NO\\sCARRIER   \\c
-TIMEOUT 120
-RING   ATA
-ABORT  NO\\sCARRIER
-CONNECT        \\c
-HANGUP ON
-ogin:  $USER
-assword:       $PASSWORD       
diff --git a/sysconfig/network-scripts/ifcfg-ppp0 b/sysconfig/network-scripts/ifcfg-ppp0
deleted file mode 100644 (file)
index 3f33ba6..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-DEVICE=ppp0
-CHATSCRIPT=chat-ppp0
-ONBOOT=no
-HARDFLOWCTL=yes
-MODEMPORT=/dev/ttyS1
-LINESPEED=115200
-DEBUG=yes
-PERSIST=no
-HOLDOFF=10
-#demand option not finished yet ;-(
-DEMAND=no
-#ACTIVEFILTER=
-#IDLE=
-PHONE=phone
-#CBPASSWORD and CBPHONE is ysed (by me) in callback. 
-#see included chat-ppp0 for example of
-#"modem level" callback (on USRobotics Courier)
-CBPASSWORD=cbpassword
-CBPHONE=myphone
-USER=user
-PASSWORD=password
-DATAFORCHAT="CBPASSWORD CBPHONE PHONE USER PASSWORD"
-
-REPORTFILE=/var/log/ppp0.log
index 8abc5cb1da2ea89b0057bfe364d65f1532f165d3..5444f105139a35851b397015494393d54bac8c8d 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh -x
+#!/bin/sh
 
 SLEEPPIDFILE=/var/run/dhcp-wait-${IFNAME}.pid
 
index 94fe55937961ddd7eaba3eaa81d3222fdbddd25c..e57fb108d3c41ae30c7cbf56e59948171bb4eaaf 100755 (executable)
@@ -2,7 +2,7 @@
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
 cd /etc/sysconfig/network-scripts
-. network-functions
+. ./network-functions
 
 CONFIG=$1
 
@@ -17,7 +17,7 @@ CONFIG=$1
     exit 1
 }
 
-if [ $UID != 0 ]; then
+if [ `id -u` != 0 ]; then
     if [ -x /usr/sbin/usernetctl ]; then
         exec /usr/sbin/usernetctl $CONFIG down
     fi
index 5ef7c29348d1fd4c529d379b7362e7aa742e4a7f..a99f5cacc2150791aaac0013aa6488811f1859db 100755 (executable)
@@ -3,7 +3,7 @@
 # it is brought down explicitly.
 
 cd /etc/sysconfig/network-scripts
-. network-functions
+. ./network-functions
 
 CONFIG=$1
 source_config
index 7fa0cf5f932b1f376eb7e8c27c0a4ebd16aa4696..bdd9c12a0d13b9788e70bea8ed96413767a2a275 100755 (executable)
@@ -1,8 +1,8 @@
-#!/bin/bash
+#!/bin/sh
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
 cd /etc/sysconfig/network-scripts
-. network-functions
+. ./network-functions
 
 CONFIG=$1
 source_config
index 0bb9d425b0217d4d16b7f812c4116e77cd0dd95b..91628ee39503a92598084603b3dd61eaa35ce4ad 100755 (executable)
@@ -1,8 +1,8 @@
-#!/bin/bash
+#!/bin/sh
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
 cd /etc/sysconfig/network-scripts
-. network-functions
+. ./network-functions
 
 CONFIG=$1
 source_config
index 5762a9fadc2ae6ed9d95493657050032b6090ea6..2dc4ca7865022f1fc110028511e3860591272188 100755 (executable)
@@ -1,8 +1,9 @@
-#!/bin/bash
+#!/bin/sh
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
 cd /etc/sysconfig/network-scripts
-. network-functions
+. ../network
+. ./network-functions
 
 need_hostname
 
@@ -19,7 +20,7 @@ CONFIG=$1
     exit 1
 }
 
-if [ $UID != 0 ]; then
+if [ `id -u` != 0 ]; then
     if [ -x /usr/sbin/usernetctl ]; then
        exec /usr/sbin/usernetctl $CONFIG up
     fi
@@ -129,6 +130,13 @@ if [ "$IPSETUP" != yes ]; then
 
     ifconfig ${DEVICE} ${MACADDR:+hw ether $MACADDR} ${IPADDR} \
       netmask ${NETMASK} broadcast ${BROADCAST}
+
+    if [ "${IP6NETWORKING}" = "yes" ] ; then 
+      for ADDR in ${IP6ADDRS} ; do
+        ifconfig ${DEVICE} add ${ADDR}
+      done  
+    fi
+    
     if [ "$ISALIAS" = no ] ; then
        route add -net ${NETWORK} netmask ${NETMASK} ${DEVICE}
     else
index cd325f2565edfe35946ffb83131e72064942d8d8..acbc3e98ce8a715fb23bb9c9f136fefe2e38c430 100755 (executable)
@@ -7,8 +7,11 @@ if [ "$1" = "" ]; then
        exit 1
 fi
 
-allow_null_glob_expansion=foo
-for alias in /etc/sysconfig/network-scripts/ifcfg-$1:* ; do
-    /etc/sysconfig/network-scripts/ifup $alias
-done
-unset allow_null_glob_expansion
+aliases="`echo /etc/sysconfig/network-scripts/ifcfg-$1:*`"
+if [ "$aliases" = '/etc/sysconfig/network-scripts/ifcfg-$1:*' ]; then
+       allow_null_glob_expansion=foo
+       for alias in /etc/sysconfig/network-scripts/ifcfg-$1:* ; do
+           /etc/sysconfig/network-scripts/ifup $alias
+       done
+       unset allow_null_glob_expansion
+fi
index 1a966ad3d9f26ec574286ac23f9ca54e6820367a..e705d894fef3f76cf78860cb7dfb4a00b2a254f8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 # configures IPX on $1 if appropriate
 
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
@@ -18,7 +18,7 @@ fi
 case $IPX in yes|true) ;; *) exit 0 ;; esac
 
 cd /etc/sysconfig/network-scripts
-. network-functions
+. ./network-functions
 
 CONFIG=$1
 [ -f "$CONFIG" ] || CONFIG=ifcfg-$CONFIG
index 25c36feaa323c2e84c124cf8a68776af25cdb230..ddf4a63f73e2cea1c3d51c3c1add8a69f9b949d8 100755 (executable)
@@ -2,7 +2,7 @@
 PATH=/sbin:/usr/sbin:/bin:/usr/bin
 
 cd /etc/sysconfig/network-scripts
-. network-functions
+. ./network-functions
 
 CONFIG=$1
 source_config
index 789afd1240fd27e088923d321242af5b64d6699e..1b39c5845b00f29bbcec5bff1e3b05ad03fbbf6a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 cd /etc/sysconfig/network-scripts
-. network-functions
+. ./network-functions
 
 need_hostname
 CONFIG=$1
index f85359dc2e487458dc3d8d2aa00b708e867ee43f..f773ada438c2d26d37bc08483082bf62c093f237 100755 (executable)
@@ -26,7 +26,7 @@ shift
 
 CONFIG=$1
 cd /etc/sysconfig/network-scripts
-. network-functions
+. ./network-functions
 source_config
 if [ -z "$HOLDOFF" ]; then
   HOLDOFF=30
index c39f5d4ed364d0bb1c8e9f20d57e22df74ee168f..d89d70d3a8da1370e9bf247f4011a456698f51a5 100755 (executable)
@@ -13,7 +13,7 @@ fi
 shift
 
 cd /etc/sysconfig/network-scripts
-. network-functions
+. ./network-functions
 
 CONFIG=$1
 source_config
index db1d9f8ce22ea08abde9267287bdfb2d2d235ed4..0c527af39c01f9e836c8ee158c02a1ea5c2ad12f 100644 (file)
@@ -12,9 +12,9 @@ source_config ()
            echo "Missing config file $PARENTCONFIG." >&2
            exit 1
        }
-       . $PARENTCONFIG
+       . ./$PARENTCONFIG
     fi
-    . $CONFIG
+    . ./$CONFIG
 }
 
 do_netreport ()
@@ -48,3 +48,4 @@ set_hostname()
        echo "search $domain" >> /etc/resolv.conf
     fi
 }
+
diff --git a/tunnels-ip6.init b/tunnels-ip6.init
deleted file mode 100644 (file)
index 1dc7f0a..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-#!/bin/bash
-#
-#!F:tunnels-ip6.init
-#
-#!P:/etc/rc.d/init.d
-#
-#!D:Starts and stops the IPv6 over IPv4 tunnels
-#
-#!C:Copyright 1997-1998 Peter Bieringer <pb@bieringer.de>
-#
-#!V:Version 1.01 05.01.1998
-
-# Changes from 1.00: info display
-
-# Display information
-info() {
-  grep "^#!D" $0 | awk -F: '{ print $2}'
-  grep "^#!C" $0 | awk -F: '{ print " " $2}'
-  grep "^#!V" $0 | awk -F: '{ print " " $2}'
-  echo
-}
-
-## Start
-
-echo $0 $* executed...
-
-info
-
-# Source function library.
-[ -f /etc/init.d/functions ] || exit 0
-. /etc/init.d/functions
-
-# Source IPv6 function library.
-[ -f /etc/init.d/functions-ip6 ] || exit 0
-. /etc/init.d/functions-ip6
-
-if ! [ "$2" = "" ]; then IP6DEBUG=$2; fi
-
-test-ip6 || exit 1
-
-# Check that tunnels are enabled.
-if ! [ "$IP6TUNNELCONFIG" = "yes" ]; then
-    echo -e "\a ...Tunneling isn't enabled - stop!"
-    exit 0
-fi
-
-
-# See how we were called.
-case "$1" in
-  start)
-        # Start tunnels.
-        tunnels-up-ip6
-        ;;
-  stop)
-        # Stop tunnels.
-        tunnels-down-ip6
-        ;;
-  *)
-        echo "Usage: tunnel-ip6.init {start|stop} <debug-level>"
-        exit 1
-esac
-
-return-ip6
-
-echo $0 $* ...done
-
-exit 0
This page took 0.170315 seconds and 4 git commands to generate.