date and time created 87/10/08 12:33:11 by bostic
[unix-history] / usr / src / etc / dm.conf
CommitLineData
23ba57bb
KB
1#
2# Copyright (c) 1987 Regents of the University of California.
3# All rights reserved. The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
6# @(#)dm.conf 5.1 (Berkeley) %G%
7#
8# Game Control File
9#
10# Standard games hours -- no games may be played between these hours.
11# Hours are in a 24 hour clock, 0-23; a non-digit means no limitations.
12# For example, to limit gamesplaying from 8am to 5pm on Monday, the
13# entry would be:
14# Monday 8 17
15#
16# Day Start Stop
17# --------------------------
18Monday * *
19Tuesday * *
20Wednesday * *
21Thursday * *
22Friday * *
23Saturday * *
24Sunday * *
25
26%% -- leave this here, it separates the three parts of this file.
27
28# Tty limitations -- any tty listed after the keyword "badtty" may
29# not have games played on it. The tty should be as returned by
30# ttyname(3), for example, to keep tty19, your news dialin tty from
31# being used, the entry would be:
32# badtty /dev/tty19
33#
34# badtty tty
35#--------------------
36
37%% -- leave this here, it separates the three parts of this file.
38
39# Specific game limitations -- games can be set to run only if the system
40# is under a certain load average and/or a maximum number of users. A
41# priority for the game may also be set. A non-digit means no limitation
42# or value for that parameter. The game "default" controls the settings for
43# any game not otherwise listed, and should be the last entry.
44#
45# Name max load ave. max users priority
46#-------------------------------------------------------
47default 5 50 *