English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Diff of /branches/common-nfo/package/fwifupdown/files/ifupdown.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3426 by tg, Wed Jul 18 12:45:43 2007 UTC revision 3427 by tg, Wed Aug 8 11:08:41 2007 UTC
# Line 9  Line 9 
9  #  #
10    
11  config() {  config() {
12          [ x"$1" = x"1" ]          [[ $1 = 1 ]]
13  }  }
14    
15  what=${0##*/}  what=${0##*/}
# Line 33  if config $FWIFUPDOWN_DEBUG; then Line 33  if config $FWIFUPDOWN_DEBUG; then
33          set -x          set -x
34          redirect=          redirect=
35  fi  fi
36  [ -e /tmp/.booting ] && redirect="$redirect >/dev/console"  [[ -e /tmp/.booting ]] && redirect="$redirect >/dev/console"
37    
38  # cleanup ifstate files  # cleanup ifstate files
39  rm -rf /tmp/ifupdown/ifstate  rm -rf /tmp/ifupdown/ifstate

Legend:
Removed from v.3426  
changed lines
  Added in v.3427

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20