Bug 136120 - net-dialup/capi4k-utils-20050718-r1: capiplugin(8) only readable by root
Bug#: 136120 Product:  Gentoo Linux Version: 2006.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: trivial Priority: P2
Resolution: FIXED Assigned To: sbriesen@gentoo.org Reported By: Martin.vGagern@gmx.net
Component: Ebuilds
URL: 
Summary: net-dialup/capi4k-utils-20050718-r1: capiplugin(8) only readable by root
Keywords:  
Status Whiteboard: 
Opened: 2006-06-08 15:07 0000
Description:   Opened: 2006-06-08 15:07 0000
I have capi4k-utils installed and just noticed that the manpage for capiplugin,
/usr/share/man/man8/capiplugin.8.gz, has mode 0600. There is no reason for
this, and it causes error messages when searching man pages.

------- Comment #1 From Stefan Briesenick 2006-06-11 10:11:14 0000 -------
ups. must be an error of "make install". I have a look at it. thanks for
reporting.

------- Comment #2 From Stefan Briesenick 2006-06-11 10:58:54 0000 -------
ok, found the error. I will fix this minor issue with a straight-forward
'chmod' after 'make install'. 

The problem is within pppdcapiplugin/Makefile which uses $(INSTALLDATA) for
both, installing /etc/ppp/peers/* and the man-page. First should be installed
with mode 0600, but not the latter. Fixing the Makfile would be not as easy as
'chmod', since I have to introduce a patch then.

------- Comment #3 From Stefan Briesenick 2006-06-11 11:12:05 0000 -------
ok, fixed for capi4k-utils-20050718-r1. But no new revision.