From fa34f6a4906b64c6752f335f1000fdaec02dd9e2 Mon Sep 17 00:00:00 2001 From: ericbsd Date: Fri, 10 Jan 2025 18:59:34 -0400 Subject: [PATCH 1/2] Updated BUG_REPORT_URL and CODENAME. --- libexec/rc/rc.d/os-release | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/rc/rc.d/os-release b/libexec/rc/rc.d/os-release index 51029be1b4da..579cc21a0905 100755 --- a/libexec/rc/rc.d/os-release +++ b/libexec/rc/rc.d/os-release @@ -33,8 +33,8 @@ osrelease_start() PRETTY_NAME="GhostBSD $_version" CPE_NAME=cpe:/o:ghostbsd:ghostbsd:$_version_id HOME_URL=https://GhostBSD.org/ - BUG_REPORT_URL=https://github.com/ghostbsd/ghostbsd-src/issues/new/choose - CODENAME="ISO-Rolling" + BUG_REPORT_URL=https://github.com/ghostbsd/issues/issues/new/choose + CODENAME="Twenty Five" __EOF__ install -C -o root -g wheel -m ${osrelease_perms} "$t" "${osrelease_file}" rm -f "$t" From c24d6c2dc6428163f2ec66f1f3a05535953f312c Mon Sep 17 00:00:00 2001 From: ericbsd Date: Fri, 10 Jan 2025 20:59:22 -0400 Subject: [PATCH 2/2] Add - to CODENAME --- libexec/rc/rc.d/os-release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/rc/rc.d/os-release b/libexec/rc/rc.d/os-release index 579cc21a0905..acc845753582 100755 --- a/libexec/rc/rc.d/os-release +++ b/libexec/rc/rc.d/os-release @@ -34,7 +34,7 @@ osrelease_start() CPE_NAME=cpe:/o:ghostbsd:ghostbsd:$_version_id HOME_URL=https://GhostBSD.org/ BUG_REPORT_URL=https://github.com/ghostbsd/issues/issues/new/choose - CODENAME="Twenty Five" + CODENAME="Twenty-Five" __EOF__ install -C -o root -g wheel -m ${osrelease_perms} "$t" "${osrelease_file}" rm -f "$t"