From owner-cvs-release Sun May 25 05:40:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id FAA21275 for cvs-release-outgoing; Sun, 25 May 1997 05:40:35 -0700 (PDT) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA21242; Sun, 25 May 1997 05:40:09 -0700 (PDT) Received: (from eivind@localhost) by bitbox.follo.net (8.7.6/8.7.3) id OAA02704; Sun, 25 May 1997 14:39:51 +0200 (MET DST) Date: Sun, 25 May 1997 14:39:51 +0200 (MET DST) Message-Id: <199705251239.OAA02704@bitbox.follo.net> From: Eivind Eklund To: "Jordan K. Hubbard" CC: perhaps@yes.no, jkh@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG, hackers@FreeBSD.ORG In-reply-to: "Jordan K. Hubbard"'s message of Sat, 24 May 1997 04:34:16 -0700 Subject: Re: cvs commit: src/release boot_crunch.conf References: <199705241110.NAA09999@bitbox.follo.net> <3865.864473656@time.cdrom.com> Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk [please delete committers etc if you reply to this - this belong in hackers] > Well, I was mostly just trying to get the SNAPshot servers happy again... > > As to making it a compile-time option.. Hmmm. I like the idea of > saving space, but it would also complicate the build to have two > versions of ppp build at release time. What we really need is a > dynamically loadable alias module. :-) It shouldn't be too hard to use libalias through dlopen()/dlsym(), should it? I've never used these interfaces, but the aliasing routines need only about three calls to work. Eivind. From owner-cvs-release Sun May 25 20:31:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA24431 for cvs-release-outgoing; Sun, 25 May 1997 20:31:45 -0700 (PDT) Received: from spinner.dialix.com.au (spinner.dialix.com.au [192.203.228.67]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA24409; Sun, 25 May 1997 20:31:03 -0700 (PDT) Received: from spinner.dialix.com.au (localhost.dialix.com.au [127.0.0.1]) by spinner.dialix.com.au with ESMTP id LAA00670; Mon, 26 May 1997 11:29:22 +0800 (WST) Message-Id: <199705260329.LAA00670@spinner.dialix.com.au> X-Mailer: exmh version 2.0gamma 1/27/96 To: Eivind Eklund cc: "Jordan K. Hubbard" , jkh@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: cvs commit: src/release boot_crunch.conf In-reply-to: Your message of "Sun, 25 May 1997 14:39:51 +0200." <199705251239.OAA02704@bitbox.follo.net> Date: Mon, 26 May 1997 11:29:21 +0800 From: Peter Wemm Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Eivind Eklund wrote: > > [please delete committers etc if you reply to this - this belong in hackers] > > > Well, I was mostly just trying to get the SNAPshot servers happy again... > > > > As to making it a compile-time option.. Hmmm. I like the idea of > > saving space, but it would also complicate the build to have two > > versions of ppp build at release time. What we really need is a > > dynamically loadable alias module. :-) > > It shouldn't be too hard to use libalias through dlopen()/dlsym(), > should it? I've never used these interfaces, but the aliasing > routines need only about three calls to work. For dlopen/dlclose/etc to work, it requires that the calling executable is dynamically linked, linked with libc.so.xx and that /usr/libexec/ld.so is present. A dynamic libc is important since if libalias makes any libc calls (memcpy, strcmp, etc) then the symbols have to be dynamically resolveable. For sysinstall on the boot floppy, this is probably a showstopper. However, at runtime on an installed system, there's probably not much stopping /usr/bin/ppp from doing this. > Eivind. Cheers, -Peter From owner-cvs-release Sun May 25 21:58:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA28329 for cvs-release-outgoing; Sun, 25 May 1997 21:58:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA28295; Sun, 25 May 1997 21:58:11 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA25967; Sun, 25 May 1997 21:57:43 -0700 (PDT) Date: Sun, 25 May 1997 21:57:43 -0700 (PDT) Message-Id: <199705260457.VAA25967@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall config.c register.c Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/05/25 21:57:43 PDT Modified files: (Branch: RELENG_2_2) release/sysinstall config.c register.c Log: Make some improvements to the CDE installation. Cosmetic tweaks to registration form. Revision Changes Path 1.51.2.47 +55 -35 src/release/sysinstall/config.c 1.1.2.6 +2 -1 src/release/sysinstall/register.c From owner-cvs-release Sun May 25 21:58:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA28347 for cvs-release-outgoing; Sun, 25 May 1997 21:58:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA28304; Sun, 25 May 1997 21:58:24 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA26000; Sun, 25 May 1997 21:57:56 -0700 (PDT) Date: Sun, 25 May 1997 21:57:56 -0700 (PDT) Message-Id: <199705260457.VAA26000@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall config.c register.c Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/05/25 21:57:56 PDT Modified files: release/sysinstall config.c register.c Log: YAMF22 Revision Changes Path 1.94 +55 -35 src/release/sysinstall/config.c 1.7 +2 -1 src/release/sysinstall/register.c From owner-cvs-release Sun May 25 22:00:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA28485 for cvs-release-outgoing; Sun, 25 May 1997 22:00:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA28451; Sun, 25 May 1997 22:00:17 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA26037; Sun, 25 May 1997 21:59:49 -0700 (PDT) Date: Sun, 25 May 1997 21:59:49 -0700 (PDT) Message-Id: <199705260459.VAA26037@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall menus.c Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/05/25 21:59:49 PDT Modified files: (Branch: RELENG_2_2) release/sysinstall menus.c Log: Now that the daemon saver is in 2.2, merge. Revision Changes Path 1.89.2.41 +3 -1 src/release/sysinstall/menus.c From owner-cvs-release Sun May 25 22:15:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA29149 for cvs-release-outgoing; Sun, 25 May 1997 22:15:17 -0700 (PDT) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA29124; Sun, 25 May 1997 22:15:10 -0700 (PDT) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id WAA15825; Sun, 25 May 1997 22:14:15 -0700 (PDT) To: Peter Wemm cc: Eivind Eklund , jkh@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: cvs commit: src/release boot_crunch.conf In-reply-to: Your message of "Mon, 26 May 1997 11:29:21 +0800." <199705260329.LAA00670@spinner.dialix.com.au> Date: Sun, 25 May 1997 22:14:15 -0700 Message-ID: <15821.864623655@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > For dlopen/dlclose/etc to work, it requires that the calling executable is > dynamically linked, linked with libc.so.xx and that /usr/libexec/ld.so is > present. A dynamic libc is important since if libalias makes any libc > calls (memcpy, strcmp, etc) then the symbols have to be dynamically > resolveable. For sysinstall on the boot floppy, this is probably a > showstopper. However, at runtime on an installed system, there's probably > not much stopping /usr/bin/ppp from doing this. Erm, I thought you actually had a clever way around the static dlopen() problem, Peter. :-) Jordan From owner-cvs-release Sun May 25 22:34:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA29943 for cvs-release-outgoing; Sun, 25 May 1997 22:34:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA29898; Sun, 25 May 1997 22:33:32 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA26223; Sun, 25 May 1997 22:33:04 -0700 (PDT) Date: Sun, 25 May 1997 22:33:04 -0700 (PDT) Message-Id: <199705260533.WAA26223@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall config.c Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/05/25 22:33:04 PDT Modified files: (Branch: RELENG_2_2) release/sysinstall config.c Log: Whups! Correct a lame typo. Revision Changes Path 1.51.2.48 +2 -2 src/release/sysinstall/config.c From owner-cvs-release Sun May 25 22:34:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA29948 for cvs-release-outgoing; Sun, 25 May 1997 22:34:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA29912; Sun, 25 May 1997 22:33:45 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA26251; Sun, 25 May 1997 22:33:17 -0700 (PDT) Date: Sun, 25 May 1997 22:33:17 -0700 (PDT) Message-Id: <199705260533.WAA26251@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall config.c Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/05/25 22:33:17 PDT Modified files: release/sysinstall config.c Log: Lame typo fix here too. Revision Changes Path 1.95 +2 -2 src/release/sysinstall/config.c From owner-cvs-release Mon May 26 00:47:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA04972 for cvs-release-outgoing; Mon, 26 May 1997 00:47:15 -0700 (PDT) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA04943; Mon, 26 May 1997 00:47:02 -0700 (PDT) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.8.5/8.8.5) with SMTP id IAA04015; Mon, 26 May 1997 08:46:38 +0100 (BST) Date: Mon, 26 May 1997 08:46:38 +0100 (BST) From: Doug Rabson To: Peter Wemm cc: Eivind Eklund , "Jordan K. Hubbard" , jkh@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-release@freebsd.org, hackers@freebsd.org Subject: Re: cvs commit: src/release boot_crunch.conf In-Reply-To: <199705260329.LAA00670@spinner.dialix.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-etc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 26 May 1997, Peter Wemm wrote: > Eivind Eklund wrote: > > > > [please delete committers etc if you reply to this - this belong in hackers] > > > > > Well, I was mostly just trying to get the SNAPshot servers happy again... > > > > > > As to making it a compile-time option.. Hmmm. I like the idea of > > > saving space, but it would also complicate the build to have two > > > versions of ppp build at release time. What we really need is a > > > dynamically loadable alias module. :-) > > > > It shouldn't be too hard to use libalias through dlopen()/dlsym(), > > should it? I've never used these interfaces, but the aliasing > > routines need only about three calls to work. > > For dlopen/dlclose/etc to work, it requires that the calling executable is > dynamically linked, linked with libc.so.xx and that /usr/libexec/ld.so is > present. A dynamic libc is important since if libalias makes any libc > calls (memcpy, strcmp, etc) then the symbols have to be dynamically > resolveable. For sysinstall on the boot floppy, this is probably a > showstopper. However, at runtime on an installed system, there's probably > not much stopping /usr/bin/ppp from doing this. I recently changed ld so that you can link a dynamic executable even if it doesn't use any dynamic libs. This means that the symbol table is generated and the program can load new libraries but it is itself static. Use the -Bforcedynamic flag to ld instead of -Bdynamic. I must remember to document this stuff in the manpage :-( -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 From owner-cvs-release Mon May 26 00:52:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA05359 for cvs-release-outgoing; Mon, 26 May 1997 00:52:00 -0700 (PDT) Received: from spinner.dialix.com.au (spinner.dialix.com.au [192.203.228.67]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA05316; Mon, 26 May 1997 00:51:39 -0700 (PDT) Received: from spinner.dialix.com.au (localhost.dialix.com.au [127.0.0.1]) by spinner.dialix.com.au with ESMTP id PAA06710; Mon, 26 May 1997 15:49:32 +0800 (WST) Message-Id: <199705260749.PAA06710@spinner.dialix.com.au> X-Mailer: exmh version 2.0gamma 1/27/96 To: Doug Rabson cc: Eivind Eklund , "Jordan K. Hubbard" , jkh@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-release@freebsd.org, hackers@freebsd.org Subject: Re: cvs commit: src/release boot_crunch.conf In-reply-to: Your message of "Mon, 26 May 1997 08:46:38 +0100." Date: Mon, 26 May 1997 15:49:31 +0800 From: Peter Wemm Sender: owner-cvs-etc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Doug Rabson wrote: > On Mon, 26 May 1997, Peter Wemm wrote: > > > Eivind Eklund wrote: > > > > > > [please delete committers etc if you reply to this - this belong in hacke rs] > > > > > > > Well, I was mostly just trying to get the SNAPshot servers happy again. .. > > > > > > > > As to making it a compile-time option.. Hmmm. I like the idea of > > > > saving space, but it would also complicate the build to have two > > > > versions of ppp build at release time. What we really need is a > > > > dynamically loadable alias module. :-) > > > > > > It shouldn't be too hard to use libalias through dlopen()/dlsym(), > > > should it? I've never used these interfaces, but the aliasing > > > routines need only about three calls to work. > > > > For dlopen/dlclose/etc to work, it requires that the calling executable is > > dynamically linked, linked with libc.so.xx and that /usr/libexec/ld.so is > > present. A dynamic libc is important since if libalias makes any libc > > calls (memcpy, strcmp, etc) then the symbols have to be dynamically > > resolveable. For sysinstall on the boot floppy, this is probably a > > showstopper. However, at runtime on an installed system, there's probably > > not much stopping /usr/bin/ppp from doing this. > > I recently changed ld so that you can link a dynamic executable even if it > doesn't use any dynamic libs. This means that the symbol table is > generated and the program can load new libraries but it is itself static. > Use the -Bforcedynamic flag to ld instead of -Bdynamic. I suspect the catch would be that if the dynamic object wanted to use memmove() and the calling -Bforcedynamic program hadn't caused memmove to be linked in from libc.a, then it might fail. Anyway, it's something to watch out for.. > I must remember to document this stuff in the manpage :-( > > -- > Doug Rabson Mail: dfr@nlsystems.com > Nonlinear Systems Ltd. Phone: +44 181 951 1891 > Fax: +44 181 381 1039 Cheers, -Peter From owner-cvs-release Mon May 26 01:04:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA05993 for cvs-release-outgoing; Mon, 26 May 1997 01:04:14 -0700 (PDT) Received: from nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA05973; Mon, 26 May 1997 01:04:04 -0700 (PDT) Received: from herring.nlsystems.com (herring.nlsystems.com [10.0.0.2]) by nlsystems.com (8.8.5/8.8.5) with SMTP id JAA04066; Mon, 26 May 1997 09:03:40 +0100 (BST) Date: Mon, 26 May 1997 09:03:40 +0100 (BST) From: Doug Rabson To: Peter Wemm cc: Eivind Eklund , "Jordan K. Hubbard" , jkh@freebsd.org, cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-release@freebsd.org, hackers@freebsd.org Subject: Re: cvs commit: src/release boot_crunch.conf In-Reply-To: <199705260749.PAA06710@spinner.dialix.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-etc@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 26 May 1997, Peter Wemm wrote: > Doug Rabson wrote: > > > > I recently changed ld so that you can link a dynamic executable even if it > > doesn't use any dynamic libs. This means that the symbol table is > > generated and the program can load new libraries but it is itself static. > > Use the -Bforcedynamic flag to ld instead of -Bdynamic. > > I suspect the catch would be that if the dynamic object wanted to use > memmove() and the calling -Bforcedynamic program hadn't caused memmove to > be linked in from libc.a, then it might fail. Anyway, it's something to > watch out for.. The trick there would be to dlopen("libc.so.??.??") before loading anything you don't have symbols for. All the symbols in libc which you have pulled in statically should be redirected to the static versions by ld.so. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 From owner-cvs-release Mon May 26 11:28:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA03425 for cvs-release-outgoing; Mon, 26 May 1997 11:28:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA03389; Mon, 26 May 1997 11:27:53 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA01847; Mon, 26 May 1997 11:27:20 -0700 (PDT) Date: Mon, 26 May 1997 11:27:20 -0700 (PDT) Message-Id: <199705261827.LAA01847@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall config.c Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/05/26 11:27:20 PDT Modified files: (Branch: RELENG_2_2) release/sysinstall config.c Log: Add support for a post-installation script for CDE. Revision Changes Path 1.51.2.49 +3 -1 src/release/sysinstall/config.c From owner-cvs-release Tue May 27 09:42:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA21149 for cvs-release-outgoing; Tue, 27 May 1997 09:42:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA21109; Tue, 27 May 1997 09:41:59 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA05887; Tue, 27 May 1997 09:41:53 -0700 (PDT) Date: Tue, 27 May 1997 09:41:53 -0700 (PDT) Message-Id: <199705271641.JAA05887@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall config.c menus.c Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/05/27 09:41:53 PDT Modified files: release/sysinstall config.c menus.c Log: Correct SNAP server paths. Bring in CDE fixes. Revision Changes Path 1.96 +3 -1 src/release/sysinstall/config.c 1.136 +4 -4 src/release/sysinstall/menus.c From owner-cvs-release Tue May 27 11:59:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA28510 for cvs-release-outgoing; Tue, 27 May 1997 11:59:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA28405; Tue, 27 May 1997 11:56:23 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA06512; Tue, 27 May 1997 11:56:17 -0700 (PDT) Date: Tue, 27 May 1997 11:56:17 -0700 (PDT) Message-Id: <199705271856.LAA06512@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall system.c Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/05/27 11:56:16 PDT Modified files: (Branch: RELENG_2_2) release/sysinstall system.c Log: YAMFC Revision Changes Path 1.66.2.12 +2 -3 src/release/sysinstall/system.c From owner-cvs-release Tue May 27 11:59:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA28515 for cvs-release-outgoing; Tue, 27 May 1997 11:59:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA28394; Tue, 27 May 1997 11:56:10 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA06479; Tue, 27 May 1997 11:56:04 -0700 (PDT) Date: Tue, 27 May 1997 11:56:04 -0700 (PDT) Message-Id: <199705271856.LAA06479@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall system.c Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/05/27 11:56:04 PDT Modified files: release/sysinstall system.c Log: Always write out rc.conf, regardless of status. PR: 3698 Revision Changes Path 1.81 +2 -3 src/release/sysinstall/system.c From owner-cvs-release Tue May 27 22:35:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA25612 for cvs-release-outgoing; Tue, 27 May 1997 22:35:41 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA25509; Tue, 27 May 1997 22:34:10 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA12096; Tue, 27 May 1997 22:34:01 -0700 (PDT) Date: Tue, 27 May 1997 22:34:01 -0700 (PDT) Message-Id: <199705280534.WAA12096@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall/help relnotes.hlp Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/05/27 22:34:01 PDT Modified files: release/sysinstall/help relnotes.hlp Log: Note that we now have secure RPC. Bill - please feel free to elaborate on (or correct) my one-liner description if you wish. Thanks. Revision Changes Path 1.48 +2 -0 src/release/sysinstall/help/relnotes.hlp From owner-cvs-release Thu May 29 17:56:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA19397 for cvs-release-outgoing; Thu, 29 May 1997 17:56:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA19288; Thu, 29 May 1997 17:55:33 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA07859; Thu, 29 May 1997 17:55:24 -0700 (PDT) Date: Thu, 29 May 1997 17:55:24 -0700 (PDT) Message-Id: <199705300055.RAA07859@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall config.c install.c Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/05/29 17:55:24 PDT Modified files: (Branch: RELENG_2_2) release/sysinstall config.c install.c Log: Fix some typos. Revision Changes Path 1.51.2.50 +2 -2 src/release/sysinstall/config.c 1.134.2.47 +2 -2 src/release/sysinstall/install.c From owner-cvs-release Thu May 29 18:04:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA19689 for cvs-release-outgoing; Thu, 29 May 1997 18:04:01 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA19647; Thu, 29 May 1997 18:03:20 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA07909; Thu, 29 May 1997 18:03:11 -0700 (PDT) Date: Thu, 29 May 1997 18:03:11 -0700 (PDT) Message-Id: <199705300103.SAA07909@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-release@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall config.c install.c Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/05/29 18:03:11 PDT Modified files: release/sysinstall config.c install.c Log: Fix typos (of the printed output kind). Revision Changes Path 1.97 +2 -2 src/release/sysinstall/config.c 1.187 +2 -2 src/release/sysinstall/install.c