Date: Wed, 30 Aug 2023 12:25:48 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 273450] sysutils/password-store remove warning about dev/shm Message-ID: <bug-273450-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273450 Bug ID: 273450 Summary: sysutils/password-store remove warning about dev/shm Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: pkubaj@FreeBSD.org Reporter: sko@rostwald.de Flags: maintainer-feedback?(pkubaj@FreeBSD.org) Assignee: pkubaj@FreeBSD.org Created attachment 244470 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D244470&action= =3Dedit comment out the warning about /dev/shm When trying to edit an entry, pass will give the following warning: =3D=3D=3D Your system does not have /dev/shm, which means that it may be difficult to entirely erase the temporary non-encrypted password file after editing. Are you sure you would like to continue? =3D=3D=3D and awaits confirmation before it proceeds to the editor. As /dev/shm is only a Linuxism for a memory-based tempfs, it has no meaning= on FreeBSD. So this is only hindering the workflow (at best), gets annoying quickly if one is often editing entries, and it may even confuse some users because it is named similar to SYSV/POSIX shared memory. I therefore propose the attached patch to mute the warning. --=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-273450-7788>