Search Criteria
Package Details: motd 1.3.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/motd.git (read-only, click to copy) |
|---|---|
| Package Base: | motd |
| Description: | Dynamically generate system information for MOTD SSH banner |
| Upstream URL: | https://github.com/desbma/motd |
| Licenses: | GPL3 |
| Submitter: | desbma |
| Maintainer: | desbma |
| Last Packager: | desbma |
| Votes: | 4 |
| Popularity: | 0.104320 |
| First Submitted: | 2019-07-09 19:05 (UTC) |
| Last Updated: | 2025-08-04 19:02 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- hddtemp (hddtemp-gitAUR) (optional) – to probe hard drive temperatures
- systemd (systemd-gitAUR, systemd-selinuxAUR) (optional) – to display failed units
Latest Comments
simona commented on 2024-10-09 09:02 (UTC)
thx. was ok. i forget always rustup update :-)
desbma commented on 2024-10-09 08:59 (UTC)
@simona:
#[expect]is stable since rust 1.81 (https://blog.rust-lang.org/2024/09/05/Rust-1.81.0.html#expectlint) which is the current version in the official repos. Update therustpackage, or withrustup update stableif you use rustup and it should build fine.simona commented on 2024-10-08 22:41 (UTC)
error[E0658]: the
#[expect]attribute is an experimental featuredesbma commented on 2023-09-08 20:40 (UTC)
@p-we This is currently not supported, you can open an issue upstream to ask for it.
p-we commented on 2023-09-08 20:15 (UTC)
I would like to blacklist systemd failed units in ~/.config/motd/config.toml What is the syntax for this? Thanks