conf/68525: Loader's verbose boot mode has rc.d/localdaemon not name local scripts

Matteo Riondato matteo at freebsd.org
Sun Jun 26 17:00:38 GMT 2005


The following reply was made to PR conf/68525; it has been noted by GNATS.

From: Matteo Riondato <matteo at freebsd.org>
To: bug-followup at freebsd.org, research at ijs.co.nz, mtm at 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)


More information about the freebsd-rc mailing list