diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2015-10-25 21:36:56 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2015-10-25 21:36:56 +0000 |
commit | 90a9738abac5d4b7b73509246c316678dda847ba (patch) | |
tree | 1c7355748aad2993388d70149c3d1b829608a1c5 /usr.sbin/cron | |
parent | f2a1ec23e984aaa192859c7302bcefa9c8c33fa2 (diff) |
Remove PIDDIR and PIDFILE missed in previous commit.
Diffstat (limited to 'usr.sbin/cron')
-rw-r--r-- | usr.sbin/cron/pathnames.h | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/usr.sbin/cron/pathnames.h b/usr.sbin/cron/pathnames.h index 314fdffde26..3bcd1b79677 100644 --- a/usr.sbin/cron/pathnames.h +++ b/usr.sbin/cron/pathnames.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pathnames.h,v 1.16 2015/10/23 18:42:55 tedu Exp $ */ +/* $OpenBSD: pathnames.h,v 1.17 2015/10/25 21:36:55 millert Exp $ */ /* Copyright 1993,1994 by Paul Vixie * Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC") @@ -67,17 +67,6 @@ #define AT_ALLOW "at.allow" #define AT_DENY "at.deny" - /* where should the daemon stick its PID? - * PIDDIR must end in '/'. - */ -#ifdef _PATH_VARRUN -# define PIDDIR _PATH_VARRUN -#else -# define PIDDIR "/etc/" -#endif -#define PIDFILE "cron.pid" -#define _PATH_CRON_PID PIDDIR PIDFILE - /* 4.3BSD-style crontab */ #define SYSCRONTAB "/etc/crontab" |