summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cron/crontab.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2009-10-27 23:52:16 +0000
committerderaadt <deraadt@openbsd.org>2009-10-27 23:52:16 +0000
commit969eda9a8d02c81c5494680e77558a6bf94d2512 (patch)
treed7063e82084f82a16939c4ee8c8b0fd8ec9ca552 /usr.sbin/cron/crontab.c
parentnm -V is silly, and prining the rcsid even more so (diff)
downloadwireguard-openbsd-969eda9a8d02c81c5494680e77558a6bf94d2512.tar.xz
wireguard-openbsd-969eda9a8d02c81c5494680e77558a6bf94d2512.zip
using the rcsid is silly
Diffstat (limited to 'usr.sbin/cron/crontab.c')
-rw-r--r--usr.sbin/cron/crontab.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/cron/crontab.c b/usr.sbin/cron/crontab.c
index df8309e3106..497aa9c0fa1 100644
--- a/usr.sbin/cron/crontab.c
+++ b/usr.sbin/cron/crontab.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: crontab.c,v 1.57 2009/01/29 22:50:16 sobrado Exp $ */
+/* $OpenBSD: crontab.c,v 1.58 2009/10/27 23:52:16 deraadt Exp $ */
/* Copyright 1988,1990,1993,1994 by Paul Vixie
* All rights reserved
@@ -21,8 +21,6 @@
* OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-static char const rcsid[] = "$OpenBSD: crontab.c,v 1.57 2009/01/29 22:50:16 sobrado Exp $";
-
/* crontab - install and manage per-user crontab files
* vix 02may87 [RCS has the rest of the log]
* vix 26jan87 [original]
@@ -483,7 +481,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);
/* copy the crontab to the tmp
*/