ports/security/himitsu/pkg-message
para 8a7d9cd77f security/himitsu: create new port
Himitsu is a secure secret storage system for Unix-like systems. It provides an
arbitrary key/value store (where values may be secret) and a query language for
manipulating the key store.

WWW: https://himitsustore.org

PR:		292475
2026-01-22 00:51:57 +01:00

16 lines
280 B
Plaintext

[
{ type: install
message: <<EOM
himitsu requires fdescfs(5) mounted on /dev/fd.
If you have not done it yet, please do the following:
mount -t fdescfs none /dev/fd
To make it permanent, you need the following lines in /etc/fstab:
fdescfs /dev/fd fdescfs rw 0 0
EOM
}
]