From ed4ab4665138c3949f19c4f369f229692526848a Mon Sep 17 00:00:00 2001 From: millert Date: Sun, 25 Oct 2015 21:36:55 +0000 Subject: [PATCH] Remove PIDDIR and PIDFILE missed in previous commit. --- usr.sbin/cron/pathnames.h | 13 +------------ 1 file changed, 1 insertion(+), 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" -- 2.20.1