Date: Wed, 28 Dec 2005 03:24:06 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Doug Barton <dougb@FreeBSD.org> Cc: freebsd-current@FreeBSD.org, Nicolas Blais <nb_root@videotron.ca> Subject: Re: Can't run KDE after cvsup Message-ID: <20051228012406.GA13458@flame.pc> In-Reply-To: <43B1CCF7.20204@FreeBSD.org> References: <200512261517.23498.nb_root@videotron.ca> <200512261538.53467.nb_root@videotron.ca> <20051227020910.GA19581@flame.pc> <43B0F4EB.7040702@FreeBSD.org> <20051227150422.GA1216@flame.pc> <43B1CCF7.20204@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-12-27 15:23, Doug Barton <dougb@FreeBSD.org> wrote: > Giorgos Keramidas wrote: > > Even when I change cleartmp to recognise faststart, onestart, start > > and forcestart, the cleartmp_prestart() function runs before > > cleartmp_start(), creates the directories, only to have them deleted > > immediately by cleartmp_start() when run_rc_command is called. > > > > I'm not sure if there's a good way to modify cleartmp to do both things > > correctly, at least without something equally hackish like: > > > > run_rc_command "$@" || exit $? > > > > case $1 in > *start) > > It's still a little hackish, but it works. I just added the X > directories to the exclude list for find so they won't be > deleted now. Fantastic! Thanks :)))
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051228012406.GA13458>