<li>make the source available to make it possible to fix problems on
site, and to use it on different platforms (os/hw) in the future
<li>make the source available to make it possible to fix problems on
site, and to use it on different platforms (os/hw) in the future
<li>Make paths into users home directories relative to ~user/, as users
will move from disk to disk, or copy their home directory from site
to site. Always convert paths when saving config files.
<li>Make paths into users home directories relative to ~user/, as users
will move from disk to disk, or copy their home directory from site
to site. Always convert paths when saving config files.
<li>when distributing source, do not use vendor specific compiler
features. It will not work with the other vendors compilers used to
compile on site.
<li>when distributing source, do not use vendor specific compiler
features. It will not work with the other vendors compilers used to
compile on site.
<li>system services should send messages to syslog. always log why when
crashing. always log problems and errors.
<li>system services should send messages to syslog. always log why when
crashing. always log problems and errors.