]> granicus.if.org Git - cronie/commitdiff
Clean hardwired pathnames.
authorMarcela Mašláňová <mmaslano@redhat.com>
Mon, 28 Jul 2008 12:56:52 +0000 (14:56 +0200)
committerMarcela Mašláňová <mmaslano@redhat.com>
Mon, 28 Jul 2008 12:56:52 +0000 (14:56 +0200)
src/pathnames.h

index 2ce322b91da29461a6cfab5acf2c27e3464eed15..1577e3d049a1e00ace0057a718f1e5d2d0cb1b96 100644 (file)
 #define        CRON_ALLOW      "/etc/cron.allow"
 #define        CRON_DENY       "/etc/cron.deny"
 
-                       /* undefining this turns off logging to a file.  If
-                        * neither LOG_FILE or SYSLOG is defined, we don't log.
-                        * If both are defined, we log both ways.  Note that if
-                        * LOG_CRON is defined by <syslog.h>, LOG_FILE will not
-                        * be used.
-                        */
-/*#define LOG_FILE     "/var/log/cron"*/
-/*#define SYSLOG*/
                        /* where should the daemon stick its PID?
                         * PIDDIR must end in '/'.
                         */
 # define EDITOR "/usr/ucb/vi"
 #endif
 
-#ifndef _PATH_SENDMAIL
-# define _PATH_SENDMAIL "/usr/lib/sendmail"
-#endif
-
 #ifndef _PATH_BSHELL
 # define _PATH_BSHELL "/bin/sh"
 #endif