From 4a891d73fde1b23ffacfe2622a7c7f3ac7c7daac Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Sat, 23 Nov 2024 09:53:37 -0500 Subject: make /etc/localtime a symlink (thanks @flo) --- src/blog/freebsd-14-on-the-desktop/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/blog/freebsd-14-on-the-desktop/index.md b/src/blog/freebsd-14-on-the-desktop/index.md index 6d15782..ba92ab8 100644 --- a/src/blog/freebsd-14-on-the-desktop/index.md +++ b/src/blog/freebsd-14-on-the-desktop/index.md @@ -690,7 +690,7 @@ service ntpd start In case you didn't do this during the installation, set your timezone: ```bash -cp -v /usr/share/zoneinfo/America/New_York /etc/localtime +ln -sfhv /usr/share/zoneinfo/America/New_York /etc/localtime ``` ## Switch to openssh-portable -- cgit v1.2.3