[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Sourcing init-functions



Hello,

several init scripts use such a fragment for sourcing init-functions:

if ! [ -x "/lib/lsb/init-functions" ]; then
  . /lib/lsb/init-functions
else
  echo "E: /lib/lsb/init-functions not found, lsb-base (>= 3.0-6) needed"
  exit 1
fi

What is the reason to bail out if the execute bit is set? Or should I
bug report these packages?

Regards
hmw

-- 
biff4emacsen - A biff-like tool for (X)Emacs
http://www.c0t0d0s0.de/biff4emacsen/biff4emacsen.html
Flood - Your friendly network packet generator
http://www.c0t0d0s0.de/flood/flood.html


Reply to: