INSTALL (97d92980a96a50750844f420cc225ddf918f0699) | INSTALL (fe590ffe40f49fe09d8275fbf29f0d46c5b99dc7) |
---|---|
1/* Copyright 1993,1994 by Paul Vixie 2 * All rights reserved | 1/* Copyright 1993,1994 by Paul Vixie 2 * All rights reserved |
3 */ 4 5/* 6 * Copyright (c) 1997 by Internet Software Consortium |
|
3 * | 7 * |
4 * Distribute freely, except: don't remove my name from the source or 5 * documentation (don't take credit for my work), mark your changes (don't 6 * get me blamed for your possible bugs), don't alter or remove this 7 * notice. May be sold if buildable source is provided to buyer. No 8 * warrantee of any kind, express or implied, is included with this 9 * software; use at your own risk, responsibility for damages (if any) to 10 * anyone resulting from the use of this software rests entirely with the 11 * user. | 8 * Permission to use, copy, modify, and distribute this software for any 9 * purpose with or without fee is hereby granted, provided that the above 10 * copyright notice and this permission notice appear in all copies. |
12 * | 11 * |
13 * Send bug reports, bug fixes, enhancements, requests, flames, etc., and 14 * I'll try to keep a version up to date. I can be reached as follows: 15 * Paul Vixie <paul@vix.com> uunet!decwrl!vixie!paul | 12 * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS 13 * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES 14 * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE 15 * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL 16 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR 17 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 18 * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS 19 * SOFTWARE. |
16 */ 17 | 20 */ 21 |
18$FreeBSD$ | 22$Id: INSTALL,v 1.2 1998/08/14 00:32:35 vixie Exp $ |
19 20Read the comments at the top of the Makefile, then edit the area marked 21'configurable stuff'. 22 23Edit config.h. The stuff I expect you to change is down a bit from the 24top of the file, but it's clearly marked. Also look at pathnames.h. 25 26You don't have to create the /var/cron or /var/cron/tabs directories, since --- 61 unchanged lines hidden --- | 23 24Read the comments at the top of the Makefile, then edit the area marked 25'configurable stuff'. 26 27Edit config.h. The stuff I expect you to change is down a bit from the 28top of the file, but it's clearly marked. Also look at pathnames.h. 29 30You don't have to create the /var/cron or /var/cron/tabs directories, since --- 61 unchanged lines hidden --- |