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           [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to