diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-12 07:03:44 +0000 | 
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-06-12 07:03:44 +0000 | 
| commit | 7c8d89b09b153d5e0945f745d2ad42aeb330dcdf (patch) | |
| tree | 60dd02b30a40ad525e46e02e7613d03c63cc5db3 | |
| parent | 419702a46882a53d50d832d07d0cfb67349cf548 (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/dist.c | 4 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/dist.c | 4 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c index 6df410108d56..a06aa0ce2f81 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.55 1996/05/29 01:35:26 jkh Exp $ + * $Id: dist.c,v 1.56 1996/05/29 03:27:31 jkh Exp $   *   * Copyright (c) 1995   *	Jordan Hubbard.  All rights reserved. @@ -459,7 +459,7 @@ distExtract(char *parent, Distribution *me)  		    status = TRUE;  		}  		else { -		    status = msgYesNo("Unable to transfer the %s distribution from %s.\n" +		    status = msgYesNo("Unable to transfer the %s distribution from\n%s.\n\n"  				      "Do you want to try to retrieve it again?",  				      me[i].my_name, mediaDevice->name);  		} diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c index 6df410108d56..a06aa0ce2f81 100644 --- a/usr.sbin/sysinstall/dist.c +++ b/usr.sbin/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.55 1996/05/29 01:35:26 jkh Exp $ + * $Id: dist.c,v 1.56 1996/05/29 03:27:31 jkh Exp $   *   * Copyright (c) 1995   *	Jordan Hubbard.  All rights reserved. @@ -459,7 +459,7 @@ distExtract(char *parent, Distribution *me)  		    status = TRUE;  		}  		else { -		    status = msgYesNo("Unable to transfer the %s distribution from %s.\n" +		    status = msgYesNo("Unable to transfer the %s distribution from\n%s.\n\n"  				      "Do you want to try to retrieve it again?",  				      me[i].my_name, mediaDevice->name);  		} | 
