Bug 163797 - [Maintainer Update] Minor bug fix to sysutils/sysrc (s/chmod/chown/)
Summary: [Maintainer Update] Minor bug fix to sysutils/sysrc (s/chmod/chown/)
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-03 18:30 UTC by Devin Teske
Modified: 2012-01-04 08:00 UTC (History)
0 users

See Also:


Attachments
file.diff (726 bytes, patch)
2012-01-03 18:30 UTC, Devin Teske
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Teske 2012-01-03 18:30:09 UTC
Fix a typo (s/chmod/chown/) in the sysrc_delete function of sysutils/sysrc in the ports tree.

Fix: See attached patch.txt

Patch attached with submission follows:
How-To-Repeat: Use the `-x' flag of sysrc to delete a variable from rc.conf(5) and watch the ownership of the modified file change to root:wheel (euid/egid) rather than being preserved.
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2012-01-03 18:53:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-01-04 07:52:38 UTC
culot       2012-01-04 07:52:29 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/sysrc       Makefile distinfo 
  Log:
  - Update to 3.2.2
  
  PR:             ports/163797
  Submitted by:   Devin Teske <dteske@vicor.com> (maintainer)
  
  Revision  Changes    Path
  1.2       +1 -1      ports/sysutils/sysrc/Makefile
  1.2       +2 -2      ports/sysutils/sysrc/distinfo
_______________________________________________
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 3 Frederic Culot freebsd_committer freebsd_triage 2012-01-04 07:52:44 UTC
State Changed
From-To: open->closed

Committed. Thanks!