doc/en/copyright/daemon.sgml
Hiroki Sato cfd9e12239 www cleanup mega commit:
- Move includes.nav*.sgml to share/sgml/navibar.ent and
   <lang>/share/sgml/nabibar.l10n.ent.

 - Move includes.sgml and includes.xsl to
   share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent,
   and <lang>?share/sgml/header.l10n.ent.

 - Move most of XSLT libraries to share/sgml/*.xsl and
   <lang>/share/sgml/*.xsl.

 - Move news.xml and other *.xml files for the similar purpose
   to share/sgml/*.xml and <lang>/share/sgml/*.xml.

 - Switch to use a custom DTD for HTML document.  Now we use
   "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is
   HTML 4.01 + some entities previously pulled via
   "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line.
   The location of entity file will be resolved by using catalog file.

 - Add DOCTYPE declearation to XML documents.  This makes the followings
   possible:

   * Use of &foo; entities for SGML in an XML file instead of defining
     {$foo} as the same content.

   * &symbolic; entities for Latin characters.

 - Duplicated information between SGML and XML, or English and
   translated doc, has been removed as much as possible.
2006-08-19 21:20:54 +00:00

71 lines
3 KiB
Text

<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/copyright/daemon.sgml,v 1.28 2005/10/04 17:03:59 blackend Exp $">
<!ENTITY title "The BSD Daemon">
<!ENTITY % navinclude.about "INCLUDE">
]>
<html>
&header;
<p>The little red fellow that graces many of these pages is
the BSD Daemon. In the context of &unix; systems, daemons
are process that run in the background attending to various
tasks without human intervention. In the general sense,
daemon is an older form of the word demon. In the <em>Unix
System Administration Handbook</em>, Evi Nemeth has this to
say about daemons:</p>
<blockquote>"Many people equate the word ``daemon'' with the
word ``demon,'' implying some kind of Satanic connection
between UNIX and the underworld. This is an egregious
misunderstanding. ``Daemon'' is actually a much older form
of ``demon''; daemons have no particular bias towards good
or evil, but rather serve to help define a person's
character or personality. The ancient Greeks' concept of a
``personal daemon'' was similar to the modern concept of a
``guardian angel'' --- ``eudaemonia'' is the state of being
helped or protected by a kindly spirit. As a rule, UNIX
systems seem to be infested with both daemons and demons."
(p403)
</blockquote>
<p>The earliest (and most popular) renditions of the BSD Daemon were
created by John Lasseter. More recent FreeBSD-specific
renditions have done by
<a href="http://FromTo.Cc/hosokawa/gallery/">
Tatsumi Hosokawa</a>, but the basic inspiration was definitely John's.
The copyright holder and creator of the daemon image is
<a href="mailto:mckusick@mckusick.com">Marshall Kirk McKusick</a>.
A short <a href="http://www.mckusick.com/beastie/index.html">pictorial
history</a> is also available. There is a gallery of FreeBSD related
<A HREF="../publish.html">publications</A> that use
variations of the daemon graphic.</p>
<p>Various size stuffed and beanie daemons are available from
<a href="http://www.freebsdmall.com">the FreeBSD Mall</a>
<img alt="beanie daemon" src="../gifs/plueschtier-tiny.jpg">. In Europe, German-made
stuffed daemons are also available from
<a href="http://lem.freibergnet.de/fgnet/fanshop.html">Liebscher &amp; Partner</a>.
<p><a href="http://www.scotgold.com/acatalog/ScotGold_Catalogue_BSD_Daemon_Stuff_3.html">ScotGold</a>
produce 1" case badges featuring BSD Daemon.
<p>BSD Daemon Copyright 1988 by Marshall Kirk McKusick. All
Rights Reserved.</p>
<p>Permission to use the daemon may be obtained from:</p>
<blockquote>Marshall Kirk McKusick<br> 1614 Oxford St<br>
Berkeley, CA 94709-1608<br> USA</blockquote>
<p>or via email at <a
href="mailto:mckusick@mckusick.com">mckusick@mckusick.com</a>.
</p>
<p></p><A HREF="copyright.html">Legal Home</a>
&footer;
</body>
</html>