Merge from vendor branch NTPD:
[dragonfly.git] / share / examples / BSD_daemon / README
1 # ----------------------------------------------------------------------------
2 # "THE BEER-WARE LICENSE" (Revision 42):
3 # <phk@FreeBSD.ORG> wrote this file.  As long as you retain this notice you
4 # can do whatever you want with this stuff. If we meet some day, and you think
5 # this stuff is worth it, you can buy me a beer in return.   Poul-Henning Kamp
6 # ----------------------------------------------------------------------------
7 #
8 # $FreeBSD: src/share/examples/BSD_daemon/README,v 1.2.2.1 2001/03/04 09:19:23 phk Exp $
9 # $DragonFly: src/share/examples/BSD_daemon/Attic/README,v 1.2 2003/06/17 04:36:57 dillon Exp $
10 #
11
12 This directory contains various stuff relating to the FreeBSD daemon
13 logo "beastie" and graphic profile.
14
15 Kirk Mckusick <mckusick@FreeBSD.org> holds the copyright to the
16 BSD Daemon and you may need to get his explicit permission before
17 you use it.  Please see his web-page on the subject:
18         http://www.mckusick.com/beastie/mainpage/copyright.html
19
20 beastie.fig
21         An Xfig(1) drawing of the 4.3 daemon.
22
23         This rendering of "beastie" was produced by Poul-Henning
24         Kamp <phk@FreeBSD.org> and is released under the "beerware"
25         license.  In addition to beer Poul-Henning collects FreeBSD
26         merchandise ("nudge nudge, wink wink, he said knowingly.")
27
28         In difference from the rasterized renderings of beastie,
29         this vector-based beastie can be rendered in any size and
30         still look great.
31
32 beastie.eps
33         Created from the beastie.fig with
34                 fig2dev -L eps beastie.fig beastie.eps
35                 patch < eps.patch
36         Before committing this, clean out the comment brought
37         over from the .fig file to avoid Dollar-FreeBSD-Dollar junk
38
39 eps.patch
40         Add some comments about tweakables in the .eps file and set
41         the linecaps to round to improve visual appearance.
42
43 FreeBSD.pfa
44         This is the font used for the "FreeBSD" text on the CDrom 
45         products from BSDi / (Walnut Creek).  It was originally
46         found on the on the WC/BSDi CDROM "Font Garden" under the
47         name "NRBWelshGillianBold", but the designer of the font,
48
49                 Neil Beshoori
50                 NRB Systems
51                 + 44 1273 581366
52                 besh@cix.compulink.co.uk
53
54         has donated a FreeBSD version of the font to us and allowed
55         us to include it in FreeBSD with no strings attached.
56         
57 poster.sh
58         An example of how to use the stuff above.  Outputs a simple
59         FreeBSD poster suitable for A4 paper.
60
61         If you want it in A3 format instead insert the line
62                 1.41 dup scale
63         above the "/mm" definition.  You can scale it to any
64         other size in similar ways.
65
66
67 If you want a GIF with transparent background:
68
69     fig2dev -L gif -g '#f0f0f0' -t '#f0f0f0' beastie.fig beastie.gif
70
71 If you want a PNG file:
72
73     fig2dev -L png beastie.fig beastie.png
74
75 enjoy
76
77 /Poul-Henning