summaryrefslogtreecommitdiff
path: root/scheduler
diff options
context:
space:
mode:
authorjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-06-21 00:20:03 +0000
committerjlovell <jlovell@a1ca3aef-8c08-0410-bb20-df032aa958be>2006-06-21 00:20:03 +0000
commit7a6a01ddca9307aa0f0abe27bb0f9074b86b1093 (patch)
tree53d68909d7ac9699f7e89ac8f3e43cc4d50ad2f9 /scheduler
parent3608048605dc5886f0d960ed83e77e2243a6e33d (diff)
downloadcups-7a6a01ddca9307aa0f0abe27bb0f9074b86b1093.tar.gz
More svn:properties changes.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@177 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler')
-rw-r--r--scheduler/Makefile4
-rw-r--r--scheduler/auth.c4
-rw-r--r--scheduler/auth.h4
-rw-r--r--scheduler/banners.c4
-rw-r--r--scheduler/banners.h4
-rw-r--r--scheduler/cert.c4
-rw-r--r--scheduler/cert.h4
-rw-r--r--scheduler/classes.c4
-rw-r--r--scheduler/classes.h4
-rw-r--r--scheduler/client.c4
-rw-r--r--scheduler/client.h4
-rw-r--r--scheduler/conf.c4
-rw-r--r--scheduler/conf.h4
-rw-r--r--scheduler/cups-deviced.c4
-rw-r--r--scheduler/cups-driverd.c4
-rw-r--r--scheduler/cups-lpd.c4
-rw-r--r--scheduler/cups-polld.c4
-rw-r--r--scheduler/cupsd.h4
-rw-r--r--scheduler/dirsvc.c4
-rw-r--r--scheduler/dirsvc.h4
-rw-r--r--scheduler/env.c4
-rw-r--r--scheduler/filter.c4
-rw-r--r--scheduler/ipp.c4
-rw-r--r--scheduler/job.c4
-rw-r--r--scheduler/job.h4
-rw-r--r--scheduler/listen.c4
-rw-r--r--scheduler/log.c4
-rw-r--r--scheduler/main.c4
-rw-r--r--scheduler/mime.c4
-rw-r--r--scheduler/mime.h4
-rw-r--r--scheduler/network.c4
-rw-r--r--scheduler/network.h4
-rw-r--r--scheduler/policy.c4
-rw-r--r--scheduler/policy.h4
-rw-r--r--scheduler/printers.c4
-rw-r--r--scheduler/printers.h4
-rw-r--r--scheduler/process.c4
-rw-r--r--scheduler/quotas.c4
-rw-r--r--scheduler/server.c4
-rw-r--r--scheduler/statbuf.c4
-rw-r--r--scheduler/statbuf.h4
-rw-r--r--scheduler/subscriptions.c4
-rw-r--r--scheduler/subscriptions.h4
-rw-r--r--scheduler/sysman.c4
-rw-r--r--scheduler/sysman.h4
-rw-r--r--scheduler/testdirsvc.c4
-rw-r--r--scheduler/testmime.c4
-rw-r--r--scheduler/testspeed.c4
-rw-r--r--scheduler/type.c4
-rw-r--r--scheduler/util.c4
-rw-r--r--scheduler/util.h4
51 files changed, 102 insertions, 102 deletions
diff --git a/scheduler/Makefile b/scheduler/Makefile
index 403997bb9..367f039f1 100644
--- a/scheduler/Makefile
+++ b/scheduler/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $"
+# "$Id$"
#
# Scheduler Makefile for the Common UNIX Printing System (CUPS).
#
@@ -274,5 +274,5 @@ include Dependencies
#
-# End of "$Id: Makefile 5229 2006-03-05 16:48:12Z mike $".
+# End of "$Id$".
#
diff --git a/scheduler/auth.c b/scheduler/auth.c
index ea9a07101..ee781150c 100644
--- a/scheduler/auth.c
+++ b/scheduler/auth.c
@@ -1,5 +1,5 @@
/*
- * "$Id: auth.c 5568 2006-05-22 15:34:01Z mike $"
+ * "$Id$"
*
* Authorization routines for the Common UNIX Printing System (CUPS).
*
@@ -2168,5 +2168,5 @@ to64(char *s, /* O - Output string */
/*
- * End of "$Id: auth.c 5568 2006-05-22 15:34:01Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/auth.h b/scheduler/auth.h
index 87bd72cd9..cd2e98e2f 100644
--- a/scheduler/auth.h
+++ b/scheduler/auth.h
@@ -1,5 +1,5 @@
/*
- * "$Id: auth.h 5305 2006-03-18 03:05:12Z mike $"
+ * "$Id$"
*
* Authorization definitions for the Common UNIX Printing System (CUPS)
* scheduler.
@@ -158,5 +158,5 @@ extern http_status_t cupsdIsAuthorized(cupsd_client_t *con, const char *owner);
/*
- * End of "$Id: auth.h 5305 2006-03-18 03:05:12Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/banners.c b/scheduler/banners.c
index d83540c87..c7e6eb533 100644
--- a/scheduler/banners.c
+++ b/scheduler/banners.c
@@ -1,5 +1,5 @@
/*
- * "$Id: banners.c 5305 2006-03-18 03:05:12Z mike $"
+ * "$Id$"
*
* Banner routines for the Common UNIX Printing System (CUPS).
*
@@ -215,5 +215,5 @@ free_banners(void)
/*
- * End of "$Id: banners.c 5305 2006-03-18 03:05:12Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/banners.h b/scheduler/banners.h
index bff0e333f..2dc4ac594 100644
--- a/scheduler/banners.h
+++ b/scheduler/banners.h
@@ -1,5 +1,5 @@
/*
- * "$Id: banners.h 5305 2006-03-18 03:05:12Z mike $"
+ * "$Id$"
*
* Banner definitions for the Common UNIX Printing System (CUPS).
*
@@ -50,5 +50,5 @@ extern void cupsdLoadBanners(const char *d);
/*
- * End of "$Id: banners.h 5305 2006-03-18 03:05:12Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/cert.c b/scheduler/cert.c
index 8a0d7a161..10e8d93e3 100644
--- a/scheduler/cert.c
+++ b/scheduler/cert.c
@@ -1,5 +1,5 @@
/*
- * "$Id: cert.c 5381 2006-04-07 14:39:46Z mike $"
+ * "$Id$"
*
* Authentication certificate routines for the Common UNIX
* Printing System (CUPS).
@@ -426,5 +426,5 @@ cupsdInitCerts(void)
/*
- * End of "$Id: cert.c 5381 2006-04-07 14:39:46Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/cert.h b/scheduler/cert.h
index 2da5a3b8b..3d9ad2044 100644
--- a/scheduler/cert.h
+++ b/scheduler/cert.h
@@ -1,5 +1,5 @@
/*
- * "$Id: cert.h 4719 2005-09-28 21:12:44Z mike $"
+ * "$Id$"
*
* Authentication certificate definitions for the Common UNIX
* Printing System (CUPS).
@@ -56,5 +56,5 @@ extern void cupsdInitCerts(void);
/*
- * End of "$Id: cert.h 4719 2005-09-28 21:12:44Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/classes.c b/scheduler/classes.c
index 749a1bda0..53a672c19 100644
--- a/scheduler/classes.c
+++ b/scheduler/classes.c
@@ -1,5 +1,5 @@
/*
- * "$Id: classes.c 5151 2006-02-22 22:43:17Z mike $"
+ * "$Id$"
*
* Printer class routines for the Common UNIX Printing System (CUPS).
*
@@ -864,5 +864,5 @@ cupsdUpdateImplicitClasses(void)
/*
- * End of "$Id: classes.c 5151 2006-02-22 22:43:17Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/classes.h b/scheduler/classes.h
index 5b9968167..7667742e7 100644
--- a/scheduler/classes.h
+++ b/scheduler/classes.h
@@ -1,5 +1,5 @@
/*
- * "$Id: classes.h 4719 2005-09-28 21:12:44Z mike $"
+ * "$Id$"
*
* Printer class definitions for the Common UNIX Printing System (CUPS).
*
@@ -42,5 +42,5 @@ extern void cupsdUpdateImplicitClasses(void);
/*
- * End of "$Id: classes.h 4719 2005-09-28 21:12:44Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/client.c b/scheduler/client.c
index 580097713..526e55bcc 100644
--- a/scheduler/client.c
+++ b/scheduler/client.c
@@ -1,5 +1,5 @@
/*
- * "$Id: client.c 5568 2006-05-22 15:34:01Z mike $"
+ * "$Id$"
*
* Client routines for the Common UNIX Printing System (CUPS) scheduler.
*
@@ -3825,5 +3825,5 @@ write_file(cupsd_client_t *con, /* I - Client connection */
/*
- * End of "$Id: client.c 5568 2006-05-22 15:34:01Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/client.h b/scheduler/client.h
index 7a7b70cd7..f2965d87e 100644
--- a/scheduler/client.h
+++ b/scheduler/client.h
@@ -1,5 +1,5 @@
/*
- * "$Id: client.h 5305 2006-03-18 03:05:12Z mike $"
+ * "$Id$"
*
* Client definitions for the Common UNIX Printing System (CUPS) scheduler.
*
@@ -121,5 +121,5 @@ extern int cupsdWriteClient(cupsd_client_t *con);
/*
- * End of "$Id: client.h 5305 2006-03-18 03:05:12Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/conf.c b/scheduler/conf.c
index 69c013de7..10677426f 100644
--- a/scheduler/conf.c
+++ b/scheduler/conf.c
@@ -1,5 +1,5 @@
/*
- * "$Id: conf.c 5482 2006-05-02 18:13:40Z mike $"
+ * "$Id$"
*
* Configuration routines for the Common UNIX Printing System (CUPS).
*
@@ -3261,5 +3261,5 @@ read_policy(cups_file_t *fp, /* I - Configuration file */
/*
- * End of "$Id: conf.c 5482 2006-05-02 18:13:40Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/conf.h b/scheduler/conf.h
index 7b6eea95c..605b39ea0 100644
--- a/scheduler/conf.h
+++ b/scheduler/conf.h
@@ -1,5 +1,5 @@
/*
- * "$Id: conf.h 5216 2006-03-02 17:47:53Z mike $"
+ * "$Id$"
*
* Configuration file definitions for the Common UNIX Printing System (CUPS)
* scheduler.
@@ -210,5 +210,5 @@ extern int cupsdLogPage(cupsd_job_t *job, const char *page);
/*
- * End of "$Id: conf.h 5216 2006-03-02 17:47:53Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/cups-deviced.c b/scheduler/cups-deviced.c
index 00ad8b860..c148753a5 100644
--- a/scheduler/cups-deviced.c
+++ b/scheduler/cups-deviced.c
@@ -1,5 +1,5 @@
/*
- * "$Id: cups-deviced.c 5244 2006-03-08 12:12:12Z mike $"
+ * "$Id$"
*
* Device scanning mini-daemon for the Common UNIX Printing System (CUPS).
*
@@ -500,5 +500,5 @@ sigalrm_handler(int sig) /* I - Signal number */
/*
- * End of "$Id: cups-deviced.c 5244 2006-03-08 12:12:12Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/cups-driverd.c b/scheduler/cups-driverd.c
index 1e0b1e45b..cbe2ebd32 100644
--- a/scheduler/cups-driverd.c
+++ b/scheduler/cups-driverd.c
@@ -1,5 +1,5 @@
/*
- * "$Id: cups-driverd.c 5422 2006-04-18 15:16:00Z mike $"
+ * "$Id$"
*
* PPD/driver support for the Common UNIX Printing System (CUPS).
*
@@ -1113,5 +1113,5 @@ load_drivers(void)
/*
- * End of "$Id: cups-driverd.c 5422 2006-04-18 15:16:00Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/cups-lpd.c b/scheduler/cups-lpd.c
index 60b68090f..0db521d07 100644
--- a/scheduler/cups-lpd.c
+++ b/scheduler/cups-lpd.c
@@ -1,5 +1,5 @@
/*
- * "$Id: cups-lpd.c 5455 2006-04-24 13:49:59Z mike $"
+ * "$Id$"
*
* Line Printer Daemon interface for the Common UNIX Printing System (CUPS).
*
@@ -1716,5 +1716,5 @@ smart_gets(char *s, /* I - Pointer to line buffer */
/*
- * End of "$Id: cups-lpd.c 5455 2006-04-24 13:49:59Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/cups-polld.c b/scheduler/cups-polld.c
index 0a8b4c12a..a79ff63ca 100644
--- a/scheduler/cups-polld.c
+++ b/scheduler/cups-polld.c
@@ -1,5 +1,5 @@
/*
- * "$Id: cups-polld.c 5305 2006-03-18 03:05:12Z mike $"
+ * "$Id$"
*
* Polling daemon for the Common UNIX Printing System (CUPS).
*
@@ -402,5 +402,5 @@ poll_server(http_t *http, /* I - HTTP connection */
/*
- * End of "$Id: cups-polld.c 5305 2006-03-18 03:05:12Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/cupsd.h b/scheduler/cupsd.h
index dbdca8bef..ebaa350aa 100644
--- a/scheduler/cupsd.h
+++ b/scheduler/cupsd.h
@@ -1,5 +1,5 @@
/*
- * "$Id: cupsd.h 5305 2006-03-18 03:05:12Z mike $"
+ * "$Id$"
*
* Main header file for the Common UNIX Printing System (CUPS) scheduler.
*
@@ -204,5 +204,5 @@ extern int cupsdStartProcess(const char *command, char *argv[],
/*
- * End of "$Id: cupsd.h 5305 2006-03-18 03:05:12Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/dirsvc.c b/scheduler/dirsvc.c
index d1b8ab792..ddc99b259 100644
--- a/scheduler/dirsvc.c
+++ b/scheduler/dirsvc.c
@@ -1,5 +1,5 @@
/*
- * "$Id: dirsvc.c 5549 2006-05-19 19:39:28Z mike $"
+ * "$Id$"
*
* Directory services routines for the Common UNIX Printing System (CUPS).
*
@@ -3130,5 +3130,5 @@ slp_url_callback(
/*
- * End of "$Id: dirsvc.c 5549 2006-05-19 19:39:28Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/dirsvc.h b/scheduler/dirsvc.h
index 171933f93..f8d8c5adf 100644
--- a/scheduler/dirsvc.h
+++ b/scheduler/dirsvc.h
@@ -1,5 +1,5 @@
/*
- * "$Id: dirsvc.h 5305 2006-03-18 03:05:12Z mike $"
+ * "$Id$"
*
* Directory services definitions for the Common UNIX Printing System
* (CUPS) scheduler.
@@ -180,5 +180,5 @@ extern void cupsdUpdateSLPBrowse(void);
/*
- * End of "$Id: dirsvc.h 5305 2006-03-18 03:05:12Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/env.c b/scheduler/env.c
index e6f84084c..5137217fb 100644
--- a/scheduler/env.c
+++ b/scheduler/env.c
@@ -1,5 +1,5 @@
/*
- * "$Id: env.c 5373 2006-04-06 20:03:32Z mike $"
+ * "$Id$"
*
* Environment management routines for the Common UNIX Printing System (CUPS).
*
@@ -245,5 +245,5 @@ clear_env(void)
/*
- * End of "$Id: env.c 5373 2006-04-06 20:03:32Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/filter.c b/scheduler/filter.c
index bb6390072..e97e2541b 100644
--- a/scheduler/filter.c
+++ b/scheduler/filter.c
@@ -1,5 +1,5 @@
/*
- * "$Id: filter.c 5493 2006-05-05 16:33:57Z mike $"
+ * "$Id$"
*
* File type conversion routines for the Common UNIX Printing System (CUPS).
*
@@ -409,5 +409,5 @@ lookup(mime_t *mime, /* I - MIME database */
/*
- * End of "$Id: filter.c 5493 2006-05-05 16:33:57Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/ipp.c b/scheduler/ipp.c
index 277196017..929654951 100644
--- a/scheduler/ipp.c
+++ b/scheduler/ipp.c
@@ -1,5 +1,5 @@
/*
- * "$Id: ipp.c 5554 2006-05-20 12:23:40Z mike $"
+ * "$Id$"
*
* IPP routines for the Common UNIX Printing System (CUPS) scheduler.
*
@@ -9170,5 +9170,5 @@ validate_user(cupsd_job_t *job, /* I - Job */
/*
- * End of "$Id: ipp.c 5554 2006-05-20 12:23:40Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/job.c b/scheduler/job.c
index 2cd60b616..9c04db161 100644
--- a/scheduler/job.c
+++ b/scheduler/job.c
@@ -1,5 +1,5 @@
/*
- * "$Id: job.c 5545 2006-05-18 21:00:56Z mike $"
+ * "$Id$"
*
* Job management routines for the Common UNIX Printing System (CUPS).
*
@@ -3455,5 +3455,5 @@ unload_job(cupsd_job_t *job) /* I - Job */
/*
- * End of "$Id: job.c 5545 2006-05-18 21:00:56Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/job.h b/scheduler/job.h
index 93bb774b2..33ff791a7 100644
--- a/scheduler/job.h
+++ b/scheduler/job.h
@@ -1,5 +1,5 @@
/*
- * "$Id: job.h 5393 2006-04-14 18:17:18Z mike $"
+ * "$Id$"
*
* Print job definitions for the Common UNIX Printing System (CUPS) scheduler.
*
@@ -121,5 +121,5 @@ extern void cupsdUpdateJob(cupsd_job_t *job);
/*
- * End of "$Id: job.h 5393 2006-04-14 18:17:18Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/listen.c b/scheduler/listen.c
index 467dcfdc8..37911059e 100644
--- a/scheduler/listen.c
+++ b/scheduler/listen.c
@@ -1,5 +1,5 @@
/*
- * "$Id: listen.c 5083 2006-02-06 02:57:43Z mike $"
+ * "$Id$"
*
* Server listening routines for the Common UNIX Printing System (CUPS)
* scheduler.
@@ -439,5 +439,5 @@ cupsdStopListening(void)
/*
- * End of "$Id: listen.c 5083 2006-02-06 02:57:43Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/log.c b/scheduler/log.c
index a53029f55..9c16c2d03 100644
--- a/scheduler/log.c
+++ b/scheduler/log.c
@@ -1,5 +1,5 @@
/*
- * "$Id: log.c 5493 2006-05-05 16:33:57Z mike $"
+ * "$Id$"
*
* Log file routines for the Common UNIX Printing System (CUPS).
*
@@ -546,5 +546,5 @@ check_log_file(cups_file_t **lf, /* IO - Log file */
/*
- * End of "$Id: log.c 5493 2006-05-05 16:33:57Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/main.c b/scheduler/main.c
index fa297b919..6e49fb8ab 100644
--- a/scheduler/main.c
+++ b/scheduler/main.c
@@ -1,5 +1,5 @@
/*
- * "$Id: main.c 5491 2006-05-04 20:53:35Z mike $"
+ * "$Id$"
*
* Scheduler main loop for the Common UNIX Printing System (CUPS).
*
@@ -2253,5 +2253,5 @@ usage(int status) /* O - Exit status */
/*
- * End of "$Id: main.c 5491 2006-05-04 20:53:35Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/mime.c b/scheduler/mime.c
index fc1f3fac7..0aa3d92e1 100644
--- a/scheduler/mime.c
+++ b/scheduler/mime.c
@@ -1,5 +1,5 @@
/*
- * "$Id: mime.c 5495 2006-05-05 17:58:07Z mike $"
+ * "$Id$"
*
* MIME database file routines for the Common UNIX Printing System (CUPS).
*
@@ -723,5 +723,5 @@ load_types(mime_t *mime, /* I - MIME database */
/*
- * End of "$Id: mime.c 5495 2006-05-05 17:58:07Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/mime.h b/scheduler/mime.h
index 9c5aa6448..9f46aded4 100644
--- a/scheduler/mime.h
+++ b/scheduler/mime.h
@@ -1,5 +1,5 @@
/*
- * "$Id: mime.h 5487 2006-05-03 19:28:29Z mike $"
+ * "$Id$"
*
* MIME type/conversion database definitions for the Common UNIX Printing System (CUPS).
*
@@ -153,5 +153,5 @@ extern int mimeNumFilters(mime_t *mime);
#endif /* !_CUPS_MIME_H_ */
/*
- * End of "$Id: mime.h 5487 2006-05-03 19:28:29Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/network.c b/scheduler/network.c
index eb89b1217..b4d96ebaa 100644
--- a/scheduler/network.c
+++ b/scheduler/network.c
@@ -1,5 +1,5 @@
/*
- * "$Id: network.c 5428 2006-04-18 20:45:30Z mike $"
+ * "$Id$"
*
* Network interface functions for the Common UNIX Printing System
* (CUPS) scheduler.
@@ -314,5 +314,5 @@ compare_netif(cupsd_netif_t *a, /* I - First network interface */
/*
- * End of "$Id: network.c 5428 2006-04-18 20:45:30Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/network.h b/scheduler/network.h
index 21e810c3c..10e10cac8 100644
--- a/scheduler/network.h
+++ b/scheduler/network.h
@@ -1,5 +1,5 @@
/*
- * "$Id: network.h 5043 2006-02-01 18:55:16Z mike $"
+ * "$Id$"
*
* Network interface definitions for the Common UNIX Printing System
* (CUPS) scheduler.
@@ -57,5 +57,5 @@ extern void cupsdNetIFUpdate(void);
/*
- * End of "$Id: network.h 5043 2006-02-01 18:55:16Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/policy.c b/scheduler/policy.c
index e869c48ee..db851adc6 100644
--- a/scheduler/policy.c
+++ b/scheduler/policy.c
@@ -1,5 +1,5 @@
/*
- * "$Id: policy.c 5247 2006-03-08 13:43:38Z mike $"
+ * "$Id$"
*
* Policy routines for the Common UNIX Printing System (CUPS).
*
@@ -330,5 +330,5 @@ cupsdFindPolicyOp(cupsd_policy_t *p, /* I - Policy */
/*
- * End of "$Id: policy.c 5247 2006-03-08 13:43:38Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/policy.h b/scheduler/policy.h
index 4f7165664..34502b187 100644
--- a/scheduler/policy.h
+++ b/scheduler/policy.h
@@ -1,5 +1,5 @@
/*
- * "$Id: policy.h 4871 2005-12-07 00:41:11Z mike $"
+ * "$Id$"
*
* Policy definitions for the Common UNIX Printing System (CUPS)
* scheduler.
@@ -62,5 +62,5 @@ extern cupsd_location_t *cupsdFindPolicyOp(cupsd_policy_t *p, ipp_op_t op);
/*
- * End of "$Id: policy.h 4871 2005-12-07 00:41:11Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/printers.c b/scheduler/printers.c
index f6511b939..f6d939a41 100644
--- a/scheduler/printers.c
+++ b/scheduler/printers.c
@@ -1,5 +1,5 @@
/*
- * "$Id: printers.c 5535 2006-05-16 19:47:26Z mike $"
+ * "$Id$"
*
* Printer routines for the Common UNIX Printing System (CUPS).
*
@@ -3280,5 +3280,5 @@ write_irix_state(cupsd_printer_t *p) /* I - Printer to update */
/*
- * End of "$Id: printers.c 5535 2006-05-16 19:47:26Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/printers.h b/scheduler/printers.h
index ef8b34709..4b1629098 100644
--- a/scheduler/printers.h
+++ b/scheduler/printers.h
@@ -1,5 +1,5 @@
/*
- * "$Id: printers.h 5330 2006-03-23 21:07:20Z mike $"
+ * "$Id$"
*
* Printer definitions for the Common UNIX Printing System (CUPS) scheduler.
*
@@ -146,5 +146,5 @@ extern char *cupsdSanitizeURI(const char *uri, char *buffer,
/*
- * End of "$Id: printers.h 5330 2006-03-23 21:07:20Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/process.c b/scheduler/process.c
index 5af7e5eef..03cdbd929 100644
--- a/scheduler/process.c
+++ b/scheduler/process.c
@@ -1,5 +1,5 @@
/*
- * "$Id: process.c 5376 2006-04-06 20:32:07Z mike $"
+ * "$Id$"
*
* Process management routines for the Common UNIX Printing System (CUPS).
*
@@ -344,5 +344,5 @@ compare_procs(cupsd_proc_t *a, /* I - First process */
/*
- * End of "$Id: process.c 5376 2006-04-06 20:32:07Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/quotas.c b/scheduler/quotas.c
index db10d8677..e00f6ae37 100644
--- a/scheduler/quotas.c
+++ b/scheduler/quotas.c
@@ -1,5 +1,5 @@
/*
- * "$Id: quotas.c 5305 2006-03-18 03:05:12Z mike $"
+ * "$Id$"
*
* Quota routines for the Common UNIX Printing System (CUPS).
*
@@ -230,5 +230,5 @@ find_quota(cupsd_printer_t *p, /* I - Printer */
/*
- * End of "$Id: quotas.c 5305 2006-03-18 03:05:12Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/server.c b/scheduler/server.c
index bcc3c71e6..057f7767a 100644
--- a/scheduler/server.c
+++ b/scheduler/server.c
@@ -1,5 +1,5 @@
/*
- * "$Id: server.c 5493 2006-05-05 16:33:57Z mike $"
+ * "$Id$"
*
* Server start/stop routines for the Common UNIX Printing System (CUPS).
*
@@ -211,5 +211,5 @@ cupsdStopServer(void)
/*
- * End of "$Id: server.c 5493 2006-05-05 16:33:57Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/statbuf.c b/scheduler/statbuf.c
index eb257d787..cba454ae8 100644
--- a/scheduler/statbuf.c
+++ b/scheduler/statbuf.c
@@ -1,5 +1,5 @@
/*
- * "$Id: statbuf.c 5447 2006-04-21 20:07:51Z mike $"
+ * "$Id$"
*
* Status buffer routines for the Common UNIX Printing System (CUPS)
* scheduler.
@@ -330,5 +330,5 @@ cupsdStatBufUpdate(cupsd_statbuf_t *sb, /* I - Status buffer */
/*
- * End of "$Id: statbuf.c 5447 2006-04-21 20:07:51Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/statbuf.h b/scheduler/statbuf.h
index fc3601533..729ba2241 100644
--- a/scheduler/statbuf.h
+++ b/scheduler/statbuf.h
@@ -1,5 +1,5 @@
/*
- * "$Id: statbuf.h 4613 2005-08-30 12:41:48Z mike $"
+ * "$Id$"
*
* Status buffer definitions for the Common UNIX Printing System (CUPS)
* scheduler.
@@ -55,5 +55,5 @@ extern char *cupsdStatBufUpdate(cupsd_statbuf_t *sb, int *loglevel,
/*
- * End of "$Id: statbuf.h 4613 2005-08-30 12:41:48Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/subscriptions.c b/scheduler/subscriptions.c
index 4841020c7..56f21d1d6 100644
--- a/scheduler/subscriptions.c
+++ b/scheduler/subscriptions.c
@@ -1,5 +1,5 @@
/*
- * "$Id: subscriptions.c 5305 2006-03-18 03:05:12Z mike $"
+ * "$Id$"
*
* Subscription routines for the Common UNIX Printing System (CUPS) scheduler.
*
@@ -1661,5 +1661,5 @@ cupsd_start_notifier(
/*
- * End of "$Id: subscriptions.c 5305 2006-03-18 03:05:12Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/subscriptions.h b/scheduler/subscriptions.h
index ca5bb5807..8f98199ca 100644
--- a/scheduler/subscriptions.h
+++ b/scheduler/subscriptions.h
@@ -1,5 +1,5 @@
/*
- * "$Id: subscriptions.h 5373 2006-04-06 20:03:32Z mike $"
+ * "$Id$"
*
* Subscription definitions for the Common UNIX Printing System (CUPS) scheduler.
*
@@ -170,5 +170,5 @@ extern void cupsdUpdateNotifierStatus(void);
/*
- * End of "$Id: subscriptions.h 5373 2006-04-06 20:03:32Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/sysman.c b/scheduler/sysman.c
index f83319853..d000c18ed 100644
--- a/scheduler/sysman.c
+++ b/scheduler/sysman.c
@@ -1,5 +1,5 @@
/*
- * "$Id: sysman.c 5305 2006-03-18 03:05:12Z mike $"
+ * "$Id$"
*
* System management definitions for the Common UNIX Printing System (CUPS).
*
@@ -727,5 +727,5 @@ sysEventTimerNotifier(
/*
- * End of "$Id: sysman.c 5305 2006-03-18 03:05:12Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/sysman.h b/scheduler/sysman.h
index 3119b134b..2a0d77263 100644
--- a/scheduler/sysman.h
+++ b/scheduler/sysman.h
@@ -1,5 +1,5 @@
/*
- * "$Id: sysman.h 5007 2006-01-27 18:25:42Z mike $"
+ * "$Id$"
*
* System management definitions for the Common UNIX Printing System (CUPS).
*
@@ -45,5 +45,5 @@ extern void cupsdUpdateSystemMonitor(void);
/*
- * End of "$Id: sysman.h 5007 2006-01-27 18:25:42Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/testdirsvc.c b/scheduler/testdirsvc.c
index 60378ebbe..83cb028d8 100644
--- a/scheduler/testdirsvc.c
+++ b/scheduler/testdirsvc.c
@@ -1,5 +1,5 @@
/*
- * "$Id: testdirsvc.c 5301 2006-03-17 23:44:33Z mike $"
+ * "$Id$"
*
* Browsing test program for the Common UNIX Printing System (CUPS).
*
@@ -331,5 +331,5 @@ usage(void)
/*
- * End of "$Id: testdirsvc.c 5301 2006-03-17 23:44:33Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/testmime.c b/scheduler/testmime.c
index 889f5591f..196d1211f 100644
--- a/scheduler/testmime.c
+++ b/scheduler/testmime.c
@@ -1,5 +1,5 @@
/*
- * "$Id: testmime.c 5535 2006-05-16 19:47:26Z mike $"
+ * "$Id$"
*
* MIME test program for the Common UNIX Printing System (CUPS).
*
@@ -331,5 +331,5 @@ type_dir(mime_t *mime, /* I - MIME database */
/*
- * End of "$Id: testmime.c 5535 2006-05-16 19:47:26Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/testspeed.c b/scheduler/testspeed.c
index 559dfa8e4..1e99879cf 100644
--- a/scheduler/testspeed.c
+++ b/scheduler/testspeed.c
@@ -1,5 +1,5 @@
/*
- * "$Id: testspeed.c 5305 2006-03-18 03:05:12Z mike $"
+ * "$Id$"
*
* Scheduler speed test for the Common UNIX Printing System (CUPS).
*
@@ -303,5 +303,5 @@ usage(void)
/*
- * End of "$Id: testspeed.c 5305 2006-03-18 03:05:12Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/type.c b/scheduler/type.c
index 79f7a229b..fd117ca0c 100644
--- a/scheduler/type.c
+++ b/scheduler/type.c
@@ -1,5 +1,5 @@
/*
- * "$Id: type.c 5180 2006-02-26 01:31:45Z mike $"
+ * "$Id$"
*
* MIME typing routines for the Common UNIX Printing System (CUPS).
*
@@ -1161,5 +1161,5 @@ patmatch(const char *s, /* I - String to match against */
/*
- * End of "$Id: type.c 5180 2006-02-26 01:31:45Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/util.c b/scheduler/util.c
index 966c68250..a0d40a704 100644
--- a/scheduler/util.c
+++ b/scheduler/util.c
@@ -1,5 +1,5 @@
/*
- * "$Id: util.c 5305 2006-03-18 03:05:12Z mike $"
+ * "$Id$"
*
* Mini-daemon utility functions for the Common UNIX Printing System (CUPS).
*
@@ -277,5 +277,5 @@ cupsdSendIPPTrailer(void)
/*
- * End of "$Id: util.c 5305 2006-03-18 03:05:12Z mike $".
+ * End of "$Id$".
*/
diff --git a/scheduler/util.h b/scheduler/util.h
index e08a3d73d..285c246dc 100644
--- a/scheduler/util.h
+++ b/scheduler/util.h
@@ -1,5 +1,5 @@
/*
- * "$Id: util.h 4598 2005-08-25 21:36:26Z mike $"
+ * "$Id$"
*
* Mini-daemon utility definitions for the Common UNIX Printing System (CUPS).
*
@@ -55,5 +55,5 @@ extern void cupsdSendIPPTrailer(void);
#endif /* !_CUPSD_UTIL_H_ */
/*
- * End of "$Id: util.h 4598 2005-08-25 21:36:26Z mike $".
+ * End of "$Id$".
*/