/usr/share/slsh/local-packages/gdbm.sl is in slang-gdbm 1.7.1-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | import ("gdbm");
$1 = path_concat (path_concat (path_dirname (__FILE__), "help"),
"gdbm.hlp");
if (NULL != stat_file ($1))
add_doc_file ($1);
provide ("gdbm");
|