aboutsummaryrefslogtreecommitdiff
path: root/utils/smartmontools/patches/002-os_mailer-is-mailx.patch
Commit message (Collapse)AuthorAge
* smartmontools: update to 7.3Maxim Storchak2022-04-25
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* smartmontools: update to 7.2Maxim Storchak2021-01-02
| | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* smartmontools: package a script for sending email notificationsMaxim Storchak2020-01-05
A separate package which depdens on msmtp and nail is introduced. Once more packages provide `sendmail` and `mail` interfaces, this dependency can be made more flexible. Signed-off-by: Maxim Storchak <m.storchak@gmail.com>