NetBSD-Bugs archive

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

Re: bin/47326: /etc/rc.d/random_seed fails



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

From: Alan Barrett <apb%cequrux.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: bin/47326: /etc/rc.d/random_seed fails
Date: Fri, 14 Dec 2012 20:00:08 +0200

 On Fri, 14 Dec 2012, nakayosh%leto.eonet.ne.jp@localhost wrote:
 >/etc/rc.d/random_seed fails.
 >It requires /usr partition (/usr/bin/stat and so on),
 >but /usr isn't mounted yet.
 
 I think we shgould try to remove the dependencies on
 /usr/bin/* commands.  I see the following external
 commands used by /etc/rc.d/random_seed:
 
 df (/bin/df)
 rm (/bin/rm)
 rndctl (/sbin/rndctl)
 awk (/usr/bin/awk)
 dirname (/usr/bin/dirname)
 stat (/usr/bin/stat)
 tail (/usr/bin/tail)
 
 All of the /usr/bin/* commands can be replaced by something else, 
 with a little work.
 
 --apb (Alan Barrett)
 


Home | Main Index | Thread Index | Old Index