Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com From: michael-ring AT t-online DOT de (Michael Ring) To: DJ Delorie Cc: cygwin-developers AT sourceware DOT cygnus DOT com Subject: Re: new setup.exe in cvs! Date: Wed, 12 Jul 2000 19:50:13 +0200 Message-ID: References: <200007101915 DOT PAA13577 AT envy DOT delorie DOT com> <200007111805 DOT OAA02322 AT envy DOT delorie DOT com> <12tmms0q9ff43hqdukairos23ga27421rl AT 4ax DOT com> <200007111938 DOT PAA02935 AT envy DOT delorie DOT com> <0rumms8bd6f5g2aip0hh75hhe2vki9o84l AT 4ax DOT com> <200007112102 DOT RAA03615 AT envy DOT delorie DOT com> <20000711220845 DOT B31687 AT cygnus DOT com> <200007121635 DOT MAA21003 AT envy DOT delorie DOT com> <200007121725 DOT NAA21376 AT envy DOT delorie DOT com> In-Reply-To: <200007121725.NAA21376@envy.delorie.com> X-Mailer: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Sender: 320032306730-0001 AT t-dialin DOT net Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id NAA18343 On Wed, 12 Jul 2000 13:25:29 -0400, you wrote: >> I want to come up with some additions like logging the work of the >> install scripts etc. (If it is not already included ;-) > >Not included yet, please go for it. Remember to consider the case >where we're installing off a CD-ROM, though. The log should probably >go in /var/log/setup.YYYYMMDD or something. For download-only we can >put the log in the current directory. This is what I am planning: log to /var/log/installation provide some shell-functions in (perhaps) /etc/sysconfig that can be sourced by the install-scripts. This should virtualize the logging and error-handling. Also adding .info files could be handled here Because cgf is worried about the performance of the login process I will do some tests what is the fastest method of finding out if there is something to update, either a for file in ... loop or a [ -f /etc/postinstall/update ] for an update flag that is set by each package that wishes to be post-installed. I will play arround a while and the provide a tar.gz file to you. (This time tested on win98 ARGH...) Michael