Hello !
I used Queue 1.30.1 with the following configure options:
./configure --prefix=/opt/queue-1.30.1 --sharedstatedir=/common/run/data/queued
--enable-root --datadir=/common/run/data/queued/share --localstatedir=/var/queue
And i applied the patch from Fabio (see HP at sourceforge).
Now the gmake install says:
./install-sh -c -d /var/queue || (mkdir /var/queue; exit 0)
./install-sh -c -o root -m 700 -d /var/queue/queue/ || (mkdir /var/queue/queue; chmod 700 /var/queue/queue; exit 0)
./install-sh -c -o root -m 700 -d /var/queue/queue/now || (mkdir /var/queue/queue/now; chmod 700 /var/queue/queue/now; exit 0)
./install-sh -c -o root -m 700 -d /var/queue/queue/wait || (mkdir /var/queue/queue/wait; chmod 700 /var/queue/queue/wait; exit 0)
./install-sh -c -o root -m 600 profile /var/queue/queue/now
./install-sh -c -o root -m 600 profile /var/queue/queue/wait
This looks as for profile localstatedir is used but this file must be shared in my opinion,
or I have to maintain severeal profile-files on each machine.
Please tell me if I am wrong.
Is there somewhere explained what datadir, localstatedir and sharedstatedir exactly is ?
I havn't found it in the delivered documentation nor on the website.
Best Regards,
Christian
|