During the fake install for some reason it re-compiles stuff that it
already compiled.  The previous release (0.9.15.1) didn't do this.  I'll
try to look into it.

Also, you need the attached patch if you don't already have .fluxbox
directory or it was moved away.  There should be any need to copy files
to .fluxbox.  It does that automatically on startup if they aren't
there.

David

* Aaron Whiteside <[EMAIL PROTECTED]> [070407 05:47]:
> Latest diff following -current
> 
> Tested on i386
> 
> Just noticed that fluxbox 1.0rc3 is noted as being stable (source
> http://www.fluxbox.org/), even though it spots the release candidate
> suffix.
> 
> Can someone please OK and commit?
> 
> Cheers,
> Aaron
> 
> On 4/1/07, Aaron Whiteside <[EMAIL PROTECTED]> wrote:
> >Latest diff following changes on head...
> >
> >Tested on i386, please test and send feedback, comments or abuse ;)
> >
> >Cheers,
> >Aaron
> >
> >On 4/1/07, Aaron Whiteside <[EMAIL PROTECTED]> wrote:
> >> Please find the diff attached...
> >>
> >> Cheers,
> >> Aaron
> >>
> >> On 4/1/07, steven mestdagh <[EMAIL PROTECTED]> wrote:
> >> > Aaron Whiteside [2007-04-01, 17:58:59]:
> >> > > Please find attached an updated version of David Krause's (david at
> >> > > openbsd org) Fluxbox port.
> >> > >
> >> > > This port is based on Fluxbox 1.0rc3, when the stable release of v1.0
> >> > > is released this port will be updated accordingly; but this is for
> >> > > those who can't wait...
> >> > >
> >> > > Please test and reply with feedback.
> >> >
> >> > please make a diff against current cvs. thanks,
> >> >
> >> > steven
> >> >
> >> >
> >> > Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
> >> >
> >> >
> >>
> >>
> >
> >


$OpenBSD$
--- util/startfluxbox.in.orig   Mon Mar 19 14:57:15 2007
+++ util/startfluxbox.in        Thu Apr  5 11:29:25 2007
@@ -86,5 +86,5 @@ EOF
     ) > "$startup"
     fi
     chmod 644 "$startup"
-    exec "$startup"
+    exec sh "$startup"
 fi

Reply via email to