]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- przesunięte inormacje `ok`, `busy` itp w nieco w prawo (więcej miejsca na komunikaty)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 5 Jul 1999 08:08:36 +0000 (08:08 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 5 Jul 1999 08:08:36 +0000 (08:08 +0000)
- dodajemy takze routing IPv6 na okreslone interfejsy

svn-id: @413

rc.d/init.d/functions
rc.d/rc
sysconfig/network-scripts/ifup

index d90b5629c338487ecfe425cc2e33ae21f9479a13..23044daf074b22875b1898950122d07e6f8e4373 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.10 $ $Date: 1999/06/29 16:38:03 $
+# Version:     @(#) /etc/init.d/functions $Revision: 1.11 $ $Date: 1999/07/05 08:08:36 $
 #
 # Author:      Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org>
 # Hacked by:    Greg Galloway and Marc Ewing
@@ -38,8 +38,8 @@ fi
 # Some functions to handle PLD-style messages
 show() 
 {
-       text="$*".............................................
-       echo -ne `echo $text | cut -c1-45`
+       text="$*"..................................................................................
+       echo -ne `echo $text | cut -c1-65`
 }
 
 busy() 
diff --git a/rc.d/rc b/rc.d/rc
index a488c79944d6cf76c0015008e3b7af257c3965f4..b57939815911b8ba93e473dca4111cdada300063 100755 (executable)
--- a/rc.d/rc
+++ b/rc.d/rc
@@ -42,9 +42,9 @@ stty onlcr -ixon 0>&1
 
 # Say something ;)
 echo "`tput setaf 2`Resource Manager:`tput setaf 7` Leaving  runlevel number \
-.....`tput setaf 6`[`tput setaf 2` $previous `tput setaf 6`]`tput setaf 7`"
+.........................`tput setaf 6`[`tput setaf 2` $previous `tput setaf 6`]`tput setaf 7`"
 echo "`tput setaf 2`Resource Manager:`tput setaf 7` Entering runlevel number \
-.....`tput setaf 6`[`tput setaf 2` $runlevel `tput setaf 6`]`tput setaf 7`"
+.........................`tput setaf 6`[`tput setaf 2` $runlevel `tput setaf 6`]`tput setaf 7`"
 
 # Is there an rc directory for this new runlevel?
 if [ -d /etc/rc.d/rc$runlevel.d ]; then
@@ -89,5 +89,5 @@ fi
 
 # Say something ;)
 echo "`tput setaf 2`Resource Manager:`tput setaf 7` Runlevel has been \
-reached.....`tput setaf 6`[`tput setaf 2` $runlevel `tput setaf 6`]`tput setaf 7`"
+reached.........................`tput setaf 6`[`tput setaf 2` $runlevel `tput setaf 6`]`tput setaf 7`"
 
index 54c0d03ecfcc0c5d2ddd09ff7929292bb1ae572a..d970edfa9a0c699df8b5ecbda27479a2279f737c 100755 (executable)
@@ -131,6 +131,7 @@ else
     if [ "${IPV6_NETWORKING}" == "yes" ] ; then 
       for ADDR in ${IPV6_ADDR} ; do
           ip addr add ${ADDR} dev ${DEVICE} label ${FULLDEVNAME}
+          ip route add ${ADDR} dev ${DEVICE}
       done  
     fi
 
This page took 0.050099 seconds and 4 git commands to generate.