Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/lfs/sbin/ifdown

    r970a126 ra44ae577  
    1 #!/bin/bash 
     1#!/bin/bash
    22########################################################################
    33# Begin /sbin/ifdown
     
    3131                       echo "${USAGE}" >& 2
    3232                       exit 2 ;;
    33                    
     33
    3434      *)               break ;;
    3535   esac
     
    5454[ "${file}" = "${file%""~""}" ] || exit 0
    5555
    56 . /lib/lsb/init-functions 
     56. /lib/lsb/init-functions
    5757
    5858if [ ! -r "${file}" ]; then
Note: See TracChangeset for help on using the changeset viewer.