1*5e7646d2SAndroid Build Coastguard Worker<!DOCTYPE HTML> 2*5e7646d2SAndroid Build Coastguard Worker<html> 3*5e7646d2SAndroid Build Coastguard Worker<!-- SECTION: Man Pages --> 4*5e7646d2SAndroid Build Coastguard Worker<head> 5*5e7646d2SAndroid Build Coastguard Worker <link rel="stylesheet" type="text/css" href="../cups-printable.css"> 6*5e7646d2SAndroid Build Coastguard Worker <title>cups-files.conf(5)</title> 7*5e7646d2SAndroid Build Coastguard Worker</head> 8*5e7646d2SAndroid Build Coastguard Worker<body> 9*5e7646d2SAndroid Build Coastguard Worker<h1 class="title">cups-files.conf(5)</h1> 10*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="NAME">Name</a></h2> 11*5e7646d2SAndroid Build Coastguard Workercups-files.conf - file and directory configuration file for cups 12*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="DESCRIPTION">Description</a></h2> 13*5e7646d2SAndroid Build Coastguard WorkerThe <b>cups-files.conf</b> file configures the files and directories used by the CUPS scheduler, 14*5e7646d2SAndroid Build Coastguard Worker<b>cupsd</b>(8). 15*5e7646d2SAndroid Build Coastguard WorkerIt is normally located in the <i>/etc/cups</i> directory. 16*5e7646d2SAndroid Build Coastguard Worker<p>Each line in the file can be a configuration directive, a blank line, or a comment. 17*5e7646d2SAndroid Build Coastguard WorkerConfiguration directives typically consist of a name and zero or more values separated by whitespace. 18*5e7646d2SAndroid Build Coastguard WorkerThe configuration directive name and values are case-insensitive. 19*5e7646d2SAndroid Build Coastguard WorkerComment lines start with the # character. 20*5e7646d2SAndroid Build Coastguard Worker<h3><a name="DIRECTIVES">Directives</a></h3> 21*5e7646d2SAndroid Build Coastguard WorkerThe following directives are understood by 22*5e7646d2SAndroid Build Coastguard Worker<b>cupsd</b>(8): 23*5e7646d2SAndroid Build Coastguard Worker<dl class="man"> 24*5e7646d2SAndroid Build Coastguard Worker<dt><a name="AccessLog"></a><b>AccessLog</b> 25*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em"><dt><b>AccessLog </b><i>filename</i> 26*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em"><dt><b>AccessLog stderr</b> 27*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em"><dt><b>AccessLog syslog</b> 28*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Defines the access log filename. 29*5e7646d2SAndroid Build Coastguard WorkerSpecifying a blank filename disables access log generation. 30*5e7646d2SAndroid Build Coastguard WorkerThe value "stderr" causes log entries to be sent to the standard error file when the scheduler is running in the foreground, or to the system log daemon when run in the background. 31*5e7646d2SAndroid Build Coastguard WorkerThe value "syslog" causes log entries to be sent to the system log daemon. 32*5e7646d2SAndroid Build Coastguard WorkerThe server name may be included in filenames using the string "%s", for example: 33*5e7646d2SAndroid Build Coastguard Worker<pre class="man"> 34*5e7646d2SAndroid Build Coastguard Worker 35*5e7646d2SAndroid Build Coastguard Worker AccessLog /var/log/cups/%s-access_log 36*5e7646d2SAndroid Build Coastguard Worker 37*5e7646d2SAndroid Build Coastguard Worker</pre> 38*5e7646d2SAndroid Build Coastguard WorkerThe default is "/var/log/cups/access_log". 39*5e7646d2SAndroid Build Coastguard Worker<dt><a name="CacheDir"></a><b>CacheDir </b><i>directory</i> 40*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies the directory to use for long-lived temporary (cache) files. 41*5e7646d2SAndroid Build Coastguard WorkerThe default is "/var/spool/cups/cache" or "/var/cache/cups" depending on the platform. 42*5e7646d2SAndroid Build Coastguard Worker<dt><a name="ConfigFilePerm"></a><b>ConfigFilePerm </b><i>mode</i> 43*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies the permissions for all configuration files that the scheduler writes. 44*5e7646d2SAndroid Build Coastguard WorkerThe default is "0644" on macOS and "0640" on all other operating systems. 45*5e7646d2SAndroid Build Coastguard Worker</dl> 46*5e7646d2SAndroid Build Coastguard Worker<p><b>Note:</b> The permissions for the <i>printers.conf</i> file are currently masked to only allow access from the scheduler user (typically root). 47*5e7646d2SAndroid Build Coastguard WorkerThis is done because printer device URIs sometimes contain sensitive authentication information that should not be generally known on the system. 48*5e7646d2SAndroid Build Coastguard WorkerThere is no way to disable this security feature. 49*5e7646d2SAndroid Build Coastguard Worker<dl class="man"> 50*5e7646d2SAndroid Build Coastguard Worker<dt><a name="CreateSelfSignedCerts"></a><b>CreateSelfSignedCerts yes</b> 51*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em"><dt><b>CreateSelfSignedCerts no</b> 52*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies whether the scheduler automatically creates self-signed certificates for client connections using TLS. 53*5e7646d2SAndroid Build Coastguard WorkerThe default is yes. 54*5e7646d2SAndroid Build Coastguard Worker<dt><a name="DataDir"></a><b>DataDir </b><i>path</i> 55*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies the directory where data files can be found. 56*5e7646d2SAndroid Build Coastguard WorkerThe default is usually "/usr/share/cups". 57*5e7646d2SAndroid Build Coastguard Worker<dt><a name="DocumentRoot"></a><b>DocumentRoot </b><i>directory</i> 58*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies the root directory for the CUPS web interface content. 59*5e7646d2SAndroid Build Coastguard WorkerThe default is usually "/usr/share/doc/cups". 60*5e7646d2SAndroid Build Coastguard Worker<dt><a name="ErrorLog"></a><b>ErrorLog</b> 61*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em"><dt><b>ErrorLog </b><i>filename</i> 62*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em"><dt><b>ErrorLog stderr</b> 63*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em"><dt><b>ErrorLog syslog</b> 64*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Defines the error log filename. 65*5e7646d2SAndroid Build Coastguard WorkerSpecifying a blank filename disables error log generation. 66*5e7646d2SAndroid Build Coastguard WorkerThe value "stderr" causes log entries to be sent to the standard error file when the scheduler is running in the foreground, or to the system log daemon when run in the background. 67*5e7646d2SAndroid Build Coastguard WorkerThe value "syslog" causes log entries to be sent to the system log daemon. 68*5e7646d2SAndroid Build Coastguard WorkerThe server name may be included in filenames using the string "%s", for example: 69*5e7646d2SAndroid Build Coastguard Worker<pre class="man"> 70*5e7646d2SAndroid Build Coastguard Worker 71*5e7646d2SAndroid Build Coastguard Worker ErrorLog /var/log/cups/%s-error_log 72*5e7646d2SAndroid Build Coastguard Worker 73*5e7646d2SAndroid Build Coastguard Worker</pre> 74*5e7646d2SAndroid Build Coastguard WorkerThe default is "/var/log/cups/error_log". 75*5e7646d2SAndroid Build Coastguard Worker<dt><a name="FatalErrors"></a><b>FatalErrors none</b> 76*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em"><dt><b>FatalErrors all </b><i>-kind </i>[ ... <i>-kind </i>] 77*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em"><dt><b>FatalErrors </b><i>kind </i>[ ... <i>kind </i>] 78*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies which errors are fatal, causing the scheduler to exit. 79*5e7646d2SAndroid Build Coastguard WorkerThe default is "config". 80*5e7646d2SAndroid Build Coastguard WorkerThe <i>kind</i> strings are: 81*5e7646d2SAndroid Build Coastguard Worker<div style="margin-left: 0.0em;"> 82*5e7646d2SAndroid Build Coastguard Worker<dl class="man"> 83*5e7646d2SAndroid Build Coastguard Worker<dt><b>none</b> 84*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">No errors are fatal. 85*5e7646d2SAndroid Build Coastguard Worker<dt><b>all</b> 86*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">All of the errors below are fatal. 87*5e7646d2SAndroid Build Coastguard Worker<dt><b>browse</b> 88*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Browsing initialization errors are fatal, for example failed connections to the DNS-SD daemon. 89*5e7646d2SAndroid Build Coastguard Worker<dt><b>config</b> 90*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Configuration file syntax errors are fatal. 91*5e7646d2SAndroid Build Coastguard Worker<dt><b>listen</b> 92*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Listen or Port errors are fatal, except for IPv6 failures on the loopback or "any" addresses. 93*5e7646d2SAndroid Build Coastguard Worker<dt><b>log</b> 94*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Log file creation or write errors are fatal. 95*5e7646d2SAndroid Build Coastguard Worker<dt><b>permissions</b> 96*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Bad startup file permissions are fatal, for example shared TLS certificate and key files with world-read permissions. 97*5e7646d2SAndroid Build Coastguard Worker</div> 98*5e7646d2SAndroid Build Coastguard Worker<dt><a name="Group"></a><b>Group </b><i>group-name-or-number</i> 99*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies the group name or ID that will be used when executing external programs. 100*5e7646d2SAndroid Build Coastguard WorkerThe default group is operating system specific but is usually "lp" or "nobody". 101*5e7646d2SAndroid Build Coastguard Worker<dt><a name="LogFilePerm"></a><b>LogFilePerm </b><i>mode</i> 102*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies the permissions of all log files that the scheduler writes. 103*5e7646d2SAndroid Build Coastguard WorkerThe default is "0644". 104*5e7646d2SAndroid Build Coastguard Worker<dt><a name="PageLog"></a><b>PageLog </b>[ <i>filename</i> ] 105*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em"><dt><b>PageLog stderr</b> 106*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em"><dt><b>PageLog syslog</b> 107*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Defines the page log filename. 108*5e7646d2SAndroid Build Coastguard WorkerThe value "stderr" causes log entries to be sent to the standard error file when the scheduler is running in the foreground, or to the system log daemon when run in the background. 109*5e7646d2SAndroid Build Coastguard WorkerThe value "syslog" causes log entries to be sent to the system log daemon. 110*5e7646d2SAndroid Build Coastguard WorkerSpecifying a blank filename disables page log generation. 111*5e7646d2SAndroid Build Coastguard WorkerThe server name may be included in filenames using the string "%s", for example: 112*5e7646d2SAndroid Build Coastguard Worker<pre class="man"> 113*5e7646d2SAndroid Build Coastguard Worker 114*5e7646d2SAndroid Build Coastguard Worker PageLog /var/log/cups/%s-page_log 115*5e7646d2SAndroid Build Coastguard Worker 116*5e7646d2SAndroid Build Coastguard Worker</pre> 117*5e7646d2SAndroid Build Coastguard WorkerThe default is "/var/log/cups/page_log". 118*5e7646d2SAndroid Build Coastguard Worker<dt><a name="PassEnv"></a><b>PassEnv </b><i>variable </i>[ ... <i>variable </i>] 119*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Passes the specified environment variable(s) to child processes. 120*5e7646d2SAndroid Build Coastguard WorkerNote: the standard CUPS filter and backend environment variables cannot be overridden using this directive. 121*5e7646d2SAndroid Build Coastguard Worker<dt><a name="RemoteRoot"></a><b>RemoteRoot </b><i>username</i> 122*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies the username that is associated with unauthenticated accesses by clients claiming to be the root user. 123*5e7646d2SAndroid Build Coastguard WorkerThe default is "remroot". 124*5e7646d2SAndroid Build Coastguard Worker<dt><a name="RequestRoot"></a><b>RequestRoot </b><i>directory</i> 125*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies the directory that contains print jobs and other HTTP request data. 126*5e7646d2SAndroid Build Coastguard WorkerThe default is "/var/spool/cups". 127*5e7646d2SAndroid Build Coastguard Worker<dt><a name="Sandboxing"></a><b>Sandboxing relaxed</b> 128*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em"><dt><b>Sandboxing strict</b> 129*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies the level of security sandboxing that is applied to print filters, backends, and other child processes of the scheduler. 130*5e7646d2SAndroid Build Coastguard WorkerThe default is "strict". 131*5e7646d2SAndroid Build Coastguard WorkerThis directive is currently only used/supported on macOS. 132*5e7646d2SAndroid Build Coastguard Worker<dt><a name="ServerBin"></a><b>ServerBin </b><i>directory</i> 133*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies the directory containing the backends, CGI programs, filters, helper programs, notifiers, and port monitors. 134*5e7646d2SAndroid Build Coastguard WorkerThe default is "/usr/lib/cups" or "/usr/libexec/cups" depending on the platform. 135*5e7646d2SAndroid Build Coastguard Worker<dt><a name="ServerKeychain"></a><b>ServerKeychain </b><i>path</i> 136*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies the location of TLS certificates and private keys. 137*5e7646d2SAndroid Build Coastguard WorkerThe default is "/Library/Keychains/System.keychain" on macOS and "/etc/cups/ssl" on all other operating systems. 138*5e7646d2SAndroid Build Coastguard WorkermacOS uses its keychain database to store certificates and keys while other platforms use separate files in the specified directory, *.crt for PEM-encoded certificates and *.key for PEM-encoded private keys. 139*5e7646d2SAndroid Build Coastguard Worker<dt><a name="ServerRoot"></a><b>ServerRoot </b><i>directory</i> 140*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies the directory containing the server configuration files. 141*5e7646d2SAndroid Build Coastguard WorkerThe default is "/etc/cups". 142*5e7646d2SAndroid Build Coastguard Worker<dt><a name="SetEnv"></a><b>SetEnv </b><i>variable value</i> 143*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Set the specified environment variable to be passed to child processes. 144*5e7646d2SAndroid Build Coastguard WorkerNote: the standard CUPS filter and backend environment variables cannot be overridden using this directive. 145*5e7646d2SAndroid Build Coastguard Worker<dt><a name="StateDir"></a><b>StateDir </b><i>directory</i> 146*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies the directory to use for PID and local certificate files. 147*5e7646d2SAndroid Build Coastguard WorkerThe default is "/var/run/cups" or "/etc/cups" depending on the platform. 148*5e7646d2SAndroid Build Coastguard Worker<dt><a name="SyncOnClose"></a><b>SyncOnClose Yes</b> 149*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em"><dt><b>SyncOnClose No</b> 150*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies whether the scheduler calls 151*5e7646d2SAndroid Build Coastguard Worker<b>fsync</b>(2) 152*5e7646d2SAndroid Build Coastguard Workerafter writing configuration or state files. 153*5e7646d2SAndroid Build Coastguard WorkerThe default is "No". 154*5e7646d2SAndroid Build Coastguard Worker<dt><a name="SystemGroup"></a><b>SystemGroup </b><i>group-name </i>[ ... <i>group-name</i> ] 155*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies the group(s) to use for <i>@SYSTEM</i> group authentication. 156*5e7646d2SAndroid Build Coastguard WorkerThe default contains "admin", "lpadmin", "root", "sys", and/or "system". 157*5e7646d2SAndroid Build Coastguard Worker<dt><a name="TempDir"></a><b>TempDir </b><i>directory</i> 158*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies the directory where short-term temporary files are stored. 159*5e7646d2SAndroid Build Coastguard WorkerThe default is "/var/spool/cups/tmp". 160*5e7646d2SAndroid Build Coastguard Worker<dt><a name="User"></a><b>User </b><i>username</i> 161*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies the user name or ID that is used when running external programs. 162*5e7646d2SAndroid Build Coastguard WorkerThe default is "lp". 163*5e7646d2SAndroid Build Coastguard Worker</dl> 164*5e7646d2SAndroid Build Coastguard Worker<h3><a name="DEPRECATED_DIRECTIVES">Deprecated Directives</a></h3> 165*5e7646d2SAndroid Build Coastguard WorkerThe following directives are deprecated and will be removed from a future version of CUPS: 166*5e7646d2SAndroid Build Coastguard Worker<dl class="man"> 167*5e7646d2SAndroid Build Coastguard Worker<dt><a name="FileDevice"></a><b>FileDevice Yes</b> 168*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em"><dt><b>FileDevice No</b> 169*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies whether the file pseudo-device can be used for new printer queues. 170*5e7646d2SAndroid Build Coastguard WorkerThe URI "file:///dev/null" is always allowed. 171*5e7646d2SAndroid Build Coastguard WorkerFile devices cannot be used with "raw" print queues - a PPD file is required. 172*5e7646d2SAndroid Build Coastguard WorkerThe specified file is overwritten for every print job. 173*5e7646d2SAndroid Build Coastguard WorkerWriting to directories is not supported. 174*5e7646d2SAndroid Build Coastguard Worker<dt><a name="FontPath"></a><b>FontPath </b><i>directory[:...:directoryN]</i> 175*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies a colon separated list of directories where fonts can be found. 176*5e7646d2SAndroid Build Coastguard WorkerOn Linux the 177*5e7646d2SAndroid Build Coastguard Worker<b>font-config</b>(1) 178*5e7646d2SAndroid Build Coastguard Workermechanism is used instead. 179*5e7646d2SAndroid Build Coastguard WorkerOn macOS the Font Book application manages system-installed fonts. 180*5e7646d2SAndroid Build Coastguard Worker<dt><a name="LPDConfigFile"></a><b> LPDConfigFile </b><i>filename</i> 181*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies the LPD service configuration file to update. 182*5e7646d2SAndroid Build Coastguard Worker<dt><a name="Printcap"></a><b>Printcap </b><i>filename</i> 183*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies a file that is filled with a list of local print queues. 184*5e7646d2SAndroid Build Coastguard Worker<dt><a name="PrintcapFormat"></a><b>PrintcapFormat bsd</b> 185*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em"><dt><b>PrintcapFormat plist</b> 186*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em"><dt><b>PrintcapFormat solaris</b> 187*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies the format to use for the Printcap file. 188*5e7646d2SAndroid Build Coastguard Worker"bsd" is the historical LPD printcap file format. 189*5e7646d2SAndroid Build Coastguard Worker"plist" is the Apple plist file format. 190*5e7646d2SAndroid Build Coastguard Worker"solaris" is the historical Solaris LPD printcap file format. 191*5e7646d2SAndroid Build Coastguard Worker<dt><a name="SMBConfigFile"></a><b>SMBConfigFile </b><i>filename</i> 192*5e7646d2SAndroid Build Coastguard Worker<dd style="margin-left: 5.0em">Specifies the SMB service configuration file to update. 193*5e7646d2SAndroid Build Coastguard Worker</dl> 194*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="NOTES">Notes</a></h2> 195*5e7646d2SAndroid Build Coastguard WorkerThe scheduler MUST be restarted manually after making changes to the <b>cups-files.conf</b> file. 196*5e7646d2SAndroid Build Coastguard WorkerOn Linux this is typically done using the 197*5e7646d2SAndroid Build Coastguard Worker<b>systemctl</b>(8) 198*5e7646d2SAndroid Build Coastguard Workercommand, while on macOS the 199*5e7646d2SAndroid Build Coastguard Worker<b>launchctl</b>(8) 200*5e7646d2SAndroid Build Coastguard Workercommand is used instead. 201*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="SEE_ALSO">See Also</a></h2> 202*5e7646d2SAndroid Build Coastguard Worker<b>classes.conf</b>(5), 203*5e7646d2SAndroid Build Coastguard Worker<b>cups</b>(1), 204*5e7646d2SAndroid Build Coastguard Worker<b>cupsd</b>(8), 205*5e7646d2SAndroid Build Coastguard Worker<b>cupsd.conf</b>(5), 206*5e7646d2SAndroid Build Coastguard Worker<b>mime.convs</b>(5), 207*5e7646d2SAndroid Build Coastguard Worker<b>mime.types</b>(5), 208*5e7646d2SAndroid Build Coastguard Worker<b>printers.conf</b>(5), 209*5e7646d2SAndroid Build Coastguard Worker<b>subscriptions.conf</b>(5), 210*5e7646d2SAndroid Build Coastguard WorkerCUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>) 211*5e7646d2SAndroid Build Coastguard Worker<h2 class="title"><a name="COPYRIGHT">Copyright</a></h2> 212*5e7646d2SAndroid Build Coastguard WorkerCopyright © 2007-2019 by Apple Inc. 213*5e7646d2SAndroid Build Coastguard Worker 214*5e7646d2SAndroid Build Coastguard Worker</body> 215*5e7646d2SAndroid Build Coastguard Worker</html> 216