mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
58859a833b
more, with less. PR: ports/195840 Submitted by: Chris Hutchinson <portmaster@BSDforge.com>
19 lines
491 B
C
19 lines
491 B
C
--- autoconf/config.h.in.orig 2014-12-09 14:01:13.000000000 -0800
|
|
+++ autoconf/config.h.in 2014-12-09 14:01:19.000000000 -0800
|
|
@@ -313,13 +313,13 @@
|
|
#undef XVT_UTMPX_FILE
|
|
|
|
/* Define location of utmp */
|
|
-#undef XVT_UTMP_FILE
|
|
+#define XVT_UTMP_FILE "/var/run/utmp"
|
|
|
|
/* Define location of wtmpx */
|
|
#undef XVT_WTMPX_FILE
|
|
|
|
/* Define location of wtmp */
|
|
-#undef XVT_WTMP_FILE
|
|
+#define XVT_WTMP_FILE "/var/log/wtmp"
|
|
|
|
/* The size of a `char', as computed by sizeof. */
|
|
#undef SIZEOF_CHAR
|