diff options
author | Eivind Eklund <eivind@FreeBSD.org> | 2000-10-29 09:57:50 +0000 |
---|---|---|
committer | Eivind Eklund <eivind@FreeBSD.org> | 2000-10-29 09:57:50 +0000 |
commit | dd92980bbd43fc5119c7afc085fbc9743d2b7f40 (patch) | |
tree | 6339713655752ad93f8f8a9c31e07e64b2fc098d /release/sysinstall/sysinstall.h | |
parent | 26dac111f1d4a6728fc19a57d05f9a47c4e294db (diff) |
Teach sysinstall how to restart itself on Ctrl-C (as an addition to its old
tricks of rebooting and continuing where it was.)
Reviewed by: jkh, jhb
Notes
Notes:
svn path=/head/; revision=67862
Diffstat (limited to 'release/sysinstall/sysinstall.h')
-rw-r--r-- | release/sysinstall/sysinstall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release/sysinstall/sysinstall.h b/release/sysinstall/sysinstall.h index 048a5e7c4f5d..8dab491f23ca 100644 --- a/release/sysinstall/sysinstall.h +++ b/release/sysinstall/sysinstall.h @@ -403,6 +403,7 @@ extern DMenu MenuUsermgmt; /* User management menu */ extern DMenu MenuFixit; /* Fixit floppy/CDROM/shell menu */ extern DMenu MenuXF86Config; /* Select XFree86 configuration type */ extern int FixItMode; /* FixItMode starts shell onc urrent device (ie Serial port) */ +extern const char * StartName; /* Which name we were started as */ /* Stuff from libdialog which isn't properly declared outside */ extern void display_helpfile(void); |