summaryrefslogtreecommitdiff
path: root/scheduler/process.c
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-10-19 10:12:15 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2016-10-19 10:12:25 +0900
commit7ffe1916bf6bab5fc5ef042323755da1ef55116c (patch)
tree2fb46592a29b81b6a1f7eaf1bd4fbc489ad2b56d /scheduler/process.c
parent23c7b5e9ad4ae102e15d6507d854a352affd6df3 (diff)
downloadcups-7ffe1916bf6bab5fc5ef042323755da1ef55116c.tar.gz
cups-7ffe1916bf6bab5fc5ef042323755da1ef55116c.tar.bz2
cups-7ffe1916bf6bab5fc5ef042323755da1ef55116c.zip
Imported Upstream version 2.2.0upstream/2.2.0
Change-Id: I937a26ed4bd71582057195c2f4f371017321055c Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'scheduler/process.c')
-rw-r--r--scheduler/process.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/scheduler/process.c b/scheduler/process.c
index 19c7472..aa1fe96 100644
--- a/scheduler/process.c
+++ b/scheduler/process.c
@@ -1,6 +1,4 @@
/*
- * "$Id: process.c 12521 2015-02-17 20:00:17Z msweet $"
- *
* Process management routines for the CUPS scheduler.
*
* Copyright 2007-2015 by Apple Inc.
@@ -341,7 +339,7 @@ cupsdCreateProfile(int job_id, /* I - Job ID or 0 for none */
/* Only allow SNMP (UDP) and LPD (TCP) off the machine... */
cupsFilePuts(fp, ")\n");
cupsFilePuts(fp, "(allow network-outbound\n"
- " (remote udp \"*:161\")"
+ " (remote udp \"*:161\")\n"
" (remote tcp \"*:515\"))\n");
cupsFilePuts(fp, "(allow network-inbound\n"
" (local udp \"localhost:*\"))\n");
@@ -516,7 +514,7 @@ cupsdStartProcess(
if (envp)
{
/*
- * Add special voodoo magic for OS X - this allows OS X programs to access
+ * Add special voodoo magic for macOS - this allows macOS programs to access
* their bundle resources properly...
*/
@@ -887,8 +885,3 @@ cupsd_requote(char *dst, /* I - Destination buffer */
return (dst);
}
#endif /* HAVE_SANDBOX_H */
-
-
-/*
- * End of "$Id: process.c 12521 2015-02-17 20:00:17Z msweet $".
- */