Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2007 04:03:07 GMT
From:      Alexey Rubtsov <arubtsov@swsof.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/116340: [patch] www/modfcgid : The operation for set owner is incorrect 
Message-ID:  <200709140403.l8E437ws010528@www.freebsd.org>
Resent-Message-ID: <200709140410.l8E4A9nA050311@freefall.freebsd.org>

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

>Number:         116340
>Category:       ports
>Synopsis:       [patch] www/modfcgid : The operation for set owner is incorrect
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 14 04:10:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Rubtsov
>Release:        6.2-RELEASE
>Organization:
SWsoft
>Environment:
FreeBSD <host> 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007     root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Incorrect path to "chown" utility into www/mod_fcgid/pkg-plist.

/bin/chown: not found
pkg_add: command '/bin/chown www:www /var/run/fcgidsock' failed
>How-To-Repeat:
Create package for www/mod_fcgid port and try to install this package. 
>Fix:
--- pkg-plist.orig      Fri Sep 14 03:53:12 2007
+++ pkg-plist   Fri Sep 14 03:56:03 2007
@@ -1,4 +1,4 @@
 libexec/apache%%APACHE_VERSION%%/mod_fcgid.so
 @exec /bin/mkdir -p -m 700 /var/run/fcgidsock
-@exec /bin/chown www:www /var/run/fcgidsock
+@exec /bin/sbin/chown www:www /var/run/fcgidsock
 @unexec /bin/rmdir /var/run/fcgidsock 2>/dev/null || true


>Release-Note:
>Audit-Trail:
>Unformatted:



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