From: Tomas Mraz Date: Mon, 23 Jun 2008 19:06:11 +0000 (+0200) Subject: Remove rcsid tags. X-Git-Tag: cronie1.2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c52f1d7d3261a2633ba366db203155c11e6ca4f8;p=cronie Remove rcsid tags. --- diff --git a/src/crontab.c b/src/crontab.c index 3009acd..66aa57f 100644 --- a/src/crontab.c +++ b/src/crontab.c @@ -19,10 +19,6 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp $"; -#endif - /* crontab - install and manage per-user crontab files * vix 02may87 [RCS has the rest of the log] * vix 26jan87 [original] @@ -655,7 +651,7 @@ replace_cmd(void) { */ /*fprintf(tmp, "# DO NOT EDIT THIS FILE - edit the master and reinstall.\n"); *fprintf(tmp, "# (%s installed on %-24.24s)\n", Filename, ctime(&now)); - *fprintf(tmp, "# (Cron version %s -- %s)\n", CRON_VERSION, rcsid); + *fprintf(tmp, "# (Cron version %s)\n", CRON_VERSION); */ #ifdef WITH_SELINUX if ( selinux_context ) diff --git a/src/database.c b/src/database.c index 1afa92e..4c0b502 100644 --- a/src/database.c +++ b/src/database.c @@ -19,10 +19,6 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Id: database.c,v 1.7 2004/01/23 18:56:42 vixie Exp $"; -#endif - /* vix 26jan87 [RCS has the log] */ diff --git a/src/do_command.c b/src/do_command.c index 846b06e..c95f9c0 100644 --- a/src/do_command.c +++ b/src/do_command.c @@ -19,10 +19,6 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Id: do_command.c,v 1.9 2004/01/23 18:56:42 vixie Exp $"; -#endif - #include static void child_process(entry *, user *); diff --git a/src/entry.c b/src/entry.c index 1ecde16..08e45f3 100644 --- a/src/entry.c +++ b/src/entry.c @@ -20,10 +20,6 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Id: entry.c,v 1.17 2004/01/23 18:56:42 vixie Exp $"; -#endif - /* vix 26jan87 [RCS'd; rest of log is in RCS file] * vix 01jan87 [added line-level error recovery] * vix 31dec86 [added /step to the from-to range, per bob@acornrc] diff --git a/src/env.c b/src/env.c index 3c1135f..a3ee99d 100644 --- a/src/env.c +++ b/src/env.c @@ -19,10 +19,6 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Id: env.c,v 1.10 2004/01/23 18:56:42 vixie Exp $"; -#endif - #include char ** diff --git a/src/job.c b/src/job.c index ae11f81..04f8ce1 100644 --- a/src/job.c +++ b/src/job.c @@ -19,10 +19,6 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Id: job.c,v 1.6 2004/01/23 18:56:43 vixie Exp $"; -#endif - #include typedef struct _job { diff --git a/src/misc.c b/src/misc.c index 7bf2a11..0706cb2 100644 --- a/src/misc.c +++ b/src/misc.c @@ -19,10 +19,6 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Id: misc.c,v 1.16 2004/01/23 18:56:43 vixie Exp $"; -#endif - /* vix 26jan87 [RCS has the rest of the log] * vix 30dec86 [written] */ diff --git a/src/popen.c b/src/popen.c index b8b1e53..bc75fd1 100644 --- a/src/popen.c +++ b/src/popen.c @@ -31,14 +31,6 @@ */ #include -#ifndef lint -#if 0 -static char rcsid[] = "Id: popen.c,v 1.5 1994/01/15 20:43:43 vixie Exp"; -static char sccsid[] = "@(#)popen.c 5.7 (Berkeley) 2/14/89"; -//#else -//__RCSID("$NetBSD: popen.c,v 1.9 2005/03/16 02:53:55 xtraeme Exp $"); -#endif -#endif /* not lint */ #include #include diff --git a/src/pw_dup.c b/src/pw_dup.c index 5e4f00f..519dc75 100644 --- a/src/pw_dup.c +++ b/src/pw_dup.c @@ -29,9 +29,6 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Id: pw_dup.c,v 1.2 2004/01/23 18:56:43 vixie Exp $"; -#endif #include #include diff --git a/src/user.c b/src/user.c index 2a6563e..5cfdd94 100644 --- a/src/user.c +++ b/src/user.c @@ -19,10 +19,6 @@ * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if !defined(lint) && !defined(LINT) -static char rcsid[] = "$Id: user.c,v 1.5 2004/01/23 18:56:43 vixie Exp $"; -#endif - /* vix 26jan87 [log is in RCS file] */