* dump_setup.cc (check_package_files): Don't fail on empty package.
This commit is contained in:
parent
661cc22065
commit
1f602fd729
@ -1,3 +1,7 @@
|
||||
2003-09-05 Igor Pechtchanski <pechtcha@cs.nyu.edu>
|
||||
|
||||
* dump_setup.cc (check_package_files): Don't fail on empty package.
|
||||
|
||||
2003-09-01 AJ Reins <reinsaj@yahoo.com>
|
||||
|
||||
* mount.cc (mount_commands): Ensure user mode is actually user mode and
|
||||
|
@ -266,9 +266,8 @@ check_package_files (int verbose, char *package)
|
||||
if (!fp)
|
||||
{
|
||||
if (verbose)
|
||||
printf ("Can't open file list /etc/setup/%s.lst.gz for package %s\n",
|
||||
package, package);
|
||||
return false;
|
||||
printf ("Empty package %s\n", package);
|
||||
return true;
|
||||
}
|
||||
|
||||
bool result = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user