patch-libuptimed_urec_h 502 B

123456789101112131415
  1. $OpenBSD: patch-libuptimed_urec_h,v 1.1.1.1 2013/06/18 05:47:19 rfreeman Exp $
  2. --- libuptimed/urec.h.orig Sun Jun 16 17:00:29 2013
  3. +++ libuptimed/urec.h Sun Jun 16 17:00:51 2013
  4. @@ -54,8 +54,8 @@ extern void snprintf(char *, ...);
  5. #include "misc.h"
  6. -#define FILE_BOOTID "/var/spool/uptimed/bootid"
  7. -#define FILE_RECORDS "/var/spool/uptimed/records"
  8. +#define FILE_BOOTID "/var/db/uptimed/bootid"
  9. +#define FILE_RECORDS "/var/db/uptimed/records"
  10. typedef struct urec {
  11. time_t utime; /* uptime */