Amanda-Users

Re: install man pages in 2.5.1p1 fails

2006-02-03 12:26:08
Subject: Re: install man pages in 2.5.1p1 fails
From: Paddy Sreenivasan <paddy AT zmanda DOT com>
To: Anthony Worrall <anthony.worrall AT reading.ac DOT uk>
Date: Fri, 3 Feb 2006 09:22:35 -0800
On 2/3/06, Anthony Worrall <anthony.worrall AT reading.ac DOT uk> wrote:
> Hi
>
> Just a small point but when I installed 2.5.1p1 the install-data-hook
> failed

I'm assuming that you are referring to 2.5.0b1. This problem has been
fixed in 2.5.0b2.

Thanks,
Paddy
> on amanda.conf.5 because it assumed that all the man pages where in
> section 8.
>
>
> original
>
>     install-data-hook:
>         @list="$(man_MANS)"; \
>         for p in $$list; do \
>                 pa=$(DESTDIR)$(mandir)/man8/`echo $$p|sed
> '$(transform)'`;
>                 echo chown $(BINARY_OWNER) $$pa; \
>                 chown $(BINARY_OWNER) $$pa; \
>                 echo chgrp $(SETUID_GROUP) $$pa; \
>                 chgrp $(SETUID_GROUP) $$pa; \
>         done
>
> fixed
>
>     install-data-hook:
>         @list="$(man_MANS)"; \
>         for p in $$list; do \
>                 ext=`echo $$p | sed -e 's/^.*\\.//'`; \
>                 pa=$(DESTDIR)$(mandir)/man$$ext/`echo $$p|sed
> '$(transform)'`; \
>                 echo chown $(BINARY_OWNER) $$pa; \
>                 chown $(BINARY_OWNER) $$pa; \
>                 echo chgrp $(SETUID_GROUP) $$pa; \
>                 chgrp $(SETUID_GROUP) $$pa; \
>         done
>
> apologies if this has already been fixed
>
> Cheers
>
> Anthony Worrall
>
>


--

Amanda documentation: http://wiki.zmanda.com
Amanda forums: http://forums.zmanda.com


<Prev in Thread] Current Thread [Next in Thread>