[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

cman configuration error



Hello,

I found error in cman package. I found mistype in /etc/init.d/cman in this line:
if [ -f /etc/defaults/cman ] ; then
        . /etc/defaults/cman
fi

And correct is:
if [ -f /etc/default/cman ] ; then
        . /etc/default/cman
fi

(s is moreover in word default)


-- 
Marian Hromiak
icq: 177668304
http://www.diskografie.cz/ht-hoten-toten/obete-systemu-demo/bavme-sa/


Reply to: