.SH EXAMPLES
Get a list of completed jobs for "myprinter":
.nf
+
ipptool ipp://localhost/printers/myprinter get-completed-jobs.test
.fi
.LP
Send email notifications to "user@example.com" when "myprinter" changes:
.nf
- ipptool -d recipient=mailto:user@example.com \
+
+ ipptool -d recipient=mailto:user@example.com \\
ipp://localhost/printers/myprinter create-printer-subscription.test
.fi
.SH STANDARD FILES
The following standard files are available:
.nf
+
color.jpg
create-printer-subscription.test
document-a4.pdf
{
/* Allow TCP and UDP networking off the machine... */
cupsFilePuts(fp, "\n (remote tcp))\n");
+ cupsFilePuts(fp, "(allow network-bind)\n"); /* for LPD resvport */
cupsFilePuts(fp, "(allow network*\n"
" (local udp \"*:*\")\n"
" (remote udp \"*:*\"))\n");
- /* Also allow access to Bluetooth, USB, and SMB */
+ /* Also allow access to Bluetooth, USB, and device files */
cupsFilePuts(fp, "(allow iokit-open)\n");
cupsFilePuts(fp, "(allow file-write* file-read-data file-read-metadata file-ioctl\n"
- " (regex #\"^/dev/nsmb[0-9]+$\"))\n");
+ " (regex #\"^/dev/\"))\n");
}
else
{