Bug 116340 - [patch] www/mod_fcgid : The operation for set owner is incorrect
Summary: [patch] www/mod_fcgid : The operation for set owner is incorrect
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Stefan Walter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-14 05:10 UTC by Alexey Rubtsov
Modified: 2007-09-30 12:30 UTC (History)
0 users

See Also:


Attachments
file.diff (353 bytes, patch)
2007-09-14 05:10 UTC, Alexey Rubtsov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Rubtsov 2007-09-14 05:10:09 UTC
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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-14 06:10:40 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Stefan Walter freebsd_committer freebsd_triage 2007-09-30 12:23:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stefan

Take.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-09-30 12:25:56 UTC
stefan      2007-09-30 11:25:51 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_fcgid        Makefile pkg-plist 
  Log:
  - Fix path for 'chown' in pkg-plist.
  - Bump PORTREVISION.
  
  PR:             116340
  Submitted by:   Alexey Rubtsov <arubtsov@swsof.com>
  Approved by:    maintainer timeout (2 weeks)
  
  Revision  Changes    Path
  1.12      +1 -1      ports/www/mod_fcgid/Makefile
  1.3       +1 -1      ports/www/mod_fcgid/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Stefan Walter freebsd_committer freebsd_triage 2007-09-30 12:26:44 UTC
State Changed
From-To: feedback->closed

Committed, thanks! Please note that the path in your patch was wrong, too.