On 2016-12-27 21:31, Neil Bothwick wrote:

Put this script in /etc/portage/postsync.d and make it executable

#!/bin/sh

if [ $( eselect news count new ) != "0" ]; then
   eselect news list | mail y...@wherever.you.are
   fi

Nice hint, really. I did a similar thing in my emerge wrapper script, but this looks more efficient. Thanks.
(Btw, knowing all about portage/emerge isn't a high priority by me ;))

--
Sent with eQmail-1.10-dev

Reply via email to