diff options
Diffstat (limited to 'release/sysinstall')
35 files changed, 42 insertions, 51 deletions
diff --git a/release/sysinstall/attr.c b/release/sysinstall/attr.c index ca6636911d9e..572c08072b8e 100644 --- a/release/sysinstall/attr.c +++ b/release/sysinstall/attr.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: attr.c,v 1.2.2.3 1995/06/06 00:14:03 jkh Exp $ + * attr.c,v 1.2.2.4 1995/06/06 00:44:51 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/cdrom.c b/release/sysinstall/cdrom.c index 0ef45628a78d..c7e1bf9ff5b8 100644 --- a/release/sysinstall/cdrom.c +++ b/release/sysinstall/cdrom.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: cdrom.c,v 1.6.2.2 1995/06/05 03:15:26 jkh Exp $ + * cdrom.c,v 1.6.2.3 1995/06/05 12:03:44 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/command.c b/release/sysinstall/command.c index 5d132c45638d..66915c615b27 100644 --- a/release/sysinstall/command.c +++ b/release/sysinstall/command.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: command.c,v 1.10 1995/05/29 11:01:05 jkh Exp $ + * command.c,v 1.11 1995/05/30 08:28:21 rgrimes Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/config.c b/release/sysinstall/config.c index 4739c7c5cb6b..e88e27e1ac40 100644 --- a/release/sysinstall/config.c +++ b/release/sysinstall/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.15.2.27 1995/06/07 07:21:40 jkh Exp $ + * config.c,v 1.15.2.28 1995/06/10 08:24:28 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/decode.c b/release/sysinstall/decode.c index 2e78d57fdaac..cc1bb09407bd 100644 --- a/release/sysinstall/decode.c +++ b/release/sysinstall/decode.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: decode.c,v 1.5.2.2 1995/05/31 20:55:18 jkh Exp $ + * decode.c,v 1.5.2.3 1995/06/02 15:30:47 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dev2c.sh b/release/sysinstall/dev2c.sh index cbd2e711fda1..a93bf4eee325 100644 --- a/release/sysinstall/dev2c.sh +++ b/release/sysinstall/dev2c.sh @@ -7,7 +7,7 @@ # this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp # ---------------------------------------------------------------------------- # -# $Id: dev2c.sh,v 1.1 1994/10/26 02:53:08 phk Exp $ +# dev2c.sh,v 1.1.1.1 1995/04/27 12:50:35 jkh Exp # # During installation, we suffer badly of we have to run MAKEDEV. MAKEDEV # need sh, ln, chown, mknod, awk, rm, test and probably emacs too when diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c index 1e50fa0f38c9..0fb887398d8c 100644 --- a/release/sysinstall/devices.c +++ b/release/sysinstall/devices.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: devices.c,v 1.35.2.8 1995/06/05 03:15:35 jkh Exp $ + * devices.c,v 1.35.2.9 1995/06/05 12:03:46 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/disks.c b/release/sysinstall/disks.c index fd7f4834aaa9..65249836c93d 100644 --- a/release/sysinstall/disks.c +++ b/release/sysinstall/disks.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: disks.c,v 1.30.2.6 1995/06/07 10:08:22 jkh Exp $ + * disks.c,v 1.30.2.7 1995/06/08 09:48:31 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c index c5a92016d658..9129cfd0c1ec 100644 --- a/release/sysinstall/dist.c +++ b/release/sysinstall/dist.c @@ -349,7 +349,7 @@ distExtract(char *parent, Distribution *me) numchunks = 0; } if (!numchunks) - continue; + return FALSE; if (isDebug()) msgDebug("Attempting to extract distribution from %u chunks.\n", numchunks); diff --git a/release/sysinstall/dmenu.c b/release/sysinstall/dmenu.c index 2ed040fc59f1..d990be104388 100644 --- a/release/sysinstall/dmenu.c +++ b/release/sysinstall/dmenu.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: dmenu.c,v 1.11.2.10 1995/06/07 09:44:23 jkh Exp $ + * dmenu.c,v 1.11.2.10 1995/06/07 09:44:23 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -158,7 +158,7 @@ dmenuOpen(DMenu *menu, int *choice, int *scroll, int *curr, int *max) } else { if ((tmp = decode(menu, result)) == NULL) - return FALSE; + msgFatal("Menu item `%s' not found??", result); } if (dispatch(tmp, result) || (menu->options & DMENU_SELECTION_RETURNS)) { items_free(nitems, curr, max); diff --git a/release/sysinstall/dos.c b/release/sysinstall/dos.c index b6b2621fa8f0..d836b35fe879 100644 --- a/release/sysinstall/dos.c +++ b/release/sysinstall/dos.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: dos.c,v 1.5.2.3 1995/06/05 12:03:53 jkh Exp $ + * dos.c,v 1.5.2.4 1995/06/05 16:59:03 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/floppy.c b/release/sysinstall/floppy.c index e908dd212438..fa10aa234e0b 100644 --- a/release/sysinstall/floppy.c +++ b/release/sysinstall/floppy.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: floppy.c,v 1.6.2.16 1995/06/08 08:16:42 jkh Exp $ + * floppy.c,v 1.6.2.17 1995/06/10 09:14:51 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/ftp.c b/release/sysinstall/ftp.c index c316e68c2e0a..d90d5c39ee57 100644 --- a/release/sysinstall/ftp.c +++ b/release/sysinstall/ftp.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: ftp.c,v 1.13.2.8 1995/06/05 02:28:58 jkh Exp $ + * ftp.c,v 1.13.2.9 1995/06/05 18:34:15 jkh Exp * * Return values have been sanitized: * -1 error, but you (still) have a session. diff --git a/release/sysinstall/ftp_strat.c b/release/sysinstall/ftp_strat.c index c3d52d59dedf..dba74f7af769 100644 --- a/release/sysinstall/ftp_strat.c +++ b/release/sysinstall/ftp_strat.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: ftp_strat.c,v 1.6.2.24 1995/06/07 06:50:03 jkh Exp $ + * ftp_strat.c,v 1.6.2.25 1995/06/07 09:53:14 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/globals.c b/release/sysinstall/globals.c index ec942953d57c..a8ac5881e1b3 100644 --- a/release/sysinstall/globals.c +++ b/release/sysinstall/globals.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: globals.c,v 1.9.2.1 1995/06/02 15:31:18 jkh Exp $ + * globals.c,v 1.9.2.2 1995/06/05 03:15:38 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/help/de_DE.ISO8859-1/RELNOTES b/release/sysinstall/help/de_DE.ISO8859-1/RELNOTES index c3d2aa6737fb..d5757774c1a2 100644 --- a/release/sysinstall/help/de_DE.ISO8859-1/RELNOTES +++ b/release/sysinstall/help/de_DE.ISO8859-1/RELNOTES @@ -762,5 +762,5 @@ allgemeinen Anklang findet! Das FreeBSD Core-Team -$Id: RELNOTES,v 1.2 1995/06/07 05:51:03 jkh Exp $ +RELNOTES,v 1.3 1995/06/09 07:26:00 jkh Exp ======================================================================= diff --git a/release/sysinstall/help/en_US.ISO8859-1/RELNOTES b/release/sysinstall/help/en_US.ISO8859-1/RELNOTES index 9d6284f24ddd..151c386194b2 100644 --- a/release/sysinstall/help/en_US.ISO8859-1/RELNOTES +++ b/release/sysinstall/help/en_US.ISO8859-1/RELNOTES @@ -607,19 +607,10 @@ Or via the internet from orders@cdrom.com or http://www.cdrom.com. Their current catalog can be obtained via ftp as: ftp://ftp.cdrom.com/cdrom/catalog. -Cost per CD is $39.95, or $24.95 with a FreeBSD subscription. With -a subscription, you will automatically receive updates as they -are released. Your credit card will be billed when each disk is shipped -and you may cancel your subscription at any time without further obligation. - -Walnut Creek CDROM also sells a full line of FreeBSD related merchandise such -as T-shirts ($14.95, available in "child", Large and XL sizes), coffee mugs -($9.95), tattoos ($0.25 each) and posters ($3.00). - -Shipping (per order not per disc) is $5 in the US, Canada or -Mexico and $9.00 overseas. They accept Visa, Mastercard, Discover, -American Express or checks in U.S. Dollars and ship COD within the -United States. California residents please add 8.25% sales tax. +Cost is $39.95. Shipping (per order not per disc) is $5 in the US, +Canada, or Mexico and $10.00 overseas. They accept Visa, Mastercard, +American Express, and ship COD within the United States. California +residents please add 8.25% sales tax. Should you be dissatisfied for any reason, the CD comes with an unconditional return policy. @@ -744,4 +735,4 @@ mentioned, and we sincerely hope you enjoy this release of FreeBSD! The FreeBSD Core Team -$Id: RELNOTES,v 1.9 1995/06/10 02:40:11 jkh Exp $ +RELNOTES,v 1.9 1995/06/10 02:40:11 jkh Exp diff --git a/release/sysinstall/help/en_US.ISO8859-1/hardware.hlp b/release/sysinstall/help/en_US.ISO8859-1/hardware.hlp index fba56337e5d0..778b175915ca 100644 --- a/release/sysinstall/help/en_US.ISO8859-1/hardware.hlp +++ b/release/sysinstall/help/en_US.ISO8859-1/hardware.hlp @@ -1,4 +1,4 @@ -Hardware Documentation Guide: $Id: hardware.hlp,v 1.11 1995/06/09 13:29:19 jkh Exp $ +Hardware Documentation Guide: hardware.hlp,v 1.12 1995/06/10 01:25:28 jkh Exp Table of Contents ----------------- diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 68c248bd4339..433ac130ec36 100644 --- a/release/sysinstall/install.c +++ b/release/sysinstall/install.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: install.c,v 1.70.2.40 1995/06/09 12:19:16 jkh Exp $ + * install.c,v 1.70.2.41 1995/06/10 07:58:37 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/label.c b/release/sysinstall/label.c index 30ff19406fa9..a1163add61e9 100644 --- a/release/sysinstall/label.c +++ b/release/sysinstall/label.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: label.c,v 1.31.2.3 1995/06/05 08:34:55 jkh Exp $ + * label.c,v 1.31.2.4 1995/06/07 06:38:11 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/lang.c b/release/sysinstall/lang.c index 5a22c1a9e9a2..6b6212cc6ef4 100644 --- a/release/sysinstall/lang.c +++ b/release/sysinstall/lang.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: lang.c,v 1.6.2.2 1995/06/02 00:45:17 jkh Exp $ + * lang.c,v 1.6.2.3 1995/06/05 04:39:59 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/main.c b/release/sysinstall/main.c index dad933917ea8..9738adf21687 100644 --- a/release/sysinstall/main.c +++ b/release/sysinstall/main.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated for what's essentially a complete rewrite. * - * $Id: main.c,v 1.12.2.3 1995/06/03 02:14:38 jkh Exp $ + * main.c,v 1.12.2.4 1995/06/05 15:17:12 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/media.c b/release/sysinstall/media.c index 6285be39c420..ea756ce8f5f2 100644 --- a/release/sysinstall/media.c +++ b/release/sysinstall/media.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: media.c,v 1.24.2.10 1995/06/09 11:51:23 jkh Exp $ + * media.c,v 1.24.2.11 1995/06/10 01:42:19 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index 79fe534651cc..c65b08039f0e 100644 --- a/release/sysinstall/menus.c +++ b/release/sysinstall/menus.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: menus.c,v 1.41.2.38 1995/06/10 08:59:24 jkh Exp $ + * menus.c,v 1.41.2.38 1995/06/10 08:59:24 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -937,9 +937,9 @@ probably enable one of these screen savers to prevent phosphor burn-in.", "Choose a nifty-looking screen saver", NULL, { { "blank", "Simply blank the screen", - DMENU_SET_VARIABLE, "saver=blank", 0, 0, dmenuVarCheck }, + DMENU_SET_VARIABLE, "saver=star", 0, 0, dmenuVarCheck }, { "Green", "\"Green\" power saving mode (if supported by monitor)", - DMENU_SET_VARIABLE, "saver=green", 0, 0, dmenuVarCheck }, + DMENU_SET_VARIABLE, "saver=snake", 0, 0, dmenuVarCheck }, { "Snake", "Draw a FreeBSD \"snake\" on your screen", DMENU_SET_VARIABLE, "saver=snake", 0, 0, dmenuVarCheck }, { "Star", "A \"twinkling stars\" effect", diff --git a/release/sysinstall/misc.c b/release/sysinstall/misc.c index f24e93023453..aeea590248c8 100644 --- a/release/sysinstall/misc.c +++ b/release/sysinstall/misc.c @@ -1,7 +1,7 @@ /* * Miscellaneous support routines.. * - * $Id: misc.c,v 1.11.2.1 1995/05/31 09:05:47 jkh Exp $ + * misc.c,v 1.11.2.2 1995/06/01 22:32:06 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/msg.c b/release/sysinstall/msg.c index fbdbf08ab2a9..85131b6bba4a 100644 --- a/release/sysinstall/msg.c +++ b/release/sysinstall/msg.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: msg.c,v 1.28.2.1 1995/05/30 21:34:38 jkh Exp $ + * msg.c,v 1.28.2.2 1995/06/02 15:31:31 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/network.c b/release/sysinstall/network.c index 2a04a3adfb4d..1b6f8051cfd6 100644 --- a/release/sysinstall/network.c +++ b/release/sysinstall/network.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: network.c,v 1.6.2.13 1995/06/07 07:51:06 jkh Exp $ + * network.c,v 1.6.2.14 1995/06/07 09:26:29 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/nfs.c b/release/sysinstall/nfs.c index d864b1a776bd..d2f1bbd3c851 100644 --- a/release/sysinstall/nfs.c +++ b/release/sysinstall/nfs.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: nfs.c,v 1.4.2.5 1995/06/10 00:49:17 jkh Exp $ + * nfs.c,v 1.4.2.6 1995/06/10 02:21:40 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/sysinstall.h b/release/sysinstall/sysinstall.h index 828ea4e36e29..1c2017ccbbfb 100644 --- a/release/sysinstall/sysinstall.h +++ b/release/sysinstall/sysinstall.h @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: sysinstall.h,v 1.41.2.19 1995/06/10 08:59:27 jkh Exp $ + * sysinstall.h,v 1.41.2.20 1995/06/10 09:14:53 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/system.c b/release/sysinstall/system.c index f7f76b35205a..afc1b89a5b4b 100644 --- a/release/sysinstall/system.c +++ b/release/sysinstall/system.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: system.c,v 1.43.2.13 1995/06/09 11:00:52 jkh Exp $ + * system.c,v 1.43.2.14 1995/06/09 14:33:36 jkh Exp * * Jordan Hubbard * diff --git a/release/sysinstall/tape.c b/release/sysinstall/tape.c index 3ca71da0934a..38a3f1d0510f 100644 --- a/release/sysinstall/tape.c +++ b/release/sysinstall/tape.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: tape.c,v 1.5.2.5 1995/06/05 15:17:18 jkh Exp $ + * tape.c,v 1.5.2.6 1995/06/05 15:33:09 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c index 8be291b84fac..ad001e7e7631 100644 --- a/release/sysinstall/tcpip.c +++ b/release/sysinstall/tcpip.c @@ -1,5 +1,5 @@ /* - * $Id: tcpip.c,v 1.29.2.7 1995/06/05 08:34:59 jkh Exp $ + * tcpip.c,v 1.29.2.8 1995/06/06 06:08:29 jkh Exp * * Copyright (c) 1995 * Gary J Palmer. All rights reserved. diff --git a/release/sysinstall/ufs.c b/release/sysinstall/ufs.c index 362ac208a302..708ad0b694f5 100644 --- a/release/sysinstall/ufs.c +++ b/release/sysinstall/ufs.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: ufs.c,v 1.4.2.1 1995/06/04 05:13:40 jkh Exp $ + * ufs.c,v 1.4.2.2 1995/06/05 12:04:09 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/variable.c b/release/sysinstall/variable.c index eb2538398281..0297ebde6eff 100644 --- a/release/sysinstall/variable.c +++ b/release/sysinstall/variable.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: variable.c,v 1.5.2.1 1995/06/01 09:42:32 jkh Exp $ + * variable.c,v 1.5.2.2 1995/06/01 21:04:03 jkh Exp * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/wizard.c b/release/sysinstall/wizard.c index afd9a1017aa2..a4442927281a 100644 --- a/release/sysinstall/wizard.c +++ b/release/sysinstall/wizard.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: wizard.c,v 1.5 1995/05/30 08:29:07 rgrimes Exp $ + * wizard.c,v 1.5.2.1 1995/06/05 02:25:27 jkh Exp * */ |
