summaryrefslogtreecommitdiff
path: root/berkeley/lpr.c
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-03-20 18:25:41 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2007-03-20 18:25:41 +0000
commit7594b2247beeb33717701f1c58d243995d7ab81a (patch)
tree035c25c7b37fd38a36f01b5a2054dda0efe2c87a /berkeley/lpr.c
parentf7deaa1a21758ec90bf23314af018481ea8aea7f (diff)
Load cups into easysw/current.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@289 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'berkeley/lpr.c')
-rw-r--r--berkeley/lpr.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/berkeley/lpr.c b/berkeley/lpr.c
index 893c62bf3..c4bf045b9 100644
--- a/berkeley/lpr.c
+++ b/berkeley/lpr.c
@@ -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 $".
*/