Remove PIDDIR and PIDFILE missed in previous commit.
authormillert <millert@openbsd.org>
Sun, 25 Oct 2015 21:36:55 +0000 (21:36 +0000)
committermillert <millert@openbsd.org>
Sun, 25 Oct 2015 21:36:55 +0000 (21:36 +0000)
usr.sbin/cron/pathnames.h

index 314fdff..3bcd1b7 100644 (file)
@@ -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")
 #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"