$Id$ -> $FreeBSD$

This commit is contained in:
Peter Wemm 1999-08-27 23:37:10 +00:00
parent 2a4562393f
commit 9b7a44a60e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50472
727 changed files with 754 additions and 753 deletions

View file

@ -132,7 +132,7 @@
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
# kbd keyboard devices
#
# $Id: MAKEDEV,v 1.207 1999/08/16 16:00:21 sheldonh Exp $
# $FreeBSD$
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH

View file

@ -31,7 +31,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $Id:$
# $FreeBSD$
# @(#)MAKEDEV.local 5.1 (Berkeley) 3/22/91
#

View file

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
# $Id: Makefile,v 1.202 1999/07/26 10:49:31 brian Exp $
# $FreeBSD$
SUBDIR= sendmail

View file

@ -1,4 +1,4 @@
# $Id: aliases,v 1.8 1999/01/04 21:21:10 billf Exp $
# $FreeBSD$
# @(#)aliases 5.3 (Berkeley) 5/24/90
#
# Aliases in this file will NOT be expanded in the header from

View file

@ -1,6 +1,6 @@
# apmd Configration File
#
# $Id: apmd.conf,v 1.1.1 1999/07/09 01:34:57 iwasaki Exp $
# $FreeBSD$
#
apm_event SUSPENDREQ {

View file

@ -1,5 +1,5 @@
#
# $Id: auth.conf,v 1.2 1999/01/22 15:31:25 brandon Exp $
# $FreeBSD$
#
# This file contains information on what types of authentication to use.
# It is just the beginnings of a greater scheme.

View file

@ -1,6 +1,6 @@
# /etc/crontab - root's crontab for FreeBSD
#
# $Id: crontab,v 1.18 1998/03/30 09:17:25 ache Exp $
# $FreeBSD$
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin

View file

@ -1,3 +1,3 @@
# $Id:$
# $FreeBSD$
#
# System-wide .cshrc file for csh(1).

View file

@ -1,4 +1,4 @@
# $Id:$
# $FreeBSD$
#
# System-wide .login file for csh(1).
# Uncomment this to give you the default 4.2 behavior, where disk

View file

@ -1,3 +1,3 @@
# $Id:$
# $FreeBSD$
#
# System-wide .logout file for csh(1).

View file

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.82 1999/07/28 20:28:54 nik Exp $
# $FreeBSD$
#
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
# It allows you to override macro definitions to make without changing

View file

@ -8,7 +8,7 @@
# IRQ == 0 means "allocate free IRQ from IRQ pool"
# IRQ == 16 means "do not use IRQ (e.g. PIO mode)"
#
# $Id: pccard.conf.sample,v 1.38 1999/07/25 01:21:44 hosokawa Exp $
# $FreeBSD$
# Generally available IO ports
io 0x240-0x360

View file

@ -9,7 +9,7 @@
#
# All arguments must be in double or single quotes.
#
# $Id: rc.conf,v 1.29 1999/08/14 17:15:19 obrien Exp $
# $FreeBSD$
##############################################################
### Important initial Boot-time options ####################

View file

@ -1,4 +1,4 @@
# $Id$
# $FreeBSD$
#
# This file is required by the ISC DHCP client.
# See ``man 5 dhclient.conf'' for details.

View file

@ -1,4 +1,4 @@
# $Id: disktab,v 1.18 1999/01/12 00:25:49 jkh Exp $
# $FreeBSD$
#
# Disk geometry and partition layout tables.
# Key:

View file

@ -1,6 +1,6 @@
#
# Game Control File
# $Id:$
# $FreeBSD$
# @(#)dm.conf 5.5 (Berkeley) 4/12/89
#

View file

@ -129,7 +129,7 @@
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
# kbd keyboard devices
#
# $Id: MAKEDEV,v 1.10 1999/08/16 16:00:23 sheldonh Exp $
# $FreeBSD$
# from etc.i386 MAKEDEV,v 1.199 1999/05/29 19:36:55 phk Exp
#

View file

@ -1,4 +1,4 @@
# $Id: disktab,v 1.2 1998/09/02 01:34:56 brian Exp $
# $FreeBSD$
#
# Disk geometry and partition layout tables.
# Key:

View file

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: rc.alpha,v 1.3 1999/04/24 20:58:37 peter Exp $
# $FreeBSD$
# Do alpha specific processing
#

View file

@ -1,5 +1,5 @@
#
# $Id: ttys,v 1.4 1999/02/09 23:55:04 wes Exp $
# $FreeBSD$
# @(#)ttys 5.1 (Berkeley) 4/17/89
#
# This file specifies various information about terminals on the system.

View file

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: rc.i386,v 1.42 1999/07/12 17:20:29 iwasaki Exp $
# $FreeBSD$
# Do i386 specific processing
#

View file

@ -1,5 +1,5 @@
#
# $Id: ttys,v 1.4 1999/07/04 15:06:21 des Exp $
# $FreeBSD$
# @(#)ttys 5.1 (Berkeley) 4/17/89
#
# This file specifies various information about terminals on the system.

View file

@ -132,7 +132,7 @@
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
# kbd keyboard devices
#
# $Id: MAKEDEV,v 1.207 1999/08/16 16:00:21 sheldonh Exp $
# $FreeBSD$
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH

View file

@ -1,4 +1,4 @@
# $Id: disktab,v 1.18 1999/01/12 00:25:49 jkh Exp $
# $FreeBSD$
#
# Disk geometry and partition layout tables.
# Key:

View file

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: rc.i386,v 1.42 1999/07/12 17:20:29 iwasaki Exp $
# $FreeBSD$
# Do i386 specific processing
#

View file

@ -1,5 +1,5 @@
#
# $Id: ttys,v 1.4 1999/07/04 15:06:21 des Exp $
# $FreeBSD$
# @(#)ttys 5.1 (Berkeley) 4/17/89
#
# This file specifies various information about terminals on the system.

View file

@ -1,4 +1,4 @@
# $Id:$
# $FreeBSD$
#
# list of users disallowed any ftp access.
# read by ftpd(8).

View file

@ -1,4 +1,4 @@
# $Id:$
# $FreeBSD$
# from: @(#)gettytab 5.14 (Berkeley) 3/27/91
#
# Most of the table entries here are just copies of the old getty table,

View file

@ -1,4 +1,4 @@
# $Id: group,v 1.17 1998/09/13 23:05:46 brian Exp $
# $FreeBSD$
#
wheel:*:0:root
daemon:*:1:daemon

View file

@ -1,4 +1,4 @@
# $Id: host.conf,v 1.4 1997/02/23 09:20:40 peter Exp $
# $FreeBSD$
# First try the /etc/hosts file
hosts
# Now try the nameserver next.

View file

@ -1,4 +1,4 @@
# $Id: hosts,v 1.8 1997/02/23 09:20:41 peter Exp $
# $FreeBSD$
#
# Host Database
# This file should contain the addresses and aliases

View file

@ -1,6 +1,6 @@
#
# hosts.allow access control file for "tcp wrapped" apps.
# $Id: hosts.allow,v 1.3 1999/05/08 02:19:25 obrien Exp $
# $FreeBSD$
#
# NOTE: The hosts.deny file is not longer used. Instead, put both 'allow'
# and 'deny' rules in the hosts.allow file.

View file

@ -1,4 +1,4 @@
# $Id:$
# $FreeBSD$
#
#localhost
#my_very_good_friend.domain

View file

@ -1,4 +1,4 @@
# $Id:$
# $FreeBSD$
#
# See lpd(8)
#machine.domain

View file

@ -1,4 +1,4 @@
# $Id: inetd.conf,v 1.38 1999/07/23 15:49:31 sheldonh Exp $
# $FreeBSD$
#
# Internet server configuration database
#

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.2 1999/01/19 15:33:15 hm Exp $
# $FreeBSD$
I4BETCPROG= answer \
isdntel.sh \

View file

@ -4,7 +4,7 @@
# answer script for i4b isdnd
# ---------------------------
#
# $Id: answer,v 1.5 1999/04/23 09:42:05 hm Exp $
# $FreeBSD$
#
# last edit-date: [Thu May 20 11:44:38 1999]
#

View file

@ -3,7 +3,7 @@
# i4b - Deutsche Telekom charging rates config file
# -------------------------------------------------
#
# $Id: isdnd.rates.D,v 1.5 1999/01/17 17:40:33 hm Exp $
# $FreeBSD$
#
# last edit-date: [Sun Jan 17 18:38:29 1999]
#

View file

@ -3,7 +3,7 @@
# i4b - Tarifs France Telecom
# ---------------------------
#
# $Id: isdnd.rates.F,v 1.1 1998/03/19 19:09:28 hm Exp $
# $FreeBSD$
#
# last edit-date: [Thu Mar 19 20:05:18 1998]
#

View file

@ -3,7 +3,7 @@
# example of a configuration file for the isdn daemon
# ---------------------------------------------------
#
# $Id: isdnd.rc,v 1.1 1999/01/10 14:30:47 hm Exp $
# $FreeBSD$
#
# last edit-date: [Tue Jan 19 16:30:12 1999]
#

View file

@ -3,7 +3,7 @@
# alias file for the isdntel(1) application
# -----------------------------------------
#
# $Id: isdntel.alias,v 1.1 1999/01/10 14:30:48 hm Exp $
# $FreeBSD$
#
# last edit-date: [Fri Dec 18 18:06:03 1998]
#

View file

@ -4,7 +4,7 @@
# isdn telephone answering
# -------------------------
#
# $Id: isdntel.sh,v 1.9 1999/04/23 09:42:05 hm Exp $
# $FreeBSD$
#
# last edit-date: [Thu May 20 11:45:04 1999]
#

View file

@ -4,7 +4,7 @@
# answer and record message script for i4b isdnd
# ----------------------------------------------
#
# $Id: record,v 1.5 1999/04/23 09:42:05 hm Exp $
# $FreeBSD$
#
# last edit-date: [Thu May 20 11:45:10 1999]
#

View file

@ -4,7 +4,7 @@
# tell called and calling numbers answer script for i4b isdnd
# -----------------------------------------------------------
#
# $Id: tell,v 1.5 1999/04/23 09:42:05 hm Exp $
# $FreeBSD$
#
# last edit-date: [Thu May 20 11:45:15 1999]
#

View file

@ -4,7 +4,7 @@
# tell called and calling numbers answer script for i4b isdnd
# -----------------------------------------------------------
#
# $Id: tell-record,v 1.5 1999/04/23 09:42:05 hm Exp $
# $FreeBSD$
#
# last edit-date: [Thu May 20 11:45:21 1999]
#

View file

@ -1,4 +1,4 @@
# $Id:$
# $FreeBSD$
# @(#)README 5.1 (Berkeley) 6/30/90
Notes about the contents of the /etc/kerberosIV directory:

View file

@ -1,4 +1,4 @@
# $Id:$
# $FreeBSD$
#
# Login access control table.
#

View file

@ -9,7 +9,7 @@
# This file controls resource limits, accounting limits and
# default user environment settings.
#
# $Id: login.conf,v 1.32 1999/07/14 22:36:10 nik Exp $
# $FreeBSD$
#
# Default settings effectively disable resource limits, see the

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.6 1999/01/31 15:21:15 jmb Exp $
# $FreeBSD$
install:
/usr/sbin/makemap hash /etc/mail/access < /etc/mail/access.txt

View file

@ -1,4 +1,4 @@
# $Id: README,v 1.5.2.1 1999/05/01 03:37:29 jkh Exp $
# $FreeBSD$
Filtering out SPAM from your site
Sendmail now includes excellent tools block spam. These

View file

@ -1,4 +1,4 @@
# $Id: aliases,v 1.8 1999/01/04 21:21:10 billf Exp $
# $FreeBSD$
# @(#)aliases 5.3 (Berkeley) 5/24/90
#
# Aliases in this file will NOT be expanded in the header from

View file

@ -1,4 +1,4 @@
# $Id: make.conf,v 1.82 1999/07/28 20:28:54 nik Exp $
# $FreeBSD$
#
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
# It allows you to override macro definitions to make without changing

View file

@ -1,5 +1,5 @@
#
# $Id:$
# $FreeBSD$
# @(#)modems 3/24/95
#
# modems -- modem configuration data base file

View file

@ -1,4 +1,4 @@
# $Id: BSD.include.dist,v 1.24 1998/12/13 04:38:28 dillon Exp $
# $FreeBSD$
#
# Please see the file README before making changes to this file.
#

View file

@ -1,4 +1,4 @@
# $Id: BSD.local.dist,v 1.47 1999/08/23 05:12:40 rgrimes Exp $
# $FreeBSD$
#
# Please see the file README before making changes to this file.
#

View file

@ -1,4 +1,4 @@
# $Id: BSD.release.dist,v 1.4 1997/02/23 09:21:05 peter Exp $
# $FreeBSD$
#
# Please see the file README before making changes to this file.
#

View file

@ -1,4 +1,4 @@
# $Id: BSD.root.dist,v 1.41 1999/08/23 05:12:42 rgrimes Exp $
# $FreeBSD$
#
# Please see the file README before making changes to this file.
#

View file

@ -1,4 +1,4 @@
# $Id: BSD.usr.dist,v 1.163 1999/08/25 21:49:37 rgrimes Exp $
# $FreeBSD$
#
# Please see the file README before making changes to this file.
#

View file

@ -1,4 +1,4 @@
# $Id: BSD.var.dist,v 1.41 1999/08/23 05:12:42 rgrimes Exp $
# $FreeBSD$
#
# Please see the file README before making changes to this file.
#

View file

@ -1,4 +1,4 @@
# $Id: BSD.x11.dist,v 1.5 1999/08/23 05:12:43 rgrimes Exp $
# $FreeBSD$
#
# Please see the file README before making changes to this file.
#

View file

@ -1,4 +1,4 @@
# $Id: BSD.x11.dist,v 1.5 1999/08/23 05:12:43 rgrimes Exp $
# $FreeBSD$
#
# Please see the file README before making changes to this file.
#

View file

@ -1,4 +1,4 @@
$Id: README,v 1.1 1999/08/23 01:16:26 rgrimes Exp $
$FreeBSD$
These files are used to create empty file hierarchies for building the
system into. Some notes about working with them are placed here to try

View file

@ -1,5 +1,5 @@
; From: @(#)localhost.rev 5.1 (Berkeley) 6/30/90
; $Id: PROTO.localhost.rev,v 1.3 1997/02/23 09:21:09 peter Exp $
; $FreeBSD$
;
; This file is automatically edited by the `make-localhost' script in
; the /etc/namedb directory.

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id:$
# $FreeBSD$
#
# make-localhost - edit the appropriate local information into
# /etc/namedb/localhost.rev

View file

@ -1,4 +1,4 @@
// $Id: named.conf,v 1.4 1998/12/02 19:59:24 dillon Exp $
// $FreeBSD$
//
// Refer to the named(8) man page for details. If you are ever going
// to setup a primary server, make sure you've understood the hairy

View file

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: netstart,v 1.52 1997/07/05 19:35:45 pst Exp $
# $FreeBSD$
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# This file is NOT called by any of the other scripts - it has been

View file

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: rc.network,v 1.56 1999/08/25 16:01:37 sheldonh Exp $
# $FreeBSD$
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in

View file

@ -1,4 +1,4 @@
# $Id:$
# $FreeBSD$
# @(#)networks 5.1 (Berkeley) 6/30/90
#
# Your Local Networks Database

View file

@ -1,5 +1,5 @@
# configuration file for newsyslog
# $Id: newsyslog.conf,v 1.21 1999/06/28 03:14:58 obrien Exp $
# $FreeBSD$
#
# logfilename [owner:group] mode count size when [ZB] [/pid_file] [sig_num]
/var/cron/log 600 3 100 * Z

View file

@ -8,7 +8,7 @@
# IRQ == 0 means "allocate free IRQ from IRQ pool"
# IRQ == 16 means "do not use IRQ (e.g. PIO mode)"
#
# $Id: pccard.conf.sample,v 1.38 1999/07/25 01:21:44 hosokawa Exp $
# $FreeBSD$
# Generally available IO ports
io 0x240-0x360

View file

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: pccard_ether,v 1.11 1999/02/22 02:55:18 steve Exp $
# $FreeBSD$
#
# pccard_ether interfacename [ifconfig option]
#

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1 1997/08/12 18:23:24 pst Exp $
# $FreeBSD$
SUBDIR= daily weekly monthly

View file

@ -1,4 +1,4 @@
# $Id: Makefile.inc,v 1.2 1998/05/31 11:38:25 bde Exp $
# $FreeBSD$
BINDIR= /etc/periodic/${.CURDIR:T}
NOOBJ=

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 100.clean-disks,v 1.1.1.1 1997/08/16 17:04:00 pst Exp $
# $FreeBSD$
#
exit 0 # do not run by default

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 110.clean-tmps,v 1.4 1999/03/21 12:33:54 joerg Exp $
# $FreeBSD$
#
# Use at your own risk, but for a long-living system, this might come
# more useful than the boot-time cleaning of /tmp. If /var/tmp and

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 120.clean-preserve,v 1.2 1997/08/17 17:55:29 pst Exp $
# $FreeBSD$
#
if [ -d /var/preserve ]; then

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 130.clean-msgs,v 1.1.1.1 1997/08/16 17:04:00 pst Exp $
# $FreeBSD$
#
# remove system messages older than 21 days
#

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 140.clean-rwho,v 1.2 1997/08/17 17:55:30 pst Exp $
# $FreeBSD$
#
if [ -d /var/rwho ] ; then

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 150.clean-hoststat,v 1.1 1999/03/30 15:30:44 wollman Exp $
# $FreeBSD$
#
if [ -d /var/spool/.hoststat ] ; then

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 200.backup-passwd,v 1.1.1.1 1997/08/16 17:04:00 pst Exp $
# $FreeBSD$
#
bak=/var/backups

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 210.backup-aliases,v 1.1.1.1 1997/08/12 17:51:16 pst Exp $
# $FreeBSD$
#
bak=/var/backups

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 220.backup-distfile,v 1.1.1.1 1997/08/16 17:04:00 pst Exp $
# $FreeBSD$
#
bak=/var/backups

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 300.calendar,v 1.1.1.1 1997/08/16 17:04:00 pst Exp $
# $FreeBSD$
#
# `calendar -a' needs to die. Why? Because it's a bad idea, particular
# with networked home directories, but also in general. If you want the

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 310.accounting,v 1.1.1.1 1997/08/16 17:04:00 pst Exp $
# $FreeBSD$
#
if [ -f /var/account/acct ] ; then

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 320.rdist,v 1.1.1.1 1997/08/16 17:04:00 pst Exp $
# $FreeBSD$
#
if [ -f /etc/Distfile ]; then

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 330.news,v 1.1.1.1 1997/08/12 17:51:15 pst Exp $
# $FreeBSD$
#
# Expire news articles
# (This is present only for backwards compatibility, usually the news

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 340.uucp,v 1.2 1997/08/17 17:55:32 pst Exp $
# $FreeBSD$
#
# Local cleanup of UUCP files. This is for backwards compatibility,
# /etc/uuclean.daily doesn't exist by default.

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 400.status-disks,v 1.1.1.1 1997/08/12 17:51:15 pst Exp $
# $FreeBSD$
#
echo ""

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 410.status-uucp,v 1.1.1.1 1997/08/16 17:04:01 pst Exp $
# $FreeBSD$
#
if [ -d /var/spool/uucp -a -x /usr/bin/uustat ]; then

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 420.status-network,v 1.1.1.1 1997/08/16 17:04:01 pst Exp $
# $FreeBSD$
#
if [ -x /usr/bin/netstat ] ; then

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 430.status-rwho,v 1.1.1.1 1997/08/16 17:04:01 pst Exp $
# $FreeBSD$
#
if [ -d /var/rwho -a -x /usr/bin/rwho -a $(ls -l /var/rwho | wc -l) -ne 0 ]

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 440.status-mailq,v 1.2 1998/01/18 22:28:06 wosch Exp $
# $FreeBSD$
#
if [ -x /usr/bin/mailq -a -d /var/spool/mqueue ] ; then
echo ""

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 450.status-security,v 1.1.1.1 1997/08/16 17:04:01 pst Exp $
# $FreeBSD$
#
if [ -f /etc/security -a -x /usr/sbin/sendmail ] ; then

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 460.status-mail-rejects,v 1.6 1998/02/05 15:38:17 wosch Exp $
# $FreeBSD$
#
if [ -d /etc/mail -a -f /var/log/maillog ]; then

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# $Id: 999.local,v 1.1.1.1 1997/08/12 17:51:16 pst Exp $
# $FreeBSD$
#
# Run the old /etc/daily.local script. This is really for backwards
# compatibility more than anything else.

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1.1.1 1997/08/16 17:04:01 pst Exp $
# $FreeBSD$
BIN= 100.clean-disks \
110.clean-tmps \

View file

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: 200.accounting,v 1.2 1998/02/09 11:36:43 danny Exp $
# $FreeBSD$
#
W=/var/log/wtmp

View file

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: 999.local,v 1.1 1997/08/12 18:23:27 pst Exp $
# $FreeBSD$
#
if [ -f /etc/monthly.local ]; then
echo ""

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.1 1997/08/12 18:23:28 pst Exp $
# $FreeBSD$
BIN= 200.accounting \
999.local

View file

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $Id: 120.clean-kvmdb,v 1.2 1998/01/01 09:04:47 bde Exp $
# $FreeBSD$
#
if [ -d /var/db ] ; then

Some files were not shown because too many files have changed in this diff Show more