tags 430814 + pending
thanks

> Awk can not be used.  Can the code be rewritten to use POSIX shell
> features or sed?

I rewrote it to this:

  df="`df -kP /tmp |grep -v Filesystem`"
  set -- $df
  avail="$4"

I also had to update the LSB dependency header to document that the
script should stop in runlevels 0 and 6, and moved the stop point from
59 to 100 - 37 = 63 to make the start and stop location symetrical.

The patch is commited to svn and should show up in version
2.86.ds1-44.

Happy hacking,
-- 
Petter Reinholdtsen



_______________________________________________
Pkg-sysvinit-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-sysvinit-devel

Reply via email to