]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a couple of functions to create persistent variables that will
authorMurray Stokely <murray@FreeBSD.org>
Mon, 24 Sep 2001 10:16:23 +0000 (10:16 +0000)
committerMurray Stokely <murray@FreeBSD.org>
Mon, 24 Sep 2001 10:16:23 +0000 (10:16 +0000)
commita0769a8d73f90103518a032a5cc50c80a4139027
tree93adea49800e8fdf86444bd44855929cfc0c2970
parent946b7fa17e444cf0508c8e46736dabf454f01f60
Add a couple of functions to create persistent variables that will
survive a sysinstall Ctrl-C -> 'Restart'.  This fixes another annoying
bug where restarting sysinstall will try to reload kernel modules and
do other external things that have already been done.  For now, use
these persistent variables to keep track of module, usbd, and pccardd
initialization.

Bug found by: rwatson
MFC after:    1 week
usr.sbin/sade/main.c
usr.sbin/sade/sade.h
usr.sbin/sade/variable.c
usr.sbin/sysinstall/main.c
usr.sbin/sysinstall/sysinstall.h
usr.sbin/sysinstall/variable.c