On Sun, 2005-12-04 at 22:02 +0000, Magnus Therning wrote:
> 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

The things in hal are quite new. In the future all scripts will have
these kinds of dependency checks for init scripts.


_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to