Browse Source

sync & label

OPENBSD_2_0
deraadt 28 years ago
parent
commit
c8a37c7003
41 changed files with 112 additions and 74 deletions
  1. +2
    -0
      src/etc/MAKEDEV.local
  2. +1
    -2
      src/etc/Makefile
  3. +1
    -1
      src/etc/aliases
  4. +33
    -21
      src/etc/bootptab
  5. +1
    -2
      src/etc/changelist
  6. +2
    -3
      src/etc/crontab
  7. +2
    -0
      src/etc/csh.cshrc
  8. +2
    -0
      src/etc/csh.login
  9. +2
    -0
      src/etc/csh.logout
  10. +1
    -1
      src/etc/daily
  11. +1
    -1
      src/etc/dm.conf
  12. +2
    -0
      src/etc/ftpchroot
  13. +2
    -0
      src/etc/ftpusers
  14. +1
    -1
      src/etc/gettytab
  15. +2
    -1
      src/etc/hosts
  16. +1
    -2
      src/etc/inetd.conf
  17. +1
    -0
      src/etc/ipf.rules
  18. +1
    -1
      src/etc/man.conf
  19. +1
    -3
      src/etc/monthly
  20. +1
    -1
      src/etc/motd
  21. +1
    -1
      src/etc/mrouted.conf
  22. +20
    -10
      src/etc/mtree/4.4BSD.dist
  23. +3
    -0
      src/etc/mtree/4.4BSD.root
  24. +3
    -0
      src/etc/mtree/4.4BSD.usr
  25. +3
    -0
      src/etc/mtree/4.4BSD.var
  26. +1
    -2
      src/etc/netstart
  27. +1
    -1
      src/etc/networks
  28. +2
    -1
      src/etc/newsyslog.conf
  29. +1
    -1
      src/etc/phones
  30. +1
    -1
      src/etc/printcap
  31. +3
    -4
      src/etc/protocols
  32. +1
    -1
      src/etc/rbootd.conf
  33. +1
    -2
      src/etc/rc
  34. +1
    -2
      src/etc/rc.local
  35. +1
    -0
      src/etc/remote
  36. +2
    -1
      src/etc/rpc
  37. +1
    -3
      src/etc/security
  38. +2
    -3
      src/etc/services
  39. +1
    -0
      src/etc/shells
  40. +2
    -0
      src/etc/syslog.conf
  41. +1
    -1
      src/etc/weekly

+ 2
- 0
src/etc/MAKEDEV.local View File

@ -1,5 +1,7 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV.local,v 1.2 1996/05/26 10:25:15 deraadt Exp $
#
# Copyright (c) 1991 The Regents of the University of California.
# All rights reserved.
#


+ 1
- 2
src/etc/Makefile View File

@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.51 1995/11/01 13:52:40 pk Exp $
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
# $OpenBSD: Makefile,v 1.11 1996/05/26 10:25:16 deraadt Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific


+ 1
- 1
src/etc/aliases View File

@ -1,5 +1,5 @@
#
# @(#)aliases 5.3 (Berkeley) 5/24/90
# $OpenBSD: aliases,v 1.2 1996/05/26 10:25:17 deraadt Exp $
#
# Aliases in this file will NOT be expanded in the header from
# Mail, but WILL be visible over networks or from /bin/mail.


+ 33
- 21
src/etc/bootptab View File

@ -1,3 +1,5 @@
# $OpenBSD: bootptab,v 1.2 1996/05/26 10:25:17 deraadt Exp $
#
# /etc/bootptab: database for bootp server (/etc/bootpd)
# Last update Mon 11/7/88 18:03
# Blank lines and lines beginning with '#' are ignored.
@ -7,27 +9,37 @@
# first field -- hostname
# (may be full domain name and probably should be)
#
# hd -- home directory
# bf -- bootfile
# cs -- cookie servers
# df -- dumpfile
# dn -- domain name
# ds -- domain name servers
# gw -- gateways
# ha -- hardware address
# ht -- hardware type
# im -- impress servers
# ip -- host IP address
# lg -- log servers
# lp -- LPR servers
# ns -- IEN-116 name servers
# rl -- resource location protocol servers
# rp -- root path
# sm -- subnet mask
# sw -- swap server
# tc -- template host (points to similar host entry)
# to -- time offset (seconds)
# ts -- time servers
# bf Bootfile
# bs Bootfile size in 512-octet blocks
# cs Cookie server address list
# df Merit dump file
# dn Domain name
# ds Domain name server address list
# ef Extension file
# gw Gateway address list
# ha Host hardware address
# hd Bootfile home directory
# hn Send client's hostname to client
# ht Host hardware type (see Assigned Numbers RFC)
# im Impress server address list
# ip Host IP address
# lg Log server address list
# lp LPR server address list
# ns IEN-116 name server address list
# nt NTP (time) Server (RFC 1129)
# ra Reply address override
# rl Resource location protocol server address list
# rp Root path to mount as root
# sa TFTP server address client should use
# sm Host subnet mask
# sw Swap server address
# tc Table continuation (points to similar "template" host entry)
# td TFTP root directory used by "secure" TFTP servers
# to Time offset in seconds from UTC
# ts Time server address list
# vm Vendor magic cookie selector
# yd YP (NIS) domain name
# ys YP (NIS) server address
#
# Be careful about including backslashes where they're needed. Weird (bad)


+ 1
- 2
src/etc/changelist View File

@ -1,5 +1,4 @@
# from: @(#)changelist 8.1 (Berkeley) 6/9/93
# $Id: changelist,v 1.1.1.1 1995/10/18 08:37:56 deraadt Exp $
# $OpenBSD: changelist,v 1.2 1996/05/26 10:25:18 deraadt Exp $
#
# List of files which the security script backs up and checks
# for modifications.


+ 2
- 3
src/etc/crontab View File

@ -1,7 +1,6 @@
# $OpenBSD: crontab,v 1.2 1996/03/28 18:24:33 niklas Exp $
# $NetBSD: crontab,v 1.10 1996/02/18 12:08:26 mycroft Exp $
# $OpenBSD: crontab,v 1.3 1996/05/26 10:25:18 deraadt Exp $
#
# /var/cron/tabs/root - root's crontab for NetBSD
# /var/cron/tabs/root - root's crontab
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin


+ 2
- 0
src/etc/csh.cshrc View File

@ -1 +1,3 @@
# $OpenBSD: csh.cshrc,v 1.2 1996/05/26 10:25:19 deraadt Exp $
#
# System-wide .cshrc file for csh(1).

+ 2
- 0
src/etc/csh.login View File

@ -1 +1,3 @@
# $OpenBSD: csh.login,v 1.2 1996/05/26 10:25:19 deraadt Exp $
#
# System-wide .login file for csh(1).

+ 2
- 0
src/etc/csh.logout View File

@ -1 +1,3 @@
# $OpenBSD: csh.logout,v 1.2 1996/05/26 10:25:20 deraadt Exp $
#
# System-wide .logout file for csh(1).

+ 1
- 1
src/etc/daily View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# @(#)daily 5.12 (Berkeley) 5/24/91
# $OpenBSD: daily,v 1.4 1996/05/26 10:25:20 deraadt Exp $
#
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local
host=`hostname -s`


+ 1
- 1
src/etc/dm.conf View File

@ -1,6 +1,6 @@
# $OpenBSD: dm.conf,v 1.2 1996/05/26 10:25:21 deraadt Exp $
#
# Game Control File
# @(#)dm.conf 5.5 (Berkeley) 4/12/89
#
# TTYNAME


+ 2
- 0
src/etc/ftpchroot View File

@ -1,3 +1,5 @@
# $OpenBSD: ftpchroot,v 1.2 1996/05/26 10:25:21 deraadt Exp $
#
# list of users given ftp access to a chrooted area.
# read by ftpd(8).
joeuser

+ 2
- 0
src/etc/ftpusers View File

@ -1,3 +1,5 @@
# $OpenBSD: ftpusers,v 1.2 1996/05/26 10:25:22 deraadt Exp $
#
# list of users disallowed any ftp access.
# read by ftpd(8).
root


+ 1
- 1
src/etc/gettytab View File

@ -1,4 +1,4 @@
# from: @(#)gettytab 5.14 (Berkeley) 3/27/91
# $OpenBSD: gettytab,v 1.2 1996/05/26 10:25:22 deraadt Exp $
#
# Most of the table entries here are just copies of the old getty table,
# it is by no means certain, or even likely, that any of them are optimal


+ 2
- 1
src/etc/hosts View File

@ -1,3 +1,4 @@
# $OpenBSD: hosts,v 1.2 1996/05/26 10:25:23 deraadt Exp $
#
# Host Database
# This file should contain the addresses and aliases
@ -6,7 +7,7 @@
# before the nameserver is started.
#
#
127.1 localhost localhost.my.domain
127.0.0.1 localhost localhost.my.domain
#
# Imaginary network.
0.2 myname.my.domain myname


+ 1
- 2
src/etc/inetd.conf View File

@ -1,8 +1,7 @@
# $OpenBSD: inetd.conf,v 1.6 1996/05/26 10:25:23 deraadt Exp $
#
# Internet server configuration database
#
# @(#)inetd.conf 5.4 (Berkeley) 6/30/90
#
ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l
telnet stream tcp nowait root /usr/libexec/telnetd telnetd
shell stream tcp nowait root /usr/libexec/rshd rshd


+ 1
- 0
src/etc/ipf.rules View File

@ -1,3 +1,4 @@
# $OpenBSD: ipf.rules,v 1.2 1996/05/26 10:25:24 deraadt Exp $
#
# IP filtering rules. See the ipf(5) man page for more
# information on the format of this file, and /usr/share/ipf


+ 1
- 1
src/etc/man.conf View File

@ -1,4 +1,4 @@
# $NetBSD: man.conf,v 1.6 1995/12/17 01:56:55 thorpej Exp $
# $OpenBSD: man.conf,v 1.3 1996/05/26 10:25:33 deraadt Exp $
# Sheer, raging paranoia...
_version BSD.2


+ 1
- 3
src/etc/monthly View File

@ -1,7 +1,5 @@
#!/bin/sh -
#
# @(#)monthly 5.5 (Berkeley) 6/17/91
#
# $OpenBSD: monthly,v 1.3 1996/05/26 10:25:32 deraadt Exp $
host=`hostname -s`
echo "Subject: $host monthly run output"


+ 1
- 1
src/etc/motd View File

@ -1,4 +1,4 @@
NetBSD ?.? (UNKNOWN)
OpenBSD ?.? (UNKNOWN)
Welcome to OpenBSD.


+ 1
- 1
src/etc/mrouted.conf View File

@ -1,4 +1,4 @@
# $NetBSD: mrouted.conf,v 1.3 1995/12/10 10:11:09 mycroft Exp $
# $OpenBSD: mrouted.conf,v 1.4 1996/05/26 10:25:33 deraadt Exp $
#
# This is the configuration file for "mrouted", an IP multicast router.
# mrouted looks for it in "/etc/mrouted.conf".


+ 20
- 10
src/etc/mtree/4.4BSD.dist View File

@ -1,5 +1,4 @@
# from: @(#)4.4BSD.dist 8.1 (Berkeley) 6/13/93
# $Id: 4.4BSD.dist,v 1.13 1996/05/04 08:14:35 deraadt Exp $
# $OpenBSD: 4.4BSD.dist,v 1.14 1996/05/26 10:26:15 deraadt Exp $
/set type=dir uname=root gname=wheel mode=0755
# .
@ -117,18 +116,18 @@ hide gname=games uname=games mode=0700
..
# ./usr/include
include gname=bin uname=bin mode=0555
include gname=bin uname=bin mode=0755
# ./usr/include/arpa
arpa gname=bin uname=bin mode=0555
arpa gname=bin uname=bin mode=0755
# ./usr/include/arpa
..
# ./usr/include/g++
g++ gname=bin uname=bin mode=0555
g++ gname=bin uname=bin mode=0755
# ./usr/include/g++/gen
gen gname=bin uname=bin mode=0555
gen gname=bin uname=bin mode=0755
# ./usr/include/g++/gen
..
@ -141,22 +140,22 @@ std gname=bin uname=bin mode=0555
..
# ./usr/include/kerberosIV
kerberosIV gname=bin uname=bin mode=0555
kerberosIV gname=bin uname=bin mode=0755
# ./usr/include/kerberosIV
..
# ./usr/include/protocols
protocols gname=bin uname=bin mode=0555
protocols gname=bin uname=bin mode=0755
# ./usr/include/protocols
..
# ./usr/include/rpc
rpc gname=bin uname=bin mode=0555
rpc gname=bin uname=bin mode=0755
# ./usr/include/rpc
..
# ./usr/include/rpcsvc
rpcsvc gname=bin uname=bin mode=0555
rpcsvc gname=bin uname=bin mode=0755
# ./usr/include/rpcsvc
..
@ -1272,6 +1271,17 @@ mm
# ./usr/share/tmac
..
# ./usr/share/vi
vi
# ./usr/share/vi/catalog
catalog
# ./usr/share/vi/catalog
..
# ./usr/share/vi
..
# ./usr/share/zoneinfo
zoneinfo gname=bin uname=bin mode=0555


+ 3
- 0
src/etc/mtree/4.4BSD.root View File

@ -1,3 +1,6 @@
# $OpenBSD: 4.4BSD.root,v 1.3 1996/05/26 10:26:15 deraadt Exp $
# $NetBSD: 4.4BSD.root,v 1.2 1996/05/12 23:30:32 thorpej Exp $
#
# user: bostic
# machine: vangogh.CS.Berkeley.EDU
# tree: /


+ 3
- 0
src/etc/mtree/4.4BSD.usr View File

@ -1,3 +1,6 @@
# $OpenBSD: 4.4BSD.usr,v 1.5 1996/05/26 10:26:16 deraadt Exp $
# $NetBSD: 4.4BSD.usr,v 1.3 1996/05/12 23:30:37 thorpej Exp $
#
# user: bostic
# machine: vangogh.CS.Berkeley.EDU
# tree: /usr


+ 3
- 0
src/etc/mtree/4.4BSD.var View File

@ -1,3 +1,6 @@
# $OpenBSD: 4.4BSD.var,v 1.2 1996/05/26 10:26:16 deraadt Exp $
# $NetBSD: 4.4BSD.var,v 1.3 1996/05/12 23:30:47 thorpej Exp $
#
# user: bostic
# machine: vangogh.CS.Berkeley.EDU
# tree: /var


+ 1
- 2
src/etc/netstart View File

@ -1,7 +1,6 @@
#!/bin/sh -
#
# $NetBSD: netstart,v 1.23 1995/12/30 01:30:03 thorpej Exp $
# @(#)netstart 5.9 (Berkeley) 3/30/91
# $OpenBSD: netstart,v 1.5 1996/05/26 10:25:24 deraadt Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
routed_flags=-q


+ 1
- 1
src/etc/networks View File

@ -1,4 +1,4 @@
# @(#)networks 5.1 (Berkeley) 6/30/90
# $OpenBSD: networks,v 1.2 1996/05/26 10:25:25 deraadt Exp $
#
# Your Local Networks Database
#


+ 2
- 1
src/etc/newsyslog.conf View File

@ -1,5 +1,6 @@
# $OpenBSD: newsyslog.conf,v 1.2 1996/05/26 10:25:25 deraadt Exp $
#
# configuration file for newsyslog
# $Id: newsyslog.conf,v 1.1.1.1 1995/10/18 08:37:57 deraadt Exp $
#
# logfilename owner.group mode ngen size time [ZB]
/var/cron/log root.wheel 600 3 10 * Z


+ 1
- 1
src/etc/phones View File

@ -1,4 +1,4 @@
# @(#)phones 5.2 (Berkeley) 6/30/90
# $OpenBSD: phones,v 1.2 1996/05/26 10:25:25 deraadt Exp $
#
# phones -- remote host phone number data base
# see tip(1), phones(5)


+ 1
- 1
src/etc/printcap View File

@ -1,4 +1,4 @@
# @(#)printcap 5.3 (Berkeley) 6/30/90
# $OpenBSD: printcap,v 1.2 1996/05/26 10:25:26 deraadt Exp $
#lp|local line printer:\
# :lp=/dev/lp:sd=/var/spool/lpd:lf=/var/log/lpd-errs:

+ 3
- 4
src/etc/protocols View File

@ -1,10 +1,9 @@
#
# Internet (IP) protocols
#
# from: @(#)protocols 5.1 (Berkeley) 4/17/89
# $Id: protocols,v 1.1.1.1 1995/10/18 08:37:57 deraadt Exp $
# $OpenBSD: protocols,v 1.2 1996/05/26 10:25:26 deraadt Exp $
#
# Updated for NetBSD based on RFC 1340, Assigned Numbers (July 1992).
# Updated based on RFC 1340, Assigned Numbers (July 1992).
#
ip 0 IP # internet protocol, pseudo protocol number
icmp 1 ICMP # internet control message protocol
@ -21,7 +20,7 @@ xns-idp 22 XNS-IDP # Xerox NS IDP
rdp 27 RDP # "reliable datagram" protocol
iso-tp4 29 ISO-TP4 # ISO Transport Protocol class 4
xtp 36 XTP # Xpress Tranfer Protocol
idpr-cmtp 39 IDPR-CMTP # IDPR Control Message Transport
idpr-cmtp 39 IDPR-CMTP # IDPR Control Message Transport
vmtp 81 VMTP # Versatile Message Transport
ospf 89 OSPFIGP # Open Shortest Path First IGP
ipip 94 IPIP # Yet Another IP encapsulation


+ 1
- 1
src/etc/rbootd.conf View File

@ -1,4 +1,4 @@
# $NetBSD: rbootd.conf,v 1.2 1995/10/21 18:01:33 thorpej Exp $
# $OpenBSD: rbootd.conf,v 1.3 1996/05/26 10:25:27 deraadt Exp $
#
# Configuration file for rbootd server.
#


+ 1
- 2
src/etc/rc View File

@ -1,5 +1,4 @@
# $NetBSD: rc,v 1.54 1995/10/08 18:11:43 thorpej Exp $
# from: @(#)rc 8.2 (Berkeley) 3/17/94
# $OpenBSD: rc,v 1.11 1996/05/26 10:25:27 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.


+ 1
- 2
src/etc/rc.local View File

@ -1,8 +1,7 @@
#
# site-specific startup actions, daemons
#
# From: @(#)rc.local 5.4 (Berkeley) 12/14/90
# $Id: rc.local,v 1.1.1.1 1995/10/18 08:37:57 deraadt Exp $
# $OpenBSD: rc.local,v 1.2 1996/05/26 10:25:28 deraadt Exp $
#
if [ ! -f /etc/motd ]; then


+ 1
- 0
src/etc/remote View File

@ -1,3 +1,4 @@
# $OpenBSD: remote,v 1.2 1996/05/26 10:25:28 deraadt Exp $
# @(#)remote 5.2 (Berkeley) 6/30/90
#
# remote -- remote host description file


+ 2
- 1
src/etc/rpc View File

@ -1,5 +1,6 @@
#
# rpc 88/08/01 4.0 RPCSRC; from 1.12 88/02/07 SMI
# $OpenBSD: rpc,v 1.2 1996/05/26 10:25:29 deraadt Exp $
# from: rpc 88/08/01 4.0 RPCSRC; from 1.12 88/02/07 SMI
#
portmapper 100000 portmap sunrpc
rstatd 100001 rstat rstat_svc rup perfmeter


+ 1
- 3
src/etc/security View File

@ -1,9 +1,7 @@
#!/bin/sh -
#
# from: @(#)security 8.1 (Berkeley) 6/9/93
# $Id: security,v 1.2 1995/12/18 16:56:37 deraadt Exp $
# $OpenBSD: security,v 1.3 1996/05/26 10:25:29 deraadt Exp $
#
PATH=/sbin:/usr/sbin:/bin:/usr/bin
umask 077


+ 2
- 3
src/etc/services View File

@ -1,5 +1,4 @@
# $OpenBSD: services,v 1.4 1996/04/23 03:18:35 deraadt Exp $
# $NetBSD: services,v 1.18 1996/03/26 00:07:58 mrg Exp $
# $OpenBSD: services,v 1.5 1996/05/26 10:25:30 deraadt Exp $
#
# Network services, Internet style
#
@ -179,7 +178,7 @@ krbupdate 760/tcp kreg # BSD Kerberos registration
kpasswd 761/tcp kpwd # BSD Kerberos `passwd'
eklogin 2105/tcp # Kerberos encrypted `rlogin'
#
# Unofficial but necessary (for NetBSD) services
# Unofficial services
#
supfilesrv 871/tcp # SUP server
supfiledbg 1127/tcp # SUP debugging

+ 1
- 0
src/etc/shells View File

@ -1,3 +1,4 @@
# $OpenBSD: shells,v 1.2 1996/05/26 10:25:31 deraadt Exp $
# List of acceptable shells for chpass(1).
# Ftpd will not allow users to connect who are not using
# one of these shells.


+ 2
- 0
src/etc/syslog.conf View File

@ -1,3 +1,5 @@
# $OpenBSD: syslog.conf,v 1.2 1996/05/26 10:25:31 deraadt Exp $
#
*.err;kern.debug;auth.notice;mail.crit /dev/console
*.notice;kern.debug;lpr,auth.info;mail.crit /var/log/messages
mail.info /var/log/maillog


+ 1
- 1
src/etc/weekly View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# @(#)weekly 5.14 (Berkeley) 6/23/91
# $OpenBSD: weekly,v 1.3 1996/05/26 10:25:32 deraadt Exp $
#
PATH=/bin:/sbin:/usr/sbin:/usr/bin:/usr/libexec


Loading…
Cancel
Save