Re: Anybody working on dset utility for ELF?

1999-05-28 Thread Jan B. Koum
On Fri, May 28, 1999 at 06:12:33PM -0700, Carlos C. Tapang 
ctap...@easystreet.com wrote:
 Is there anybody out there working on making /sbin/dset recognize ELF kernel 
 files?
 I need it, so if there is nobody, I'm going to work on it myself.
 
 If you are familiar with this, please give me pointers or hints as to how 
 best to do this.
 
 Carlos C. Tapang
 http://www.genericwindows.com

Uhm.. I thought that is what /sbin/kget does, no?!

-- Yan


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: Anybody working on dset utility for ELF?

1999-05-28 Thread Daniel J. O'Connor

On 29-May-99 Jan B. Koum wrote:
   Uhm.. I thought that is what /sbin/kget does, no?!

It would appear so (I didn't even know kget existed sigh :)
But it isn't in any .rc files, so presumably it isn't automagic.

Presumably it would be trivial to add though, ie have 'kget /boot/kernel.conf'
somewhere in /etc/rc.*

ie in /etc/rc.local have -
echo -n 'saving boot -c changes..'
/sbin/kget /boot/kernel.conf 
echo 'done'

---
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
The nice thing about standards is that there
are so many of them to choose from.
  -- Andrew Tanenbaum




To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message