Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jul 1999 17:47:35 -0400 (EDT)
From:      Brian Dean <brdean@unx.sas.com>
To:        freebsd-current@freebsd.org
Subject:   a fix for a harmless but annoying sysinstall bug ...
Message-ID:  <199907012147.RAA01823@dean.pc.sas.com>

next in thread | raw e-mail | index | archive | help
Hi,

This following is a patch that eliminates the sysinstall prompt that
informs you that a distribution has failed to install, when really
everything worked OK.

This problem can be a real pain on FTP installs when you have packages
following the normal install (like you can set up for a scripted
install), but you aren't there to hit "OK", and then your ftp session
times out, and the rest of your package installs fail when you finally
come back and press "OK" because the ftp session has since timed out.

Could someone please consider committing this patch?


Index: dist.h
===================================================================
RCS file: /mirror/ncvs/src/release/sysinstall/dist.h,v
retrieving revision 1.35
diff -u -r1.35 dist.h
--- dist.h      1999/05/14 07:15:04     1.35
+++ dist.h      1999/07/01 21:43:20
@@ -21,7 +21,7 @@
 #define DIST_DES               0x04000
 #define DIST_CATPAGES          0x08000
 #define DIST_PORTS             0x10000
-#define DIST_ALL               0xFFFFF
+#define DIST_ALL               0x1FFFF
 
 /* Canned distribution sets */
 #define _DIST_DEVELOPER \


Thanks,
-Brian
-- 
Brian Dean		The SAS Institute Inc		brdean@unx.sas.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907012147.RAA01823>