Skip to content

Commit

Permalink
smartmontools: use s-nail
Browse files Browse the repository at this point in the history
As mailx is unmaintained, depend on s-nail instead of mailx.

Also recommend instead of depend, so you don't need to send email.

Signed-off-by: Ross Burton <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
rossburton authored and rtollert committed Aug 4, 2022
1 parent 830717c commit 05136a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ do_install_append () {
INITSCRIPT_NAME = "smartd"
INITSCRIPT_PARAMS = "start 60 2 3 4 5 . stop 60 0 1 6 ."

RDEPENDS_${PN} += "mailx"
RRECOMMENDS_${PN} += "s-nail"

0 comments on commit 05136a0

Please sign in to comment.