void:

> I suppose the question I should have asked is "how do you differentiate
> between snapshots/tell when if there's a new one" but this BUILDINFO looks
> like it supplies the info I was looking for, thanks.

I use a scriptlet like this:

------------------->
#!/bin/sh
sed 's/^Build date:/Installed: /' /var/db/installed.BUILDINFO 
ftp -MVo- $(cat /etc/installurl)/snapshots/$(uname -m)/BUILDINFO
date -u '+Now:        %s - %+'
<-------------------

Installed:  1782068715 - Sun Jun 21 19:05:15 UTC 2026
Build date: 1782068715 - Sun Jun 21 19:05:15 UTC 2026
Now:        1782250280 - Tue Jun 23 21:31:20 UTC 2026

-- 
Christian "naddy" Weisgerber                          [email protected]

Reply via email to