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