* dump_setup.cc (check_package_files): Don't fail on empty package.
This commit is contained in:
		| @@ -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> | 2003-09-01  AJ Reins  <reinsaj@yahoo.com> | ||||||
|  |  | ||||||
| 	* mount.cc (mount_commands): Ensure user mode is actually user mode and | 	* 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 (!fp) | ||||||
|     { |     { | ||||||
|       if (verbose) |       if (verbose) | ||||||
| 	printf ("Can't open file list /etc/setup/%s.lst.gz for package %s\n", | 	printf ("Empty package %s\n", package); | ||||||
|                 package, package); |       return true; | ||||||
|       return false; |  | ||||||
|     } |     } | ||||||
|  |  | ||||||
|   bool result = true; |   bool result = true; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user