Gentoo Archives: gentoo-user

From: Raymond Lewis Rebbeck <dystopianray@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] FreeBSD equivalent features?
Date: Sat, 03 Jun 2006 19:31:27
Message-Id: 200606040449.57253.dystopianray@gmail.com
In Reply to: [gentoo-user] FreeBSD equivalent features? by Jason Lixfeld
1 On Sunday, 4 June 2006 4:40, Jason Lixfeld wrote:
2 > Hi,
3 >
4 > I'm new to Gentoo. I come from FreeBSD. I have to run Gentoo in
5 > this particular case because I need an asterisk box and asterisk runs
6 > better on Linux than FreeBSD.
7 >
8 > That being said, I must say that I am very impressed with Gentoo.
9 > It's far superior to RedHat, which was the last Linux experience I had.
10 >
11 > What I'm looking for is freebsd equivalent features in Gentoo. There
12 > are three that I'm really looking for:
13 >
14 > 1) periodic(8) -- run periodic system functions. runs daily, weekly,
15 > monthly and security scripts. These scripts do everything from check
16 > rejected emails to backing up the passwd file. It's also got a local
17 > facility where I can put my own scripts in. It's run out of cron and
18 > emails the output of the periodic output nice and clean. I
19 > understand that I can manually manufacture the equivalent scripts,
20 > but I was hoping there was something similar out there.
21
22 I don't see how this is any different to just using cron?
23
24 >
25 > 2) pkg_version -- summarize installed versions of packages. Outputs
26 > what newer ports are available to what versions are actually
27 > installed. I've looked through the emerge and ebuild docs, but I
28 > can't find anything that operates the same way.
29
30 emerge -pve world will list all installed packages. emerge -avuDN will show
31 all new packages to be installed after a sync. Just use various combinations
32 of emerge flags to do what you want.
33
34 >
35 > 3) portaudit(1) -- system to check installed packages for known
36 > vulnerabilities.
37
38 I believe gentoolkit has a glsa-check script which would be equivalent to
39 this.
40
41 >
42 > Anyone know of any Gentoo equivalents and if not, what might be
43 > decent workarounds?
44
45 --
46 Raymond Lewis Rebbeck
47 --
48 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] FreeBSD equivalent features? Alexander Kirillov <nevis2us@××××××××.su>
Re: [gentoo-user] FreeBSD equivalent features? Teresa and Dale <teendale@×××××××××××××.com>
Re: [gentoo-user] FreeBSD equivalent features? "b.n." <brullonulla@×××××.com>