]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - berkeley/lpr.c
Load cups into easysw/current.
[thirdparty/cups.git] / berkeley / lpr.c
index 893c62bf327d719737ba96ac9fde39514e0027cd..c4bf045b987cbc8130f8786dc473c8a330ce3473 100644 (file)
@@ -1,9 +1,9 @@
 /*
- * "$Id: lpr.c 5925 2006-09-05 19:43:11Z mike $"
+ * "$Id: lpr.c 6356 2007-03-19 13:54:48Z mike $"
  *
  *   "lpr" command for the Common UNIX Printing System (CUPS).
  *
- *   Copyright 1997-2006 by Easy Software Products.
+ *   Copyright 1997-2007 by Easy Software Products.
  *
  *   These coded instructions, statements, and computer programs are the
  *   property of Easy Software Products and are protected by Federal
@@ -232,7 +232,7 @@ main(int  argc,                             /* I - Number of command-line arguments */
 
              snprintf(email, sizeof(email), "mailto:%s@%s", cupsUser(),
                       httpGetHostname(NULL, buffer, sizeof(buffer)));
-             num_options = cupsAddOption("notify-recipient", email,
+             num_options = cupsAddOption("notify-recipient-uri", email,
                                          num_options, &options);
            }
            break;
@@ -529,5 +529,5 @@ sighandler(int s)                   /* I - Signal number */
 
 
 /*
- * End of "$Id: lpr.c 5925 2006-09-05 19:43:11Z mike $".
+ * End of "$Id: lpr.c 6356 2007-03-19 13:54:48Z mike $".
  */