ports/190049: Typo in sssd rc.d init script

Vinícius Ferrão ferrao at if.ufrj.br
Wed May 21 01:30:01 UTC 2014


>Number:         190049
>Category:       ports
>Synopsis:       Typo in sssd rc.d init script
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 21 01:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Vinícius Ferrão
>Release:        10.0-RELEASE-p1
>Organization:
Physics Institute - Federal University of Rio de Janeiro
>Environment:
FreeBSD sssd-test.iq.ufrj.br 10.0-RELEASE-p1 FreeBSD 10.0-RELEASE-p1 #0: Tue Apr  8 06:45:06 UTC 2014     root at amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
There's a typo in the rc.d script of sssd port. It's a common mistake due dubious package name.

In line 27 of this file:
http://svnweb.freebsd.org/ports/head/security/sssd/files/sssd.in?annotate=353157#l27

It should be:
: ${sssd_conf="%%PREFIX%%/etc/sssd/sssd.conf"}
and not:
: ${sssd_conf="%%PREFIX%%/etc/sssd/ssd.conf"}

Sorry to don't submit the patch myself, I'm new to FreeBSD and don't even know if it's possible.
>How-To-Repeat:

>Fix:
Change line 27 to : ${sssd_conf="%%PREFIX%%/etc/sssd/ssd.conf"}


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


More information about the freebsd-ports-bugs mailing list