Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jan 2012 18:22:31 GMT
From:      Devin Teske <dteske@vicor.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/163797: [Maintainer Update] Minor bug fix to sysutils/sysrc (s/chmod/chown/)
Message-ID:  <201201031822.q03IMVmX019022@red.freebsd.org>
Resent-Message-ID: <201201031830.q03IU9jE075864@freefall.freebsd.org>

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

>Number:         163797
>Category:       ports
>Synopsis:       [Maintainer Update] Minor bug fix to sysutils/sysrc (s/chmod/chown/)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 03 18:30:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Devin Teske
>Release:        FreeBSD 8.1-RELEASE-p6 i386
>Organization:
FIS Global, Inc.
>Environment:
FreeBSD kxt2a.jbsd.vicor.com 8.1-RELEASE-p6 FreeBSD 8.1-RELEASE-p6 #15: Wed Dec  7 11:08:51 PST 2011     dteske@ipm0.vbsd.vicor.com:/usr/src/sys/i386/compile/FIS  i386
>Description:
Fix a typo (s/chmod/chown/) in the sysrc_delete function of sysutils/sysrc in the ports tree.
>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.
>Fix:
See attached patch.txt

Patch attached with submission follows:

--- ports/sysutils/sysrc/Makefile.orig	2011-12-30 17:51:15.000000000 -0800
+++ ports/sysutils/sysrc/Makefile	2012-01-03 09:00:31.000000000 -0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sysrc
-PORTVERSION=	3.2.1
+PORTVERSION=	3.2.2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://druidbsd.sourceforge.net/download/
 
--- ports/sysutils/sysrc/distinfo.orig	2011-12-30 18:14:26.000000000 -0800
+++ ports/sysutils/sysrc/distinfo	2012-01-03 09:00:24.000000000 -0800
@@ -1,2 +1,2 @@
-SHA256 (sysrc-3.2.1.tar.gz) = bd512f4c21d6f3d8394787d97d90217f32a48f09d166de70f04d450b1c075073
-SIZE (sysrc-3.2.1.tar.gz) = 11852
+SHA256 (sysrc-3.2.2.tar.gz) = bb64195e9869f90a6372866eab3a53c0e782d6ba3cfd3fa31f88e7df966ede49
+SIZE (sysrc-3.2.2.tar.gz) = 11886


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



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