summaryrefslogtreecommitdiff
path: root/systemv
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-03-19 18:41:59 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-03-19 18:41:59 -0400
commitada35e599c31cd0556a3a780a524e5bdf7dabf9e (patch)
tree588b449d3f574aa849154a114d97d5450c25bc46 /systemv
parent003c1790e990a836d3c66c9ef458f9057de9b674 (diff)
downloadcups-ada35e599c31cd0556a3a780a524e5bdf7dabf9e.tar.gz
Deprecate printer drivers (Issue #5270)
Cleanup man page updates.
Diffstat (limited to 'systemv')
-rw-r--r--systemv/lpadmin.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/systemv/lpadmin.c b/systemv/lpadmin.c
index 93579c5c4..85d57d83d 100644
--- a/systemv/lpadmin.c
+++ b/systemv/lpadmin.c
@@ -622,6 +622,10 @@ main(int argc, /* I - Number of command-line arguments */
num_options = cupsRemoveOption("ppd-name", num_options, &options);
}
+ else if (ppd_name || file)
+ {
+ _cupsLangPuts(stderr, _("lpadmin: Printer drivers are deprecated and will stop working in a future version of CUPS."));
+ }
if (num_options || file)
{