[Bug 251987] multimedia/get_iplayer: rc.d script emits error message even when disabled
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Dec 20 13:54:43 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251987
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 at FreeBSD.org
Reporter: niels=freebsd at bakker.net
CC: jamie at catflap.org
CC: jamie at catflap.org
Flags: maintainer-feedback?(jamie at catflap.org)
The latest version of get_iplayer (ports r541176) introduced the following
code:
export HOME="$get_iplayer_chdir"
cd "$HOME" || exit 1
This is always executed irrespective of rcvar get_iplayer_enable. The default
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list