summaryrefslogtreecommitdiff
path: root/source/utils/make_printerdef.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/utils/make_printerdef.c')
-rw-r--r--source/utils/make_printerdef.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/utils/make_printerdef.c b/source/utils/make_printerdef.c
index f5d40ea3f00..621dff5b103 100644
--- a/source/utils/make_printerdef.c
+++ b/source/utils/make_printerdef.c
@@ -541,6 +541,10 @@ int main(int argc, char *argv[])
char *short_desc;
FILE *inf_file;
+ fprintf( stderr, "This tool has been deprecated in favor of the new printer administration\n");
+ fprintf( stderr, "model included in Samba 2.2. Please see the HOWTO in docs/textdocs/printer_driver2.html\n");
+ fprintf( stderr, "for details.\n");
+
if (argc!=3)
{
usage(argv[0]);