Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jun 2005 17:00:37 GMT
From:      Matteo Riondato <matteo@freebsd.org>
To:        freebsd-rc@FreeBSD.org
Subject:   Re: conf/68525: Loader's verbose boot mode has rc.d/localdaemon not name local scripts
Message-ID:  <200506261700.j5QH0bGx077160@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/68525; it has been noted by GNATS.

From: Matteo Riondato <matteo@freebsd.org>
To: bug-followup@freebsd.org, research@ijs.co.nz, mtm@freebsd.org
Cc:  
Subject: Re: conf/68525: Loader's verbose boot mode has rc.d/localdaemon not name local scripts
Date: Sun, 26 Jun 2005 18:53:51 +0200

 Patch for this:
 
 --- /usr/src/etc/rc.d/localpkg	Thu Oct  7 15:55:26 2004
 +++ localpkg	Sun Jun 19 08:22:17 2005
 @@ -40,6 +40,9 @@
  			if [ -x "${script}" ]; then
  				(set -T
  				trap 'exit 1' 2
 +				if [ `sysctl -n debug.bootverbose` -eq 1 ]; then
 +					echo "==>" ${script}
 +				fi
  				${script} start)
  			elif [ -f "${script}" -o -L "${script}" ]; then
  				echo -n " (skipping ${script##*/}, not executable)"
 
 This can be found at http://people.freebsd.org/~matteo/diff/localpkg.diff 
 Best Regards
 -- 
 Matteo Riondato
 FreeBSD Volunteer (http://freebsd.org)
 G.U.F.I. Staff Member (http://www.gufi.org)
 FreeSBIE Developer (http://www.freesbie.org)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506261700.j5QH0bGx077160>