diff --git a/sysutils/fakertc/Makefile b/sysutils/fakertc/Makefile index cc8e00671ac5..29fdf4bc68ba 100644 --- a/sysutils/fakertc/Makefile +++ b/sysutils/fakertc/Makefile @@ -1,29 +1,29 @@ PORTNAME= fakertc DISTVERSIONPREFIX= v DISTVERSION= 3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://codeberg.org/ronaldklop/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ MAINTAINER= ronald@FreeBSD.org COMMENT= Save real-time clock on reboot WWW= https://codeberg.org/ronaldklop/fakertc LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= etc/cron.d/${PORTNAME} etc/rc.d/${PORTNAME} do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/cron.d ${INSTALL_DATA} ${WRKSRC}/src/etc/cron.d/${PORTNAME} \ ${STAGEDIR}${PREFIX}/etc/cron.d/ ${INSTALL_SCRIPT} ${WRKSRC}/src/etc/rc.d/${PORTNAME} \ ${STAGEDIR}${PREFIX}/etc/rc.d/ .include diff --git a/sysutils/fakertc/pkg-descr b/sysutils/fakertc/pkg-descr index 22518d87a33f..30e9644afdd0 100644 --- a/sysutils/fakertc/pkg-descr +++ b/sysutils/fakertc/pkg-descr @@ -1,9 +1,12 @@ Save real-time clock on reboot For computers without a real-time clock, this utility enables to store the wall-clock on shutdown and restore it on boot, in order to minimize the drift as far as possible until e.g. NTP is used to set the correct date/time again. Note that systems using UFS for the root fs won't need this, as the clock is already restored from info in the UFS superblock. +Since __FreeBSD_version 1600020 ZFS also restores the wall-clock time +from the rootfs. +https://cgit.freebsd.org/src/commit/?id=d0b3ecdc274930e190ea233b6b69ff03782eaf8d