From 2bf6fcfa9060f2490d77e4c5ea3dcd596e6b4c6b Mon Sep 17 00:00:00 2001 From: Paul Varner Date: Mon, 19 Oct 2015 16:11:56 -0500 Subject: eclean: Add option to allow for missing PKGDIR. Bug 551266 Added -i, --ignore-failure to ignore a missing PKGDIR error and exit cleanly. This was requested by the Chromium OS project, since they run eclean in an automated process and the directory may not exist yet. References: http://crbug.com/323420 --- man/eclean.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'man/eclean.1') diff --git a/man/eclean.1 b/man/eclean.1 index 1668b5e..8547c03 100644 --- a/man/eclean.1 +++ b/man/eclean.1 @@ -106,7 +106,8 @@ etc. Units are: G, M, K and B. .SS "Options for the 'packages' action" .TP -There is no specific option for this action. +\fB\-i, \-\-ignore\-failure\fP ignore the failure to locate PKGDIR +This is only useful when scripting to ignore an otherwise fatal error. .SH "EXCLUSION FILES" Exclusions files are lists of packages names or categories you want to protect in particular. This may be useful to protect more binary packages for some system -- cgit v1.2.3-65-gdbad