On 01-10-30 17:33:19 CET, Robert Joop wrote:
> let me provide a little more fodder...
> 
> looking at our `./configure --help`'s output, i collected this:
> 
> EPREFIX/bin      user executables
> EPREFIX/sbin     system admin executables
> EPREFIX/libexec  program executables
>  PREFIX/share    read-only architecture-independent data
>  PREFIX/etc      read-only single-machine data
>  PREFIX/com      modifiable architecture-independent data
>  PREFIX/var      modifiable single-machine data
> EPREFIX/lib      object code libraries
>  PREFIX/info     info documentation
>  PREFIX/man      man documentation
> 
> what of our current stuff shall we put where?
> 
>     bin/
>    sbin/
> libexec/
>   share/
>     etc/openca/ca/      previously @ca_prefix@/conf
>     com/
>     var/openca/         data storage
>     var/openca/ca/      most of @ca_prefix@/
>     lib/perl5/          openca modules
>    info/
>     man/

oops, in case of an apache-like structure, the <dir>/openca will of
course get reversed to openca/<dir>.

    bin/                openca-* commands?
   sbin/                openca-* commands?
libexec/                openca-* commands?
  share/ca/htdocs/      static files, HTML, javascript, ...
  share/ca/cgi-misc/    files filtered through CGI scripts
    etc/                previously @ca_prefix@/conf and @ext_prefix@/conf
    etc/ca/             "
    etc/ext/            "
    etc/ext/ra/         "
    etc/ext/pub/        "
    com/                (i've never seen that in use before)
    var/data/storage    permanent data storage, i.e. dbm files in case of dbm usage
    var/data/exchange   intermediate storage, before export, after import
    lib/perl5/          openca modules
    lib/ca/cgi-bin/     CA CGI scripts
   info/
    man/

some systems like to put the htdocs inside var/...

i'm not sure about the cgi-misc stuff, partially it's documents,
partially scripts...

rj

_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to