notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
NOW FIXED. We had a known problem with lists of packages - they were out of date. The fix has been applied to production. See packages-import/issues/3 & packages-import/issues/4
Port details
dynamic_motd Dynamic /var/run/motd
1.4 sysutils on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.4Version of this port present on the latest quarterly branch.
Maintainer: sstallion@gmail.com search for ports maintained by this maintainer
Port Added: 2023-04-18 06:42:12
Last Update: 2024-06-20 14:37:08
Commit Hash: 0408b42
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: BSD2CLAUSE
WWW:
https://github.com/sstallion/dynamic_motd
Description:
dynamic_motd is a drop-in replacement for generating messages of the day on FreeBSD 13.0 or later. During system startup, the file /var/run/motd is replaced with a fifo whose content is generated by a user-configurable shell script that is executed on each login. All other aspects of motd(5) are preserved.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (13 items)
Collapse this list.
  1. /usr/local/share/licenses/dynamic_motd-1.4/catalog.mk
  2. /usr/local/share/licenses/dynamic_motd-1.4/LICENSE
  3. /usr/local/share/licenses/dynamic_motd-1.4/BSD2CLAUSE
  4. etc/rc.d/dynamic_motd
  5. @sample etc/rc.motd.sample
  6. libexec/dynamic_motd
  7. share/doc/dynamic_motd/CONTRIBUTING.md
  8. share/doc/dynamic_motd/README.md
  9. share/examples/dynamic_motd/motd.subr
  10. share/examples/dynamic_motd/rc.motd
  11. @owner
  12. @group
  13. @mode
Collapse this list.
Dependency lines:
  • dynamic_motd>0:sysutils/dynamic_motd
To install the port:
cd /usr/ports/sysutils/dynamic_motd/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/dynamic_motd
  • pkg install dynamic_motd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: dynamic_motd
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1718307688 SHA256 (sstallion-dynamic_motd-v1.4_GH0.tar.gz) = 9ab41681363b5ae94227d53733af05e8d248b01c16fb44f4d125c8161cb25381 SIZE (sstallion-dynamic_motd-v1.4_GH0.tar.gz) = 192707

Packages (timestamps in pop-ups are UTC):
dynamic_motd
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.41.4-1.41.4---
FreeBSD:13:quarterly1.41.41.31.41.41.31.31.3
FreeBSD:14:latest1.41.4-1.41.41.3-1.3
FreeBSD:14:quarterly1.41.4-1.41.41.31.31.3
FreeBSD:15:latest1.41.4n/a1.4n/a1.31.31.3
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_dynamic_motd
pkg-message:
For install:
The ${PREFIX}/etc/rc.motd script is responsible for generating content for /var/run/motd on each login. A sample script is provided in ${PREFIX}/etc/rc.motd.sample that emulates the default motd(5) behavior. More extensive examples can be found in ${PREFIX}/share/examples/dynamic_motd. To enable the dynamic_motd service, update_motd should be disabled in /etc/rc.conf as it is no longer needed at system startup: # sysrc update_motd="NO" The dynamic_motd service can then be enabled by issuing: # sysrc dynamic_motd="YES" # service dynamic_motd start Note: ${PREFIX}/etc/rc.motd can be updated without restarting the dynamic_motd service; changes are automatically picked up on next login.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/sstallion/dynamic_motd/tar.gz/v1.4?dummy=/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.4
20 Jun 2024 14:37:08
commit hash: 0408b423315298e0048829e7fae958cf68eed829commit hash: 0408b423315298e0048829e7fae958cf68eed829commit hash: 0408b423315298e0048829e7fae958cf68eed829commit hash: 0408b423315298e0048829e7fae958cf68eed829 files touched by this commit
Fernando ApesteguĂ­a (fernape) search for other commits by this committer
Author: Steven Stallion
sysutils/dynamic_motd: update to 1.4

PR:		279719
Reported by:	sstallion@gmail.com (maintainer)
1.3
31 Dec 2023 00:37:05
commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38commit hash: bbab7f59e9630416397189df70ec133bdd690e38 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree

- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
  ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
  Also move conditional flags for non sparc64/arm ARCH to fixed flags.

Reviewed by:	brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068
1.3
18 Apr 2023 06:38:58
commit hash: b5613f6f4f42d9fe4b28704055698b9038b93e81commit hash: b5613f6f4f42d9fe4b28704055698b9038b93e81commit hash: b5613f6f4f42d9fe4b28704055698b9038b93e81commit hash: b5613f6f4f42d9fe4b28704055698b9038b93e81 files touched by this commit
Matthew Seaman (matthew) search for other commits by this committer
sysutils/dynamic_motd: -- new port

dynamic_motd is a drop-in replacement for generating messages of the day on
FreeBSD 13.0 or later. During system startup, the file /var/run/motd is
replaced with a fifo whose content is generated by a user-configurable shell
script that is executed on each login. All other aspects of motd(5) are
preserved.

PR:		267107
Reported by:	Steven Stallion

Number of commits found: 3