Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 1998 19:24:02 +0200 (CEST)
From:      Stefan Eggers <seggers@semyam.dinoco.de>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        seggers@semyam.dinoco.de
Subject:   ports/7760: rtf2LaTeX doesn't set permissions propperly
Message-ID:  <199808271724.TAA20888@semyam.dinoco.de>

next in thread | raw e-mail | index | archive | help

>Number:         7760
>Category:       ports
>Synopsis:       rtf2LaTeX doesn't set permissions propperly
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 27 10:40:01 PDT 1998
>Last-Modified:
>Originator:     Stefan Eggers
>Organization:
none
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	A -current system from last weekend.

>Description:

	I compiled the port under my user account with umask 077.
When it was finished I did a "make package" as root with umask 022.
The executable had no permissions for anybody besides root.  That's
caused by the installation process using a plain cp for copying the
executable.  The man page is probably affected, too.

>How-To-Repeat:

	See under description.  Do the same I did.

>Fix:
	
	Instead of using the install target in the Makefile of the
software (located under work) we should have such a target in our port
Makefile and use the INSTALL_* macros to get it right.

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808271724.TAA20888>