From 17d3d5685e21aa5dca56a99bad8936d2c03365d3 Mon Sep 17 00:00:00 2001 From: Lucas Holt Date: Sun, 10 Nov 2024 15:45:50 -0500 Subject: [PATCH] switch to template. --- usr.bin/login/motd | 19 ------------------- usr.bin/login/motd.template | 33 +++++++++++++++++++-------------- 2 files changed, 19 insertions(+), 33 deletions(-) delete mode 100644 usr.bin/login/motd diff --git a/usr.bin/login/motd b/usr.bin/login/motd deleted file mode 100644 index 3c0651e8a60..00000000000 --- a/usr.bin/login/motd +++ /dev/null @@ -1,19 +0,0 @@ -MidnightBSD ?.?.? (UNKNOWN) - -Welcome to MidnightBSD! - -Before seeking technical support, please use the following resources: - - The MidnightBSD website has the latest information on support and - security advisories. http://www.midnightbsd.org/ - - MidnightBSD is on irc.libera.chat #MidnightBSD (IRC) - -If you still have a question or problem, please take the output of -`uname -a', along with any relevant error messages, and email it -to midnightbsd-users@MidnightBSD.org (mailing list). If you are -unfamiliar with MidnightBSD's directory layout, please refer to the hier(7) -manual page. If you are not familiar with manual pages, type `man man'. - -Edit /etc/motd to change this login announcement. - diff --git a/usr.bin/login/motd.template b/usr.bin/login/motd.template index e743370ca0a..928d9c8e464 100644 --- a/usr.bin/login/motd.template +++ b/usr.bin/login/motd.template @@ -1,20 +1,25 @@ +MidnightBSD ?.?.? (UNKNOWN) -Welcome to FreeBSD! +Welcome to MidnightBSD! -Release Notes, Errata: https://www.FreeBSD.org/releases/ -Security Advisories: https://www.FreeBSD.org/security/ -FreeBSD Handbook: https://www.FreeBSD.org/handbook/ -FreeBSD FAQ: https://www.FreeBSD.org/faq/ -Questions List: https://www.FreeBSD.org/lists/questions/ -FreeBSD Forums: https://forums.FreeBSD.org/ +Before seeking technical support, please use the following resources: -Documents installed with the system are in the /usr/local/share/doc/freebsd/ -directory, or can be installed later with: pkg install en-freebsd-doc -For other languages, replace "en" with a language code like de or fr. + The MidnightBSD website has the latest information on support and + security advisories. http://www.midnightbsd.org/ + + MidnightBSD is on irc.libera.chat #MidnightBSD (IRC) + +If you still have a question or problem, please take the output of +`uname -a', along with any relevant error messages, and email it +to midnightbsd-users@MidnightBSD.org (mailing list). If you are +unfamiliar with MidnightBSD's directory layout, please refer to the hier(7) +manual page. If you are not familiar with manual pages, type `man man'. + +You can automatically download and install binary packages by doing + + mport install + +This will also automatically install the packages that are dependencies -Show the version of FreeBSD installed: freebsd-version ; uname -a -Please include that output and any error messages when posting questions. -Introduction to manual pages: man man -FreeBSD directory layout: man hier To change this login announcement, see motd(5).