Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Dec 2020 13:54:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 251987] multimedia/get_iplayer: rc.d script emits error message even when disabled
Message-ID:  <bug-251987-7788@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 251987
           Summary: multimedia/get_iplayer: rc.d script emits error
                    message even when disabled
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: niels=3Dfreebsd@bakker.net
                CC: jamie@catflap.org
                CC: jamie@catflap.org
             Flags: maintainer-feedback?(jamie@catflap.org)

The latest version of get_iplayer (ports r541176) introduced the following
code:

export HOME=3D"$get_iplayer_chdir"
cd "$HOME" || exit 1

This is always executed irrespective of rcvar get_iplayer_enable. The defau=
lt
homedir for the get_iplayer user is /nonexistent. Therefore, upon each boot,
the script would emit the following error:

cd: /nonexistent: No such file or directory

with no indication of the source of the error.

--=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-251987-7788>