Author: baggins
Date: Tue Mar 24 23:05:34 2009
New Revision: 10246

Modified:
   rc-scripts/branches/busybox/doc/sysvinitfiles
   rc-scripts/branches/busybox/hwprofile
   rc-scripts/branches/busybox/ppp/auth-down
   rc-scripts/branches/busybox/ppp/auth-up
   rc-scripts/branches/busybox/ppp/ip-down
   rc-scripts/branches/busybox/ppp/ip-down.d/logger
   rc-scripts/branches/busybox/ppp/ip-up
   rc-scripts/branches/busybox/ppp/ip-up.d/logger
   rc-scripts/branches/busybox/ppp/ipx-down
   rc-scripts/branches/busybox/ppp/ipx-up
   rc-scripts/branches/busybox/rc.d/init.d/allowlogin
   rc-scripts/branches/busybox/rc.d/init.d/cpusets
   rc-scripts/branches/busybox/rc.d/init.d/cryptsetup
   rc-scripts/branches/busybox/rc.d/init.d/functions
   rc-scripts/branches/busybox/rc.d/init.d/killall
   rc-scripts/branches/busybox/rc.d/init.d/local
   rc-scripts/branches/busybox/rc.d/init.d/network
   rc-scripts/branches/busybox/rc.d/init.d/random
   rc-scripts/branches/busybox/rc.d/init.d/single
   rc-scripts/branches/busybox/rc.d/init.d/sys-chroots
   rc-scripts/branches/busybox/rc.d/init.d/template.init
   rc-scripts/branches/busybox/rc.d/rc
   rc-scripts/branches/busybox/rc.d/rc.init
   rc-scripts/branches/busybox/rc.d/rc.local
   rc-scripts/branches/busybox/rc.d/rc.shutdown
   rc-scripts/branches/busybox/rc.d/rc.sysinit
   rc-scripts/branches/busybox/src/testdinit
   rc-scripts/branches/busybox/sysconfig/interfaces/down.d/all/thetouch
   rc-scripts/branches/busybox/sysconfig/interfaces/down.d/ppp/logger
   rc-scripts/branches/busybox/sysconfig/interfaces/up.d/all/thetouch
   rc-scripts/branches/busybox/sysconfig/interfaces/up.d/ppp/logger
   rc-scripts/branches/busybox/sysconfig/network-scripts/functions.network
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-br
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-irda
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-post
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-ppp
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-sl
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-vlan
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifup
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-aliases
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-br
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-ipx
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-irda
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-iucv
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-neigh
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-plip
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-plusb
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-post
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-ppp
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-routes
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-sl
   rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-vlan
   rc-scripts/branches/busybox/sysconfig/network-scripts/tnldown
   rc-scripts/branches/busybox/sysconfig/network-scripts/tnlup
Log:
- s|/bin/sh|/bin/busybox sh|


Modified: rc-scripts/branches/busybox/doc/sysvinitfiles
==============================================================================
--- rc-scripts/branches/busybox/doc/sysvinitfiles       (original)
+++ rc-scripts/branches/busybox/doc/sysvinitfiles       Tue Mar 24 23:05:34 2009
@@ -10,7 +10,7 @@
 Sample Script
 =============
 
-#!/bin/sh
+#!/bin/busybox sh
 #
 #      /etc/rc.d/init.d/<servicename>
 #

Modified: rc-scripts/branches/busybox/hwprofile
==============================================================================
--- rc-scripts/branches/busybox/hwprofile       (original)
+++ rc-scripts/branches/busybox/hwprofile       Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 # (C) 2001 Arkadiusz Miśkiewicz <[email protected]>
 # Hardware Profiles for rc-scripts TOTALNEW.
 # $Id$

Modified: rc-scripts/branches/busybox/ppp/auth-down
==============================================================================
--- rc-scripts/branches/busybox/ppp/auth-down   (original)
+++ rc-scripts/branches/busybox/ppp/auth-down   Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # $Id$
 #

Modified: rc-scripts/branches/busybox/ppp/auth-up
==============================================================================
--- rc-scripts/branches/busybox/ppp/auth-up     (original)
+++ rc-scripts/branches/busybox/ppp/auth-up     Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # $Id$
 #

Modified: rc-scripts/branches/busybox/ppp/ip-down
==============================================================================
--- rc-scripts/branches/busybox/ppp/ip-down     (original)
+++ rc-scripts/branches/busybox/ppp/ip-down     Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # $Id$
 # This file should not be modified

Modified: rc-scripts/branches/busybox/ppp/ip-down.d/logger
==============================================================================
--- rc-scripts/branches/busybox/ppp/ip-down.d/logger    (original)
+++ rc-scripts/branches/busybox/ppp/ip-down.d/logger    Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 # $Id$
 # You can put here anything :)
 #

Modified: rc-scripts/branches/busybox/ppp/ip-up
==============================================================================
--- rc-scripts/branches/busybox/ppp/ip-up       (original)
+++ rc-scripts/branches/busybox/ppp/ip-up       Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # $Id$
 # This file should not be modified

Modified: rc-scripts/branches/busybox/ppp/ip-up.d/logger
==============================================================================
--- rc-scripts/branches/busybox/ppp/ip-up.d/logger      (original)
+++ rc-scripts/branches/busybox/ppp/ip-up.d/logger      Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 # $Id$
 # You can put here anything :)
 #

Modified: rc-scripts/branches/busybox/ppp/ipx-down
==============================================================================
--- rc-scripts/branches/busybox/ppp/ipx-down    (original)
+++ rc-scripts/branches/busybox/ppp/ipx-down    Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # $Id$
 # This file should not be modified

Modified: rc-scripts/branches/busybox/ppp/ipx-up
==============================================================================
--- rc-scripts/branches/busybox/ppp/ipx-up      (original)
+++ rc-scripts/branches/busybox/ppp/ipx-up      Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # $Id$
 # This file should not be modified

Modified: rc-scripts/branches/busybox/rc.d/init.d/allowlogin
==============================================================================
--- rc-scripts/branches/busybox/rc.d/init.d/allowlogin  (original)
+++ rc-scripts/branches/busybox/rc.d/init.d/allowlogin  Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # allowlogin   Allow users to login
 #

Modified: rc-scripts/branches/busybox/rc.d/init.d/cpusets
==============================================================================
--- rc-scripts/branches/busybox/rc.d/init.d/cpusets     (original)
+++ rc-scripts/branches/busybox/rc.d/init.d/cpusets     Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # cpusets      Create/remove cpusets
 #

Modified: rc-scripts/branches/busybox/rc.d/init.d/cryptsetup
==============================================================================
--- rc-scripts/branches/busybox/rc.d/init.d/cryptsetup  (original)
+++ rc-scripts/branches/busybox/rc.d/init.d/cryptsetup  Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 # cryptsetup functions for rc-scripts
 # if invoked standalone, processes /etc/cryptab like on boot/shutdown
 

Modified: rc-scripts/branches/busybox/rc.d/init.d/functions
==============================================================================
--- rc-scripts/branches/busybox/rc.d/init.d/functions   (original)
+++ rc-scripts/branches/busybox/rc.d/init.d/functions   Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh - keep it for file(1) to get bourne shell script result
+#!/bin/busybox sh - keep it for file(1) to get bourne shell script result
 # functions    This file contains functions to be used by most or all
 #              shell scripts in the /etc/init.d directory.
 #

Modified: rc-scripts/branches/busybox/rc.d/init.d/killall
==============================================================================
--- rc-scripts/branches/busybox/rc.d/init.d/killall     (original)
+++ rc-scripts/branches/busybox/rc.d/init.d/killall     Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # killall      Script for system downing
 #

Modified: rc-scripts/branches/busybox/rc.d/init.d/local
==============================================================================
--- rc-scripts/branches/busybox/rc.d/init.d/local       (original)
+++ rc-scripts/branches/busybox/rc.d/init.d/local       Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # local        Invoke custom scripts at startup
 # chkconfig:   2345 99 01

Modified: rc-scripts/branches/busybox/rc.d/init.d/network
==============================================================================
--- rc-scripts/branches/busybox/rc.d/init.d/network     (original)
+++ rc-scripts/branches/busybox/rc.d/init.d/network     Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # network      Bring up/down networking
 #

Modified: rc-scripts/branches/busybox/rc.d/init.d/random
==============================================================================
--- rc-scripts/branches/busybox/rc.d/init.d/random      (original)
+++ rc-scripts/branches/busybox/rc.d/init.d/random      Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # random       Script to snapshot random state and reload it at boot time.
 #

Modified: rc-scripts/branches/busybox/rc.d/init.d/single
==============================================================================
--- rc-scripts/branches/busybox/rc.d/init.d/single      (original)
+++ rc-scripts/branches/busybox/rc.d/init.d/single      Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # single       Script for sedding up administrative/rescue shell.
 #

Modified: rc-scripts/branches/busybox/rc.d/init.d/sys-chroots
==============================================================================
--- rc-scripts/branches/busybox/rc.d/init.d/sys-chroots (original)
+++ rc-scripts/branches/busybox/rc.d/init.d/sys-chroots Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # sys-chroots  Starts and stops services in chroots
 #

Modified: rc-scripts/branches/busybox/rc.d/init.d/template.init
==============================================================================
--- rc-scripts/branches/busybox/rc.d/init.d/template.init       (original)
+++ rc-scripts/branches/busybox/rc.d/init.d/template.init       Tue Mar 24 
23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # <service>    <service> short service description
 #

Modified: rc-scripts/branches/busybox/rc.d/rc
==============================================================================
--- rc-scripts/branches/busybox/rc.d/rc (original)
+++ rc-scripts/branches/busybox/rc.d/rc Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # rc           This file is responsible for starting/stopping
 #              services when the runlevel changes. It is also

Modified: rc-scripts/branches/busybox/rc.d/rc.init
==============================================================================
--- rc-scripts/branches/busybox/rc.d/rc.init    (original)
+++ rc-scripts/branches/busybox/rc.d/rc.init    Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 # $Id$
 # This script is started by init ...
 

Modified: rc-scripts/branches/busybox/rc.d/rc.local
==============================================================================
--- rc-scripts/branches/busybox/rc.d/rc.local   (original)
+++ rc-scripts/branches/busybox/rc.d/rc.local   Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # $Id$
 #

Modified: rc-scripts/branches/busybox/rc.d/rc.shutdown
==============================================================================
--- rc-scripts/branches/busybox/rc.d/rc.shutdown        (original)
+++ rc-scripts/branches/busybox/rc.d/rc.shutdown        Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # shutdown     Common script for system halt/reboot.
 #

Modified: rc-scripts/branches/busybox/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/branches/busybox/rc.d/rc.sysinit (original)
+++ rc-scripts/branches/busybox/rc.d/rc.sysinit Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # /etc/rc.d/rc.sysinit - run once at boot time
 # $Id$

Modified: rc-scripts/branches/busybox/src/testdinit
==============================================================================
--- rc-scripts/branches/busybox/src/testdinit   (original)
+++ rc-scripts/branches/busybox/src/testdinit   Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # testd         This shell script takes care of starting and stopping
 #               testd (example daemon).

Modified: rc-scripts/branches/busybox/sysconfig/interfaces/down.d/all/thetouch
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/interfaces/down.d/all/thetouch        
(original)
+++ rc-scripts/branches/busybox/sysconfig/interfaces/down.d/all/thetouch        
Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/busybox sh
 # This script will run every time some interface will go down
 # using ifup or ifdown.
 #

Modified: rc-scripts/branches/busybox/sysconfig/interfaces/down.d/ppp/logger
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/interfaces/down.d/ppp/logger  
(original)
+++ rc-scripts/branches/busybox/sysconfig/interfaces/down.d/ppp/logger  Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 # $Id$
 # You can put here anything :)
 #

Modified: rc-scripts/branches/busybox/sysconfig/interfaces/up.d/all/thetouch
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/interfaces/up.d/all/thetouch  
(original)
+++ rc-scripts/branches/busybox/sysconfig/interfaces/up.d/all/thetouch  Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/busybox sh
 # This script will run every time some interface will go up
 # using ifup or ifdown.
 #

Modified: rc-scripts/branches/busybox/sysconfig/interfaces/up.d/ppp/logger
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/interfaces/up.d/ppp/logger    
(original)
+++ rc-scripts/branches/busybox/sysconfig/interfaces/up.d/ppp/logger    Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 # $Id$
 # You can put here anything :)
 #

Modified: 
rc-scripts/branches/busybox/sysconfig/network-scripts/functions.network
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/functions.network     
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/functions.network     
Tue Mar 24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh - keep it for file(1) to get bourne shell script result
+#!/bin/busybox sh - keep it for file(1) to get bourne shell script result
 #
 # $Id$
 #

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown        
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown        Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #      $Id$
 #

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-br
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-br     
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-br     Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #    ifdown-br - bridge configuration script
 #    Copyright (C) 2000 Arkadiusz Miśkiewicz <[email protected]>

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-irda
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-irda   
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-irda   Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #    ifdown-irda - IrDA configuration script
 #    Copyright (C) 2001 Arkadiusz Miśkiewicz <[email protected]>

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-post
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-post   
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-post   Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #      $Id$
 #

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-ppp
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-ppp    
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-ppp    Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #      $Id$
 #

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-sl
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-sl     
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-sl     Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #      $Id$
 #

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-vlan
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-vlan   
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifdown-vlan   Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #    ifdown-vlan - Virtual LAN configuration script
 #    Copyright (C) 2001 Arkadiusz Miśkiewicz <[email protected]>

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifup
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifup  (original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifup  Tue Mar 24 
23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #      $Id$
 #

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-aliases
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-aliases  
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-aliases  Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #      $Id$
 #

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-br
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-br       
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-br       Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #    ifup-br - bridge configuration script
 #    Copyright (C) 2000 Arkadiusz Miśkiewicz <[email protected]>

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-ipx
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-ipx      
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-ipx      Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #      $Id$
 #

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-irda
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-irda     
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-irda     Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #    ifup-irda - IrDA configuration script
 #    Copyright (C) 2001 Arkadiusz Miśkiewicz <[email protected]>

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-iucv
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-iucv     
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-iucv     Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #      $Id$
 #

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-neigh
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-neigh    
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-neigh    Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #      $Id$
 #

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-plip
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-plip     
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-plip     Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #      $Id$
 #

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-plusb
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-plusb    
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-plusb    Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 # The plusb network driver is a USB host-host cable based on the Prolific
 # chip. It works a lot like the plip driver.

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-post
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-post     
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-post     Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #      $Id$
 #

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-ppp
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-ppp      
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-ppp      Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #      $Id$
 #

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-routes
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-routes   
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-routes   Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #      $Id$
 #

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-sl
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-sl       
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-sl       Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #      $Id$
 #

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-vlan
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-vlan     
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/ifup-vlan     Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #    ifup-vlan - Virtual LAN configuration script
 #    Copyright (C) 2001 Arkadiusz Miśkiewicz <[email protected]>

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/tnldown
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/tnldown       
(original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/tnldown       Tue Mar 
24 23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #    tnldown - tunnel configuration script
 #    Copyright (C) 1999, 2000 Arkadiusz Miśkiewicz <[email protected]>

Modified: rc-scripts/branches/busybox/sysconfig/network-scripts/tnlup
==============================================================================
--- rc-scripts/branches/busybox/sysconfig/network-scripts/tnlup (original)
+++ rc-scripts/branches/busybox/sysconfig/network-scripts/tnlup Tue Mar 24 
23:05:34 2009
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/busybox sh
 #
 #    tnlup - tunnel configuration script
 #    Copyright (C) 1999, 2000 Arkadiusz Miśkiewicz <[email protected]>
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to