Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/distrib/utils/sysinst/Attic/util.c,v rcsdiff: /ftp/cvs/cvsroot/src/distrib/utils/sysinst/Attic/util.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.58 retrieving revision 1.59 diff -u -p -r1.58 -r1.59 --- src/distrib/utils/sysinst/Attic/util.c 2000/12/04 22:47:02 1.58 +++ src/distrib/utils/sysinst/Attic/util.c 2000/12/18 09:39:50 1.59 @@ -1,4 +1,4 @@ -/* $NetBSD: util.c,v 1.58 2000/12/04 22:47:02 wiz Exp $ */ +/* $NetBSD: util.c,v 1.59 2000/12/18 09:39:50 hubertf Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -109,6 +109,9 @@ distribution_sets_exist_p(path) snprintf(buf, STRSIZE, "%s/%s", path, "etc.tgz"); result = result && file_exists_p(buf); + snprintf(buf, STRSIZE, "%s/%s", path, "base.tgz"); + result = result && file_exists_p(buf); + return(result); }