Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] from Firefox52: NO pure ALSA?, WAS: Firefox 49.0 & Youtube... Audio: No
Date: Tue, 27 Dec 2016 20:32:19
Message-Id: 20161227203153.73e65f4b@digimed.co.uk
In Reply to: Re: [gentoo-user] from Firefox52: NO pure ALSA?, WAS: Firefox 49.0 & Youtube... Audio: No by lee
1 On Tue, 27 Dec 2016 20:21:19 +0100, lee wrote:
2
3 > > Even more reasonable:
4 > >
5 > > eselect news read new
6 > >
7 > > will only come up with the latest as yet unread news, rather than a
8 > > long list which could have accumulated over the years.
9 >
10 > It seems to be clearing out the list automatically.
11 >
12 > [1] says the mailer module of eselect was removed. Is there a better
13 > way to read them than with eselect?
14
15 Put this script in /etc/portage/postsync.d and make it executable
16
17 #!/bin/sh
18
19 if [ $( eselect news count new ) != "0" ]; then
20 eselect news list | mail you@××××××××××××.are
21 fi
22
23
24 --
25 Neil Bothwick
26
27 To most people solutions mean finding the answers. But to chemists
28 solutions are things that are still all mixed up.

Replies