On 20 Feb 2005 00:19:08 -0500, Clint Adams wrote:
>
> > $ ls -ld /var/run
> > drwxr-xr-x 9 root root 4096 Feb 20 06:26 /var/run
> >
> > if run_limit_number is set to a positive number archzoom fails
> >
> > I've changed the path in my config to /var/tmp/archzoom-limit though
> > I'm not sure if that's the best place for it.
>
> /var/lib/archzoom/limit, maybe.
I would like debian package to not diverge from the mainstream.
I think the solution is to drop completely the debian specific patch of
archconf.conf and ArchZoom.pm, and implement the following:
./configure \
--bindir=/usr/lib/cgi-bin \
--datadir=/usr/share \
--localstatedir=/var/lib/archzoom \
--sysconfdir=/etc/archzoom \
--with-homedir=/etc/archzoom
If --datadir is set then $ArchZoom::DataDir is set to $datadir/archzoom,
otherwise it set to ./archzoom-data or ../archzoom-data like now.
And the mainstream archzoom.conf will just drop "var/" from
run_limit_file and cache_dir values, they will be based on localstatedir
(that will default to $archzoom_datadir/var like now).
I may implement this in March (or merge some good patch earlier).
Regards,
Mikhael.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]