Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Feb 2021 12:35:53 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 253906] net/py-wsdd: uppercase LOGIN provision in BEFORE line in rc script
Message-ID:  <bug-253906-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253906

            Bug ID: 253906
           Summary: net/py-wsdd: uppercase LOGIN provision in BEFORE line
                    in rc script
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: dim@FreeBSD.org
                CC: hiroo.ono+freebsd@gmail.com
                CC: hiroo.ono+freebsd@gmail.com
             Flags: maintainer-feedback?(hiroo.ono+freebsd@gmail.com)

Created attachment 222872
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D222872&action=
=3Dedit
Uppercase LOGIN provision in BEFORE: line

While experimenting with the new parallel rc loading on recent -CURRENT, I
noticed a complaint from rcorder(8) about the wsdd rc script:

% rcorder /etc/rc.d/* /usr/local/etc/rc.d/*
rcorder: file `/usr/local/etc/rc.d/wsdd' is before unknown provision `login'
rcorder: file `/usr/local/etc/rc.d/saslauthd' is before unknown provision
`imap'

In the "# BEFORE: login" line, the provision should be uppercased instead, =
e.g.
"LOGIN". This makes the rcorder complaint go away.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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