[26633] in Source-Commits

home help back first fref pref prev next nref lref last post

Re: /svn/athena r25662 - trunk/debathena/scripts/installer

daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Fri Jul 27 17:54:41 2012

Date: Fri, 27 Jul 2012 17:54:37 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201207261820.q6QIK0YA032218@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1207271754340.22690@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

ACK.
-Ben

On Thu, 26 Jul 2012, Jonathan D Reed wrote:

> Author: jdreed
> Date: 2012-07-26 14:20:00 -0400 (Thu, 26 Jul 2012)
> New Revision: 25662
>
> Modified:
>   trunk/debathena/scripts/installer/install-debathena.beta.sh
> Log:
> Removing installing.txt immediately after downloading it,
> because we just cat it to /dev/tty6, we don't need it there.
>
>
> Modified: trunk/debathena/scripts/installer/install-debathena.beta.sh
> ===================================================================
> --- trunk/debathena/scripts/installer/install-debathena.beta.sh	2012-07-26 15:35:33 UTC (rev 25661)
> +++ trunk/debathena/scripts/installer/install-debathena.beta.sh	2012-07-26 18:20:00 UTC (rev 25662)
> @@ -208,6 +208,7 @@
>      cat installing.txt > /dev/tty6
>      date > /dev/tty6
>      chvt 6
> +     rm installing.txt
>   fi
>   # Divert the default background and install our own so that failed machines
>   # are more conspicuous
> @@ -420,7 +421,6 @@
> fi
>
> # Post-install cleanup for cluster systems.
> -rm installing.txt
> if [ "$divertedbg" = "yes" ]; then
>     rm -f $bgimage
>     if ! dpkg-divert --rename --remove $bgimage; then
>
>

home help back first fref pref prev next nref lref last post