diff options
Diffstat (limited to 'release')
72 files changed, 80 insertions, 79 deletions
diff --git a/release/Makefile b/release/Makefile index 23654d58c768..913525161b03 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.246.2.94 1998/11/05 17:47:41 jkh Exp $ +# $Id: Makefile,v 1.246.2.95 1998/11/24 00:19:59 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # diff --git a/release/boot_crunch.conf b/release/boot_crunch.conf index f6e4b79544d7..2797d051f71a 100644 --- a/release/boot_crunch.conf +++ b/release/boot_crunch.conf @@ -1,4 +1,4 @@ -# $Id: boot_crunch.conf,v 1.24.2.2 1997/05/24 10:57:20 jkh Exp $ +# $Id: boot_crunch.conf,v 1.24.2.3 1998/01/30 20:54:27 brian Exp $ srcdirs /usr/src/bin /usr/src/sbin /usr/src/release /usr/src/usr.bin srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin /usr/src/sbin/i386 diff --git a/release/fixit.profile b/release/fixit.profile index 863f68548b46..2bcb8f97c1d5 100644 --- a/release/fixit.profile +++ b/release/fixit.profile @@ -1,5 +1,5 @@ : -# $Id: fixit.profile,v 1.1.6.2 1996/11/28 08:58:25 joerg Exp $ +# $Id: fixit.profile,v 1.1.6.3 1997/03/02 12:03:31 joerg Exp $ export BLOCKSIZE=K export PS1="Fixit# " diff --git a/release/fixit.services b/release/fixit.services index a985c1f8dac6..251d751d5ab5 100644 --- a/release/fixit.services +++ b/release/fixit.services @@ -3,7 +3,7 @@ # # Stripped-down version. # -# $Id$ +# $Id: fixit.services,v 1.1 1996/11/09 16:25:32 joerg Exp $ # # WELL KNOWN PORT NUMBERS # diff --git a/release/fixit_crunch.conf b/release/fixit_crunch.conf index 33e4bf19d303..52c97c40b63b 100644 --- a/release/fixit_crunch.conf +++ b/release/fixit_crunch.conf @@ -1,4 +1,4 @@ -# $Id: fixit_crunch.conf,v 1.8.2.2 1996/11/09 16:33:57 joerg Exp $ +# $Id: fixit_crunch.conf,v 1.8.2.3 1997/09/16 18:55:04 jkh Exp $ # first, we list the source dirs that our programs reside in. These are # searched in order listed to find the dir containing each program. diff --git a/release/floppies/Makefile b/release/floppies/Makefile index 45de4a95c2f6..f351e7c3f778 100644 --- a/release/floppies/Makefile +++ b/release/floppies/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/08/22 09:45:27 julian Exp $ +# $Id: Makefile,v 1.3.4.1 1998/07/16 10:16:01 jkh Exp $ # SUBDIR= bin boot fixit diff --git a/release/floppies/bin/Makefile b/release/floppies/bin/Makefile index 15f5ebff4c19..7fab47766944 100644 --- a/release/floppies/bin/Makefile +++ b/release/floppies/bin/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1997/07/16 12:24:18 julian Exp $ +# $Id: Makefile,v 1.1 1997/07/22 02:50:57 julian Exp $ # SUBDIR= write_mfs_in_kernel dumpnlist diff --git a/release/floppies/bin/dumpnlist/Makefile b/release/floppies/bin/dumpnlist/Makefile index 1149cadbbeb6..d6e90e676b09 100644 --- a/release/floppies/bin/dumpnlist/Makefile +++ b/release/floppies/bin/dumpnlist/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1997/07/16 12:24:19 julian Exp $ +# $Id: Makefile,v 1.1 1997/07/22 02:50:58 julian Exp $ # PROG=dumpnlist NOMAN=yes diff --git a/release/floppies/bin/write_mfs_in_kernel/Makefile b/release/floppies/bin/write_mfs_in_kernel/Makefile index cd65a8e75249..f39ac498b2ae 100644 --- a/release/floppies/bin/write_mfs_in_kernel/Makefile +++ b/release/floppies/bin/write_mfs_in_kernel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1 1997/07/16 12:24:20 julian Exp $ +# $Id: Makefile,v 1.1 1997/07/22 02:50:59 julian Exp $ # PROG=write_mfs_in_kernel NOMAN=yes diff --git a/release/floppies/bin/write_mfs_in_kernel/write_mfs_in_kernel.c b/release/floppies/bin/write_mfs_in_kernel/write_mfs_in_kernel.c index b624ed6387d4..08f6d790a212 100644 --- a/release/floppies/bin/write_mfs_in_kernel/write_mfs_in_kernel.c +++ b/release/floppies/bin/write_mfs_in_kernel/write_mfs_in_kernel.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: write_mfs_in_kernel.c,v 1.1 1997/07/16 12:24:21 julian Exp $ + * $Id: write_mfs_in_kernel.c,v 1.1 1997/07/22 02:50:59 julian Exp $ * * This program patches a filesystem into a kernel made with MFS_ROOT * option. diff --git a/release/floppies/boot/Makefile b/release/floppies/boot/Makefile index 2dd894d898d9..4dfafd68f900 100644 --- a/release/floppies/boot/Makefile +++ b/release/floppies/boot/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.214 1996/05/02 08:18:28 jkh Exp $ +# $Id: Makefile,v 1.1 1996/05/21 01:12:32 julian Exp $ SUBDIR= crunch mfs floppy .include <bsd.subdir.mk> diff --git a/release/floppies/boot/crunch/crunch.conf b/release/floppies/boot/crunch/crunch.conf index f6870d8b8bde..0c28d4388a43 100644 --- a/release/floppies/boot/crunch/crunch.conf +++ b/release/floppies/boot/crunch/crunch.conf @@ -1,4 +1,4 @@ -# $Id: crunch.conf,v 1.1 1996/05/21 01:12:34 julian Exp $ +# $Id: crunch.conf,v 1.1.4.1 1998/07/16 10:26:48 jkh Exp $ srcdirs /usr/src/bin srcdirs /usr/src/release diff --git a/release/floppies/boot/floppy/Makefile b/release/floppies/boot/floppy/Makefile index 40080402d110..97787dc99683 100644 --- a/release/floppies/boot/floppy/Makefile +++ b/release/floppies/boot/floppy/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.3 1996/08/22 09:45:38 julian Exp $ +# $Id: Makefile,v 1.3.4.1 1998/07/16 10:26:52 jkh Exp $ # If this is a RELEASE, then set # Things which without too much trouble can be considered variables diff --git a/release/floppies/boot/mfs/Makefile b/release/floppies/boot/mfs/Makefile index a02ec85f3539..df45cfbe8611 100644 --- a/release/floppies/boot/mfs/Makefile +++ b/release/floppies/boot/mfs/Makefile @@ -1,5 +1,5 @@ ### -# $Id: Makefile,v 1.2 1996/08/22 09:45:43 julian Exp $ +# $Id: Makefile,v 1.2.4.1 1998/07/16 10:26:56 jkh Exp $ # # What are we if we weren't told.. CRUNCHDIRS= ../crunch diff --git a/release/floppies/fixit/Makefile b/release/floppies/fixit/Makefile index ee278f76ab4c..28332a69ff87 100644 --- a/release/floppies/fixit/Makefile +++ b/release/floppies/fixit/Makefile @@ -1,5 +1,5 @@ ### -# $Id: Makefile,v 1.214 1996/05/02 08:18:28 jkh Exp $ +# $Id: Makefile,v 1.1 1996/05/21 01:12:39 julian Exp $ # SUBDIR= crunch image diff --git a/release/floppies/fixit/crunch/crunch.conf b/release/floppies/fixit/crunch/crunch.conf index e7497fe745f1..bf304c1d860f 100644 --- a/release/floppies/fixit/crunch/crunch.conf +++ b/release/floppies/fixit/crunch/crunch.conf @@ -1,4 +1,4 @@ -# $Id: crunch.conf,v 1.1 1996/05/21 01:12:40 julian Exp $ +# $Id: crunch.conf,v 1.1.4.1 1998/07/16 10:27:01 jkh Exp $ # first, we list the source dirs that our programs reside in. These are # searched in order listed to find the dir containing each program. diff --git a/release/floppies/fixit/image/Makefile b/release/floppies/fixit/image/Makefile index 15dffc86d883..96cfa75d5b36 100644 --- a/release/floppies/fixit/image/Makefile +++ b/release/floppies/fixit/image/Makefile @@ -1,5 +1,5 @@ ### -# $Id: Makefile,v 1.1 1996/05/21 01:12:42 julian Exp $ +# $Id: Makefile,v 1.1.4.1 1998/07/16 10:27:05 jkh Exp $ # # What are we if we weren't told.. CRUNCH?= fixit diff --git a/release/floppies/fixit/verbatim/.profile b/release/floppies/fixit/verbatim/.profile index f5664e8d6eb8..eede8f1a8f4e 100644 --- a/release/floppies/fixit/verbatim/.profile +++ b/release/floppies/fixit/verbatim/.profile @@ -1,5 +1,5 @@ : -# $Id: fixit.profile,v 1.1 1995/03/15 06:14:19 phk Exp $ +# $Id: .profile,v 1.1 1996/05/21 01:12:43 julian Exp $ PATH=/stand BLOCKSIZE=K PS1="Fixit# " diff --git a/release/floppies/mk/crunch_fs.mk b/release/floppies/mk/crunch_fs.mk index c6d51d19bf8e..b27e4ba5b7ab 100644 --- a/release/floppies/mk/crunch_fs.mk +++ b/release/floppies/mk/crunch_fs.mk @@ -1,5 +1,5 @@ ### -# $Id: crunch_fs.mk,v 1.1 1997/07/16 12:24:29 julian Exp $ +# $Id: crunch_fs.mk,v 1.1 1997/07/22 02:51:02 julian Exp $ # # This is included to make a floppy that includes a crunch file # diff --git a/release/sysinstall/anonFTP.c b/release/sysinstall/anonFTP.c index 8a54ec319ace..f00b35346cfa 100644 --- a/release/sysinstall/anonFTP.c +++ b/release/sysinstall/anonFTP.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: anonFTP.c,v 1.17.2.3 1997/03/09 22:37:47 jkh Exp $ + * $Id: anonFTP.c,v 1.17.2.4 1997/04/02 07:05:16 jkh Exp $ * * Copyright (c) 1995 * Coranth Gryphon. All rights reserved. diff --git a/release/sysinstall/attr.c b/release/sysinstall/attr.c index 3f44a33b6ef8..78f742be15c5 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.8.2.9 1997/03/28 23:17:23 jkh Exp $ + * $Id: attr.c,v 1.8.2.10 1997/08/18 21:34:25 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/cdrom.c b/release/sysinstall/cdrom.c index cfbc043aa568..fb5d61aacbec 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.26.2.8 1998/07/21 05:15:05 jkh Exp $ + * $Id: cdrom.c,v 1.26.2.9 1998/08/27 00:50:28 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/command.c b/release/sysinstall/command.c index fece9b066795..cb744b28a7d9 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.13 1995/12/07 10:33:33 peter Exp $ + * $Id: command.c,v 1.14 1996/04/13 13:31:24 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/config.c b/release/sysinstall/config.c index 53d2148f64a5..c98cbad10b0a 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.51.2.65 1998/10/28 10:59:44 jkh Exp $ + * $Id: config.c,v 1.51.2.66 1998/11/15 09:07:37 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dev2c.sh b/release/sysinstall/dev2c.sh index cbd2e711fda1..e92404f4b6ef 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 $ +# $Id: 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 c3b985c3a734..01542b1ce7a0 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.49.2.29 1998/09/26 17:35:56 wpaul Exp $ + * $Id: devices.c,v 1.49.2.30 1998/09/30 01:37:15 danny Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/disks.c b/release/sysinstall/disks.c index 07e91977ee83..237caf15abc6 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.70.2.28 1998/07/16 10:35:23 jkh Exp $ + * $Id: disks.c,v 1.70.2.29 1998/09/14 19:14:23 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dispatch.c b/release/sysinstall/dispatch.c index 3f897376b6b5..be20b41273c0 100644 --- a/release/sysinstall/dispatch.c +++ b/release/sysinstall/dispatch.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: dispatch.c,v 1.5.2.19 1998/07/18 09:35:23 jkh Exp $ + * $Id: dispatch.c,v 1.5.2.20 1998/11/15 09:07:37 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c index b8afbafa48ab..b58ebe0b50d4 100644 --- a/release/sysinstall/dist.c +++ b/release/sysinstall/dist.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: dist.c,v 1.73.2.50 1998/11/15 09:07:37 jkh Exp $ + * $Id: dist.c,v 1.73.2.51 1998/11/27 00:31:00 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dmenu.c b/release/sysinstall/dmenu.c index 272bd36f61bf..55bcec37ee66 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.25.2.9 1998/03/10 17:24:27 jkh Exp $ + * $Id: dmenu.c,v 1.25.2.10 1998/03/15 19:31:08 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/doc.c b/release/sysinstall/doc.c index 586cabd9866f..6cf7d95d9e19 100644 --- a/release/sysinstall/doc.c +++ b/release/sysinstall/doc.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: doc.c,v 1.19.2.1 1997/01/19 09:59:27 jkh Exp $ + * $Id: doc.c,v 1.19.2.2 1997/02/15 13:21:18 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/dos.c b/release/sysinstall/dos.c index ec50815ba069..8a3070516636 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.14.2.3 1998/09/08 11:44:51 jkh Exp $ + * $Id: dos.c,v 1.14.2.4 1998/10/28 10:59:45 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/floppy.c b/release/sysinstall/floppy.c index 19fa614222ff..f28b62a68015 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.16.2.8 1998/07/18 09:35:23 jkh Exp $ + * $Id: floppy.c,v 1.16.2.9 1998/10/28 10:59:45 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/ftp.c b/release/sysinstall/ftp.c index a5f7dd4d0849..4d345d2f2119 100644 --- a/release/sysinstall/ftp.c +++ b/release/sysinstall/ftp.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.c,v 1.18.2.13 1997/10/03 03:32:20 jkh Exp $ + * $Id: ftp.c,v 1.18.2.14 1997/10/03 14:00:40 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/globals.c b/release/sysinstall/globals.c index 937ba86ca341..00c59f320553 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.14.2.2 1997/01/24 21:05:53 jkh Exp $ + * $Id: globals.c,v 1.14.2.3 1997/04/19 06:55:07 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/index.c b/release/sysinstall/index.c index f01c71b3cd6c..c2b36c37f4e8 100644 --- a/release/sysinstall/index.c +++ b/release/sysinstall/index.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: index.c,v 1.38.2.17 1998/07/24 04:57:31 jkh Exp $ + * $Id: index.c,v 1.38.2.18 1998/10/28 10:59:45 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index b1ddbeb0e523..3cc4967a2565 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.134.2.73 1998/11/15 09:07:37 jkh Exp $ + * $Id: install.c,v 1.134.2.74 1998/11/24 00:20:44 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/installUpgrade.c b/release/sysinstall/installUpgrade.c index 35e13ada53d6..d7f033ecb573 100644 --- a/release/sysinstall/installUpgrade.c +++ b/release/sysinstall/installUpgrade.c @@ -164,8 +164,12 @@ installUpgrade(dialogMenuItem *self) return installUpgradeNonInteractive(self); variable_set2(SYSTEM_STATE, "upgrade"); + systemDisplayHelp("UPGRADE"); dialog_clear_norefresh(); + if (msgYesNo("Given all that scary stuff you just read, are you sure you want to\n" + "risk it all and proceed with this upgrade?") != 0) + return DITEM_FAILURE | DITEM_RESTORE; if (!Dists) { msgConfirm("First, you must select some distribution components. The upgrade procedure\n" @@ -189,9 +193,6 @@ installUpgrade(dialogMenuItem *self) if (!(Dists & DIST_BIN)) extractingBin = FALSE; - if (msgYesNo("Last chance, are you sure you want to proceed with this upgrade?") != 0) - return DITEM_FAILURE | DITEM_RESTORE; - if (RunningAsInit) { Device **devs; int i, cnt; diff --git a/release/sysinstall/keymap.c b/release/sysinstall/keymap.c index 459f4cbe2860..2b17b16cb926 100644 --- a/release/sysinstall/keymap.c +++ b/release/sysinstall/keymap.c @@ -21,7 +21,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: keymap.c,v 1.1.2.3 1997/01/15 04:50:10 jkh Exp $ * */ diff --git a/release/sysinstall/label.c b/release/sysinstall/label.c index b27275c24b9c..a93c9725b4cb 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.63.2.17 1998/03/13 11:08:06 jkh Exp $ + * $Id: label.c,v 1.63.2.18 1998/07/18 09:35:25 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/lang.c b/release/sysinstall/lang.c index 0d6963b1b4a0..304e931a1865 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.7 1995/06/11 19:30:01 rgrimes Exp $ + * $Id: lang.c,v 1.8 1996/04/13 13:31:46 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/list.h b/release/sysinstall/list.h index 05a9fd56b78d..e9bfd7af3ccf 100644 --- a/release/sysinstall/list.h +++ b/release/sysinstall/list.h @@ -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: list.h,v 1.1 1997/09/16 17:03:58 pst Exp $ + * $Id: list.h,v 1.1 1997/09/16 18:57:47 jkh Exp $ * * Copyright (c) 1997 FreeBSD, Inc. * All rights reserved. diff --git a/release/sysinstall/main.c b/release/sysinstall/main.c index fbcb386f854e..49fa0e7c4c9f 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.28.2.16 1998/02/22 09:54:39 jkh Exp $ + * $Id: main.c,v 1.28.2.17 1998/03/10 13:32:25 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/media.c b/release/sysinstall/media.c index a680e07f47e4..6c037f897e7a 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.92 1998/11/02 10:42:18 obrien Exp $ + * $Id: media.c,v 1.62.2.21 1998/11/03 05:52:47 obrien Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index 3526f7e94114..e16c9f1465fa 100644 --- a/release/sysinstall/menus.c +++ b/release/sysinstall/menus.c @@ -759,7 +759,7 @@ DMenu MenuSubDistributions = { srcFlagCheck, distSetSrc }, { "ports", "The FreeBSD Ports collection", dmenuFlagCheck, dmenuSetFlag, NULL, &Dists, '[', 'X', ']', DIST_PORTS }, - { "XFree86", "The XFree86 3.3.3 distribution", + { "XFree86", "The XFree86 3.3.2.3 distribution", x11FlagCheck, distSetXF86 }, { "All", "All sources, binaries and X Window System binaries", NULL, distSetEverything, NULL, NULL, ' ', ' ', ' ' }, @@ -846,8 +846,8 @@ DMenu MenuSrcDistributions = { DMenu MenuXF86Select = { DMENU_NORMAL_TYPE, - "XFree86 3.3.3 Distribution", - "Please select the components you need from the XFree86 3.3.3\n" + "XFree86 3.3.2.3 Distribution", + "Please select the components you need from the XFree86 3.3.2.3\n" "distribution sets.", "Press F1 to read the XFree86 release notes for FreeBSD", "XF86", @@ -862,7 +862,7 @@ DMenu MenuXF86Select = { DMenu MenuXF86SelectCore = { DMENU_CHECKLIST_TYPE | DMENU_SELECTION_RETURNS, - "XFree86 3.3.3 base distribution types", + "XFree86 3.3.2.3 base distribution types", "Please check off the basic XFree86 components you wish to install.\n" "Bin, lib, and set are recommended for a minimum installaion.", "Press F1 to read the XFree86 release notes for FreeBSD", @@ -889,9 +889,9 @@ DMenu MenuXF86SelectCore = { dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_SET }, { "9set", "XFree86 Setup Utility for PC98 machines", dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_9SET }, - { "sources", "XFree86 3.3.3 standard sources", + { "sources", "XFree86 3.3.2.3 standard sources", dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_SRC }, - { "csources", "XFree86 3.3.3 contrib sources", + { "csources", "XFree86 3.3.2.3 contrib sources", dmenuFlagCheck, dmenuSetFlag, NULL, &XF86Dists, '[', 'X', ']', DIST_XF86_CSRC }, { "All", "Select all of the above", NULL, setX11Misc, NULL, NULL, ' ', ' ', ' ' }, diff --git a/release/sysinstall/misc.c b/release/sysinstall/misc.c index eec6b54f9286..3165c76c03a5 100644 --- a/release/sysinstall/misc.c +++ b/release/sysinstall/misc.c @@ -1,7 +1,7 @@ /* * Miscellaneous support routines.. * - * $Id: misc.c,v 1.22.2.12 1998/03/19 15:02:55 jkh Exp $ + * $Id: misc.c,v 1.22.2.13 1998/03/24 05:15:32 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/mouse.c b/release/sysinstall/mouse.c index 4097666d47f3..815c39e3c900 100644 --- a/release/sysinstall/mouse.c +++ b/release/sysinstall/mouse.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mouse.c,v 1.1.2.2 1998/03/23 05:58:10 jkh Exp $ + * $Id: mouse.c,v 1.1.2.3 1998/03/23 06:12:59 yokota Exp $ */ #include "sysinstall.h" diff --git a/release/sysinstall/msg.c b/release/sysinstall/msg.c index 2d9f118afc00..4210a86e2828 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.41.2.3 1997/09/09 16:28:25 jkh Exp $ + * $Id: msg.c,v 1.41.2.4 1997/09/20 02:49:14 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/network.c b/release/sysinstall/network.c index 9d0eee299ed7..e24771e0e30f 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.16.2.15 1998/11/15 09:07:38 jkh Exp $ + * $Id: network.c,v 1.16.2.16 1998/11/26 12:42:06 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/nfs.c b/release/sysinstall/nfs.c index e81bcbd270fd..ffc8e4081d4b 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.11.2.4 1997/01/22 00:28:58 jkh Exp $ + * $Id: nfs.c,v 1.11.2.5 1997/01/24 21:06:00 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/options.c b/release/sysinstall/options.c index d5349e35e9fd..52b419debc3c 100644 --- a/release/sysinstall/options.c +++ b/release/sysinstall/options.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: options.c,v 1.44.2.9 1997/06/18 05:12:00 jkh Exp $ + * $Id: options.c,v 1.44.2.10 1997/07/16 05:23:23 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/package.c b/release/sysinstall/package.c index debd22397846..44d208e3b35b 100644 --- a/release/sysinstall/package.c +++ b/release/sysinstall/package.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: package.c,v 1.48.2.12 1997/09/17 16:35:37 pst Exp $ + * $Id: package.c,v 1.48.2.13 1997/10/15 04:34:41 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/register.c b/release/sysinstall/register.c index 4024f3139323..79dca57b8b9d 100644 --- a/release/sysinstall/register.c +++ b/release/sysinstall/register.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: register.c,v 1.1.2.7 1997/08/18 21:48:07 jkh Exp $ + * $Id: register.c,v 1.1.2.8 1998/11/24 00:20:46 jkh Exp $ * * Copyright (c) 1997 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/sysinstall.8 b/release/sysinstall/sysinstall.8 index da4a71d8e13e..5481d8f98c4e 100644 --- a/release/sysinstall/sysinstall.8 +++ b/release/sysinstall/sysinstall.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: sysinstall.8,v 1.1.2.10 1998/10/28 10:59:47 jkh Exp $ +.\" $Id: sysinstall.8,v 1.1.2.11 1998/11/29 12:04:15 jkh Exp $ .\" .Dd August 9, 1997 .Dt SYSINSTALL 8 diff --git a/release/sysinstall/sysinstall.h b/release/sysinstall/sysinstall.h index bbe79a9d784d..727b9677f8ee 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.82.2.55 1998/11/24 00:20:46 jkh Exp $ + * $Id: sysinstall.h,v 1.82.2.56 1998/11/26 20:32:37 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/system.c b/release/sysinstall/system.c index 5b1c66f111b4..2996d5474ed1 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.66.2.14 1998/10/28 10:59:47 jkh Exp $ + * $Id: system.c,v 1.66.2.15 1998/11/05 17:47:43 jkh Exp $ * * Jordan Hubbard * diff --git a/release/sysinstall/tape.c b/release/sysinstall/tape.c index 26e792731c9f..189c05153ffc 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.13.2.2 1997/01/19 09:59:41 jkh Exp $ + * $Id: tape.c,v 1.13.2.3 1997/01/22 00:29:00 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c index e37d4f1864c8..ad8eaa14d132 100644 --- a/release/sysinstall/tcpip.c +++ b/release/sysinstall/tcpip.c @@ -1,5 +1,5 @@ /* - * $Id: tcpip.c,v 1.48.2.23 1998/08/31 09:02:18 jkh Exp $ + * $Id: tcpip.c,v 1.48.2.24 1998/11/15 09:07:38 jkh Exp $ * * Copyright (c) 1995 * Gary J Palmer. All rights reserved. diff --git a/release/sysinstall/uc_eisa.c b/release/sysinstall/uc_eisa.c index 866fab3428f0..eaaad1f2518b 100644 --- a/release/sysinstall/uc_eisa.c +++ b/release/sysinstall/uc_eisa.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: uc_eisa.c,v 1.2 1996/10/12 20:23:08 erich Exp $ + * $Id: uc_eisa.c,v 1.2.4.1 1998/09/14 19:14:23 jkh Exp $ */ #include <sys/types.h> diff --git a/release/sysinstall/uc_isa.c b/release/sysinstall/uc_isa.c index 8562af447f15..65f0b02881a1 100644 --- a/release/sysinstall/uc_isa.c +++ b/release/sysinstall/uc_isa.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: uc_isa.c,v 1.1 1996/10/03 06:01:38 jkh Exp $ + * $Id: uc_isa.c,v 1.2 1996/10/12 20:23:12 erich Exp $ */ #include <sys/types.h> diff --git a/release/sysinstall/uc_kmem.c b/release/sysinstall/uc_kmem.c index e0df87209a69..9e5908ca0fcb 100644 --- a/release/sysinstall/uc_kmem.c +++ b/release/sysinstall/uc_kmem.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: uc_kmem.c,v 1.1 1996/10/03 06:01:39 jkh Exp $ */ #include <sys/types.h> diff --git a/release/sysinstall/uc_list.c b/release/sysinstall/uc_list.c index 6506c5eb6b1e..50de4bed990d 100644 --- a/release/sysinstall/uc_list.c +++ b/release/sysinstall/uc_list.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: uc_list.c,v 1.1 1996/10/03 06:01:40 jkh Exp $ */ #include <sys/types.h> diff --git a/release/sysinstall/uc_main.c b/release/sysinstall/uc_main.c index e9bd00135de2..daf38ffa590c 100644 --- a/release/sysinstall/uc_main.c +++ b/release/sysinstall/uc_main.c @@ -24,7 +24,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * library functions for userconfig library * - * $Id: uc_main.c,v 1.13.4.6 1998/09/29 05:13:53 jkh Exp $ + * $Id: uc_main.c,v 1.13.4.7 1998/10/28 10:59:47 jkh Exp $ */ #include <sys/types.h> diff --git a/release/sysinstall/uc_main.h b/release/sysinstall/uc_main.h index e67d61d85305..bbfa7e7a8f7f 100644 --- a/release/sysinstall/uc_main.h +++ b/release/sysinstall/uc_main.h @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: uc_main.h,v 1.1 1996/10/03 06:01:42 jkh Exp $ + * $Id: uc_main.h,v 1.2 1996/10/12 20:23:21 erich Exp $ */ #define ISA_BIOTAB 0 diff --git a/release/sysinstall/uc_pci.c b/release/sysinstall/uc_pci.c index ec74e8ea545f..273c549b41bb 100644 --- a/release/sysinstall/uc_pci.c +++ b/release/sysinstall/uc_pci.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: uc_pci.c,v 1.1 1996/10/03 06:01:43 jkh Exp $ + * $Id: uc_pci.c,v 1.2 1996/10/12 20:23:23 erich Exp $ */ #include <sys/types.h> diff --git a/release/sysinstall/uc_scsi.c b/release/sysinstall/uc_scsi.c index fea3fff2b217..df0d1424841f 100644 --- a/release/sysinstall/uc_scsi.c +++ b/release/sysinstall/uc_scsi.c @@ -23,7 +23,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: uc_scsi.c,v 1.3 1996/10/12 20:23:26 erich Exp $ + * $Id: uc_scsi.c,v 1.3.4.1 1997/02/20 07:22:43 jkh Exp $ */ #include <sys/types.h> diff --git a/release/sysinstall/ufs.c b/release/sysinstall/ufs.c index cae6b13fbc3f..1146d3cddb47 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.9.2.1 1996/12/12 11:18:29 jkh Exp $ + * $Id: ufs.c,v 1.9.2.2 1998/09/14 19:14:23 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/user.c b/release/sysinstall/user.c index 91e11308c53c..25f1b81f40ef 100644 --- a/release/sysinstall/user.c +++ b/release/sysinstall/user.c @@ -1,5 +1,5 @@ /* - * $Id: user.c,v 1.1.2.9 1997/02/18 04:39:18 jkh Exp $ + * $Id: user.c,v 1.1.2.10 1997/03/09 22:38:01 jkh Exp $ * * Copyright (c) 1996 * Jörg Wunsch. All rights reserved. diff --git a/release/sysinstall/variable.c b/release/sysinstall/variable.c index c89b113acec3..a75b0594aa01 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.11.2.9 1998/03/15 17:11:01 jkh Exp $ + * $Id: variable.c,v 1.11.2.10 1998/07/18 09:35:29 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. diff --git a/release/sysinstall/wizard.c b/release/sysinstall/wizard.c index b50aef29500b..9ac78c0512b1 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.8.2.1 1997/01/15 04:50:23 jkh Exp $ + * $Id: wizard.c,v 1.8.2.2 1998/09/08 10:46:53 jkh Exp $ * */ diff --git a/release/tar.sh b/release/tar.sh index 89e6d0fd7f32..58ff248349a5 100644 --- a/release/tar.sh +++ b/release/tar.sh @@ -32,7 +32,7 @@ # # -# $Id$ +# $Id: tar.sh,v 1.1 1996/12/08 18:21:30 joerg Exp $ # archive=${TAPE:-/dev/rst0} diff --git a/release/write_mfs_in_kernel.c b/release/write_mfs_in_kernel.c index 73f687df3180..b7001d968489 100644 --- a/release/write_mfs_in_kernel.c +++ b/release/write_mfs_in_kernel.c @@ -6,7 +6,7 @@ * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp * ---------------------------------------------------------------------------- * - * $Id: write_mfs_in_kernel.c,v 1.1 1995/04/25 03:45:18 phk Exp $ + * $Id: write_mfs_in_kernel.c,v 1.1.6.1 1998/03/06 07:17:27 jkh Exp $ * * This program patches a filesystem into a kernel made with MFS_ROOT * option. |
