I was looking quickly at the scripts in /etc/rc.d/ the other day and found some inconsistencies:
/etc/rc.d/fam contains the following lines:
if [ ! -f /var/run/daemons/portmap ]; then
stat_fail
echo "ERROR: portmap is not running"
exit 1
/etc/rc.d/hal contains the following lines:
#Check for running dbus, start when not running
ck_daemon dbus && /etc/rc.d/dbus start
Should /etc/rc.d/fam be changed to start portmap automatically?
/M
--
Magnus Therning (OpenPGP: 0xAB4DFBA4)
[EMAIL PROTECTED]
http://therning.org/magnus
Software is not manufactured, it is something you write and publish.
Keep Europe free from software patents, we do not want censorship
by patent law on written works.
Unreadable code,
Why would anyone use it?
Learn a better way.
-- Geoff Kuenning's contribution to the 2004 Perl Haiku Contest,
Haikus about Perl - 'Dishonerable Mention' winner
pgpkcule2EN3E.pgp
Description: PGP signature
_______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
