View Single Post
Posts: 355 | Thanked: 566 times | Joined on Nov 2009 @ Redstone Canyon, Colorado
#4
Some ramblings (i'm tired, sry for lack of clarity):

Code:
/etc/opt : Configuration files for /opt
Purpose

Host-specific configuration files for add-on application software packages must be installed within the directory /etc/opt/<subdir>, where <subdir> is the name of the subtree in /opt where the static data from that package is stored.

We should probably have by default a:

Code:
ln -s /opt/etc /etc/opt

Since /opt packages are supposed to put their configs in /etc, but that could make the root filesystem grow a lot too, depending. In the case of the wonderful asterisk, the /etc files are 600k alone!

maemo-optify will only do files greater than 2k, but this isn't so great in all cases. Asterisk, for example, has a jillion little sound files, so if it used maemo-optify, it would still write like 1M to /.


Using maemo-optify in debian/rules doesn't use the /opt/maemo subdir, but using maemo-optify-deb does.


I just wish we could completely ditch the /opt thing entirely. sigh.

-Jeff
http://wiki.maemo.org/User:Jebba