literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
o Depend on silc-doc instead of installation documentation by itself
o Update PKG{,DE}INSTALL: do not create/remove modules directory.
There are no modules for BSD platforms yet
Reviewed by: Anders Nor Berle <debolaz@debolaz.com>
o add PKG{,DE}INSTALL scripts to handle:
- empty directories
- configuration files
o do not create unnecessary directories
o remove prefix in the daemon binary name (debolaz)
Submitted by: Anders Nor Berle <debolaz@debolaz.com> (some of it)
(SILC) network server
o With invaluable feedback from debolaz during our all-nighter
porting work :)
Reviewed by: Anders Nor Berle <debolaz@debolaz.com>