From Google Code Site: qv. https://bugzilla.redhat.com/show_bug.cgi?id=254301 What steps will reproduce the problem? 1. run either "rarian-sk-config --omfdir" 2. or "scrollkeeper-config --omfdir" 3. What is the expected output? /usr/share/omf What do you see instead? no output. What version of the product are you using? On what operating system? rarian-compat-0.5.8-1 on Fedora 8 development branch Please provide any additional information below. Patch to revert to more scrollkeeper-ish behaviour from svn for rarian-sk-config.in as follows: Index: util/rarian-sk-config.in =================================================================== --- util/rarian-sk-config.in (revision 30) +++ util/rarian-sk-config.in (working copy) @@ -60,10 +60,7 @@ echo $datadir/librarian ;; --omfdir ) - for x in $(grep -e '^0:@:' $statedir/rarian-update-mtimes > /dev/null 2>&1) - do - echo ${x##0:@:} - done + echo $datadir/omf ;; * ) print_help ==============patch ends===============
Anyway, patch looks good and sensible. I'll commit as soon as I get SVN access back.
This was also reported downstream [1], along with a patch. The patch was just intended to get things working again, and may not be the right solution. [1] http://bugzilla.redhat.com/show_bug.cgi?id=254301
Oops, sorry. Didn't notice the comments below the entry box. I'm used to GNOME's Bugzilla.
Fixed in 0.6.0. Not committed to SVN due to bug #12247. Marking this as a dependance to remind me to commit when done.
Committed. Closing.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.