Date: Tue, 28 Jun 2005 14:28:05 -0400 From: Daniel Rucci <rucci@warganizer.com> To: freebsd-questions@freebsd.org Subject: Devd not processing a Notify statement when started at boot Message-ID: <42C196B5.8010108@warganizer.com>
next in thread | raw e-mail | index | archive | help
Hi, Devd doesn't seem to be reading my whole devd.conf file when it
first starts (via system startup scripts):
In my /etc/devd.conf I have added the following entry:
notify 10 {
match "system" "ACPI";
match "subsystem" "Lid";
action "/usr/X11R6/bin/xrandr -s 0";
};
my /etc/rc.conf has devd_enable="YES". Devd seems to start when i boot
When i run /etc/rc.d/devd restart it says:
Stopping devd.
Starting devd.
instead of,
devd not running?
Starting devd.
but until I restart devd manually the above action does not occur (when
i open the lid). It works fine after devd is restarted.
How can i get devd to behave how I want it to on its initial startup?
Thanks!
Dan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42C196B5.8010108>
