https://bugzilla.novell.com/show_bug.cgi?id=793027 https://bugzilla.novell.com/show_bug.cgi?id=793027#c17 Mark Seger <mjseger@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mjseger@gmail.com --- Comment #17 from Mark Seger <mjseger@gmail.com> 2013-04-20 18:22:40 UTC --- As the author of collectl, I'd like to fix this in the source kit. Looking at the patch it looks like it changes the location to look for collectl to /usr/sbin but my INSTALL and RPM already points it there and I'm currently installing in /usr/bin which is where all the other linux distros install it. So, I'd like to get someone to confirm - does suse really use /usr/sbin or am I reading the patch wrong? I'm also guessing this patch is based on an older version of the start script because someone had asked me awhile ago to fix it and the code now looks like this: [ -r /etc/rc.status ] && . /etc/rc.status rc_reset COLLECTL=/usr/sbin/collectl if [ ! -f $COLLECTL ]; then echo -n "Cannot find $COLLECTL" rc_status -s rc_exit fi BUT as I said the bug is collectl is sitting in /usr/bin and not /usr/sbin so it still doesn't work. At the very least I'd appreciate being copied on future bug reports so we can better keep the code in sync. If I don't hear otherwise I'll simply continue to install in /usr/bin and change my start script to point there instead of /usr/sbin. -mark -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.