Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Mar 2006 12:43:45 +0400
From:      Sergey Matveychuk <sem@FreeBSD.org>
To:        freebsd-ports@freebsd.org
Subject:   bioapi modules
Message-ID:  <4427A5C1.6060409@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
I can't to decide how to process with BioAPI modules.
Every module must be registered with

mod_install module-name

and must be unregistered with

mod_install -u module-name

A problem is here: `mod_install -u' removes the module. So we can't
place it in pkg-plist. But it's of course a bad idea.

Only way I see is to hack mod_install to make it don't remove files on
module deinstall. But changing its behavior is not smooth too.

May be there is another way I don't see?
-- 
Sem.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4427A5C1.6060409>