mirror of
https://codeberg.org/grunfink/snac2.git
synced 2025-02-17 00:15:01 +00:00
Updated documentation.
This commit is contained in:
parent
2fcf9695aa
commit
09d33b8e08
1 changed files with 13 additions and 0 deletions
13
doc/snac.8
13
doc/snac.8
|
@ -14,6 +14,19 @@ This is the admin manual. For user operation, see
|
||||||
.Xr snac 1 .
|
.Xr snac 1 .
|
||||||
For file and data formats, see
|
For file and data formats, see
|
||||||
.Xr snac 5 .
|
.Xr snac 5 .
|
||||||
|
.Ss Special cares about your snac you must know beforehand
|
||||||
|
.Nm
|
||||||
|
makes heavy use of hard links and link reference counts for its work, so
|
||||||
|
don't even think of using it on a filesystem that doesn't support this
|
||||||
|
feature. Most UNIX-like operating systems (Linux, the BSDs, the old DEC
|
||||||
|
Ultrix machine in your grandfather basement, probably MacOS) support hard
|
||||||
|
links on their native filesystems. Don't do fancy things like moving the
|
||||||
|
subdirectories to different filesystems. Also, if you move your
|
||||||
|
.Nm
|
||||||
|
installation to another server, do it with a tool that respect hard
|
||||||
|
link counts. Remember:
|
||||||
|
.Nm
|
||||||
|
is a very UNIXy program that loves hard links.
|
||||||
.Ss Building and Installation
|
.Ss Building and Installation
|
||||||
A C compiler must be installed in the system, as well as the development
|
A C compiler must be installed in the system, as well as the development
|
||||||
headers and libraries for OpenSSL and curl. To build
|
headers and libraries for OpenSSL and curl. To build
|
||||||
|
|
Loading…
Reference in a new issue