sendmail -> paths.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 5 Jun 1989 01:02:30 +0000 (17:02 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 5 Jun 1989 01:02:30 +0000 (17:02 -0800)
SCCS-vsn: usr.bin/vacation/vacation.c 5.15
SCCS-vsn: usr.sbin/lpr/common_source/pathnames.h 5.2

usr/src/usr.bin/vacation/vacation.c
usr/src/usr.sbin/lpr/common_source/pathnames.h

index bc242c0..9b04859 100644 (file)
@@ -22,7 +22,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)vacation.c 5.14 (Berkeley) %G%";
+static char sccsid[] = "@(#)vacation.c 5.15 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -39,7 +39,7 @@ static char sccsid[] = "@(#)vacation.c        5.14 (Berkeley) %G%";
 #include <tzfile.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <tzfile.h>
 #include <stdio.h>
 #include <ctype.h>
-#include "pathnames.h"
+#include <paths.h>
 
 /*
  *  VACATION -- return a message to the sender when on vacation.
 
 /*
  *  VACATION -- return a message to the sender when on vacation.
index 9a2634f..08ef578 100644 (file)
@@ -14,7 +14,7 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)pathnames.h 5.1 (Berkeley) %G%
+ *     @(#)pathnames.h 5.2 (Berkeley) %G%
  */
 
 #include <paths.h>
  */
 
 #include <paths.h>
@@ -26,7 +26,6 @@
 #define        _PATH_MASTERLOCK        "/var/spool/lpd.lock"
 #define        _PATH_PR                "/usr/bin/pr"
 #define        _PATH_PRINTCAP          "/etc/printcap"
 #define        _PATH_MASTERLOCK        "/var/spool/lpd.lock"
 #define        _PATH_PR                "/usr/bin/pr"
 #define        _PATH_PRINTCAP          "/etc/printcap"
-#define        _PATH_SENDMAIL          "/usr/libexec/sendmail"
 #define        _PATH_SOCKETNAME        "/var/run/printer"
 #define        _PATH_VFONT             "/usr/libdata/vfont/"
 #define        _PATH_VFONTB            "/usr/libdata/vfont/B"
 #define        _PATH_SOCKETNAME        "/var/run/printer"
 #define        _PATH_VFONT             "/usr/libdata/vfont/"
 #define        _PATH_VFONTB            "/usr/libdata/vfont/B"