Date: Tue, 05 Feb 2019 17:05:09 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 235533] sysutils/smartmontools update-smart-drivedb does not work with gpg even if installed Message-ID: <bug-235533-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D235533 Bug ID: 235533 Summary: sysutils/smartmontools update-smart-drivedb does not work with gpg even if installed 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: 000.fbsd@quip.cz CC: samm@os2.kiev.ua Flags: maintainer-feedback?(samm@os2.kiev.ua) CC: samm@os2.kiev.ua update-smart-drivedb does not work with gpg even if gnupg is installed It shows: /usr/local/sbin/update-smart-drivedb: gpg: not found ('--no-verify' to igno= re) The problem is this PATH in update-smart-drivedb script export PATH=3D"/usr/bin:/bin" Script cannot find gpg executable installed in to /usr/local/bin/gpg Adding /usr/local/bin to PATH should fix it. export PATH=3D"/usr/bin:/bin:/usr/local/bin" If this script depends on gpg, then it should be listed as package dependen= cy. (maybe optional) --=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-235533-7788>