Re: /etc/rc.conf not getting parsed ...

From: Joseph Koshy <joseph.koshy_at_gmail.com>
Date: Mon, 30 Apr 2007 08:51:41 +0000
wa> None of my services are being started from /etc/rc.conf. I am manually
wa> having to start them. Can anyone please suggest how to debug why this
wa> has just started to occur ?

Use the "-x" option supported by "/bin/sh" to debug.  E.g.,

  # sh -x /etc/rc.d/lpd start
  ... lots of output elided ...
  + checkyesno lpd_enable
  + eval _value=$lpd_enable
  + _value=NO
  + debug checkyesno: lpd_enable is set to NO.
  + return 1
  + return 0

-- 
FreeBSD Volunteer,     http://people.freebsd.org/~jkoshy
Received on Mon Apr 30 2007 - 07:16:20 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:09 UTC