add man page
[unix-history] / usr / src / etc / dm.conf
index 0a50739..e40a9a5 100644 (file)
@@ -1,47 +1,34 @@
 #
 # Copyright (c) 1987 Regents of the University of California.
 #
 # Copyright (c) 1987 Regents of the University of California.
-# All rights reserved.  The Berkeley software License Agreement
-# specifies the terms and conditions for redistribution.
+# All rights reserved.
 #
 #
-#      @(#)dm.conf     5.1 (Berkeley) %G%
+# Redistribution and use in source and binary forms are permitted
+# provided that the above copyright notice and this paragraph are
+# duplicated in all such forms and that any documentation,
+# advertising materials, and other materials related to such
+# distribution and use acknowledge that the software was developed
+# by the University of California, Berkeley.  The name of the
+# University may not be used to endorse or promote products derived
+# from this software without specific prior written permission.
+# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
+# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 #
 #
-# Game Control File
-#
-# Standard games hours -- no games may be played between these hours.
-# Hours are in a 24 hour clock, 0-23; a non-digit means no limitations.
-# For example, to limit gamesplaying from 8am to 5pm on Monday, the
-# entry would be:
-# Monday       8       17
+#      @(#)dm.conf     5.4 (Berkeley) %G%
 #
 #
-# Day          Start   Stop
-# --------------------------
-Monday         *       *
-Tuesday                *       *
-Wednesday      *       *
-Thursday       *       *
-Friday         *       *
-Saturday       *       *
-Sunday         *       *
-
-%% -- leave this here, it separates the three parts of this file.
+# Game Control File
 
 
-# Tty limitations -- any tty listed after the keyword "badtty" may
-# not have games played on it.  The tty should be as returned by
-# ttyname(3), for example, to keep tty19, your news dialin tty from
-# being used, the entry would be:
-# badtty       /dev/tty19
-#
-# badtty       tty
-#--------------------
+#              TTYNAME
+# badtty       /dev/tty19                              # news
+# badtty       /dev/tty20                              # news/mail
 
 
-%% -- leave this here, it separates the three parts of this file.
+#              DAY OF WEEK     START           STOP
+# time         Monday          7               16      # 7am to 4pm
+# time         Tuesday         7               16
+# time         Wednesday       7               16
+# time         Thursday        7               16
+# time         Friday          7               16
 
 
-# Specific game limitations -- games can be set to run only if the system
-# is under a certain load average and/or a maximum number of users.  A
-# priority for the game may also be set.  A non-digit means no limitation
-# or value for that parameter.  The game "default" controls the settings for
-# any game not otherwise listed, and should be the last entry.
-#
-# Name         max load ave.   max users       priority
-#-------------------------------------------------------
-default                5               50              *
+#              GAME            MAX LOAD        MAX USERS       PRIORITY
+# default must be the last entry for the ``game'' keyword
+game           default         5               *               *