You are not logged in.
I am working on a daemon and in it I have the following:
. /etc/rc.conf
. /etc/rc.d/functions
stat_busy
stat_fail
add_daemon
stat_done
rm_daemon
When I run it from a terminal it all looks correct and when I add it to my daemons array it does its job. I would like for it to be visible while I am booting the machine though. What am I missing? The daemon is in the /etc/rc.d and it is of course executable.
Offline