/usr/share/doc/hp-search-mac/examples/hp-search-mac.conf is in hp-search-mac 0.1.3.
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 9 10 11 12 13 14 | # This is an example on how a config file could look like.
# If should be placed in /etc/hp-search-mac.conf or ~/.hp-search-mac.conf
%switches =
("localhost" => "public",
"foo.bar.gz" => "nonpublic");
# You can of course use any perl script here if you like so if you want
# to populate the hash with some more values after this you could use
# $switches{"witchname"} = "communitystring";
# Do not forget this at the end. It tells perl that things loaded ok.
1;
|