View Single Post
Old 26th November 2009
Sam Sam is offline
Port Guard
 
Join Date: Nov 2009
Posts: 19
Default

Hello,

Pkg_info result of orders, the problem does not come from the.was already added to my rc.local file

pkg_info -M dbus


Code:
if [ -x /usr/local/bin/dbus-daemon ]; then
        install -d -o _dbus -g _dbus /var/run/dbus
        echo -n ' dbus'; /usr/local/bin/dbus-daemon --system
fi
pkg_info -m fam

Code:
if [ -x /usr/local/sbin/famd ]; then
        echo -n ' famd';        /usr/local/sbin/famd -T 0
fi
Reply With Quote