Browse Source

move exports, ftpchroot, hosts.lpd, printcap, and remote to the examples

directory.
ok robert
OPENBSD_5_6
deraadt 10 years ago
parent
commit
738edd58ee
7 changed files with 22 additions and 23 deletions
  1. +12
    -13
      src/etc/Makefile
  2. +5
    -5
      src/etc/changelist
  3. +1
    -1
      src/etc/examples/exports
  4. +1
    -1
      src/etc/examples/ftpchroot
  5. +1
    -1
      src/etc/examples/hosts.lpd
  6. +1
    -1
      src/etc/examples/printcap
  7. +1
    -1
      src/etc/examples/remote

+ 12
- 13
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.361 2014/07/11 21:30:21 deraadt Exp $
# $OpenBSD: Makefile,v 1.362 2014/07/12 03:52:39 deraadt Exp $
TZDIR= /usr/share/zoneinfo TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain LOCALTIME= Canada/Mountain
@ -31,19 +31,18 @@ kernels: bootblocks ${ALL_KERNELS}
BINOWN= root BINOWN= root
BINGRP= wheel BINGRP= wheel
BIN1= changelist csh.cshrc csh.login csh.logout daily \ BIN1= changelist csh.cshrc csh.login csh.logout daily \
exports ftpusers ftpchroot gettytab group hosts hosts.lpd \
ksh.kshrc locate.rc man.conf monthly motd myname \
netstart networks newsyslog.conf printcap protocols \
rc rc.conf rc.local rc.securelevel rc.shutdown \
remote rpc services shells syslog.conf weekly \
etc.${MACHINE}/login.conf \
etc.${MACHINE}/disktab dhclient.conf mailer.conf ntpd.conf \
moduli pf.os mixerctl.conf
ftpusers gettytab group hosts ksh.kshrc locate.rc \
man.conf monthly motd myname netstart networks \
newsyslog.conf protocols rc rc.conf rc.local \
rc.securelevel rc.shutdown rpc services shells syslog.conf \
weekly etc.${MACHINE}/login.conf etc.${MACHINE}/disktab \
dhclient.conf mailer.conf ntpd.conf moduli pf.os mixerctl.conf
EXAMPLES=bgpd.conf chio.conf dhcpd.conf dvmrpd.conf hostapd.conf \
ifstated.conf iked.conf inetd.conf ipsec.conf ldapd.conf ldpd.conf \
mrouted.conf ospf6d.conf ospfd.conf rbootd.conf \
relayd.conf ripd.conf sasyncd.conf sensorsd.conf snmpd.conf \
EXAMPLES=bgpd.conf chio.conf dhcpd.conf dvmrpd.conf exports ftpchroot \
hostapd.conf hosts.lpd ifstated.conf iked.conf \
inetd.conf ipsec.conf ldapd.conf ldpd.conf mrouted.conf \
ospf6d.conf ospfd.conf printcap rbootd.conf relayd.conf \
remote ripd.conf sasyncd.conf sensorsd.conf snmpd.conf \
ypldap.conf ypldap.conf
.if ${MACHINE} != "aviion" .if ${MACHINE} != "aviion"


+ 5
- 5
src/etc/changelist View File

@ -1,4 +1,4 @@
# $OpenBSD: changelist,v 1.90 2014/07/11 21:20:10 deraadt Exp $
# $OpenBSD: changelist,v 1.91 2014/07/12 03:52:39 deraadt Exp $
# #
# List of files which the security script backs up and checks # List of files which the security script backs up and checks
# for modifications. # for modifications.
@ -28,10 +28,10 @@
/etc/distfile /etc/distfile
+/etc/dvmrpd.conf +/etc/dvmrpd.conf
/etc/ethers /etc/ethers
/etc/exports
+/etc/exports
/etc/fbtab /etc/fbtab
/etc/fstab /etc/fstab
/etc/ftpchroot
+/etc/ftpchroot
/etc/ftpusers /etc/ftpusers
/etc/ftpwelcome /etc/ftpwelcome
/etc/gettytab /etc/gettytab
@ -101,7 +101,7 @@
/etc/pf.conf /etc/pf.conf
/etc/pf.os /etc/pf.os
/etc/pkg.conf /etc/pkg.conf
/etc/printcap
+/etc/printcap
/etc/profile /etc/profile
/etc/protocols /etc/protocols
+/etc/pwd.db +/etc/pwd.db
@ -114,7 +114,7 @@
/etc/rc.securelevel /etc/rc.securelevel
/etc/rc.shutdown /etc/rc.shutdown
+/etc/relayd.conf +/etc/relayd.conf
/etc/remote
+/etc/remote
/etc/resolv.conf /etc/resolv.conf
/etc/resolv.conf.tail /etc/resolv.conf.tail
+/etc/ripd.conf +/etc/ripd.conf


src/etc/exports → src/etc/examples/exports View File

@ -1,4 +1,4 @@
# $OpenBSD: exports,v 1.2 2002/05/31 08:15:44 pjanzen Exp $
# $OpenBSD: exports,v 1.1 2014/07/12 03:52:39 deraadt Exp $
# #
# NFS exports Database # NFS exports Database
# See exports(5) for more information. Be very careful: misconfiguration # See exports(5) for more information. Be very careful: misconfiguration

src/etc/ftpchroot → src/etc/examples/ftpchroot View File

@ -1,4 +1,4 @@
# $OpenBSD: ftpchroot,v 1.3 1996/07/18 12:12:47 deraadt Exp $
# $OpenBSD: ftpchroot,v 1.1 2014/07/12 03:52:39 deraadt Exp $
# #
# list of users (one per line) given ftp access to a chrooted area. # list of users (one per line) given ftp access to a chrooted area.
# read by ftpd(8). # read by ftpd(8).

src/etc/hosts.lpd → src/etc/examples/hosts.lpd View File

@ -1,2 +1,2 @@
# $OpenBSD: hosts.lpd,v 1.4 2014/04/20 18:06:37 tedu Exp $
# $OpenBSD: hosts.lpd,v 1.1 2014/07/12 03:52:39 deraadt Exp $
# As described in lpd(8), place one legal access hostname per line. # As described in lpd(8), place one legal access hostname per line.

src/etc/printcap → src/etc/examples/printcap View File

@ -1,4 +1,4 @@
# $OpenBSD: printcap,v 1.4 2003/03/28 21:32:30 jmc Exp $
# $OpenBSD: printcap,v 1.1 2014/07/12 03:52:39 deraadt Exp $
#lp|local line printer:\ #lp|local line printer:\
# :lp=/dev/lp:sd=/var/spool/output:lf=/var/log/lpd-errs: # :lp=/dev/lp:sd=/var/spool/output:lf=/var/log/lpd-errs:

src/etc/remote → src/etc/examples/remote View File

@ -1,4 +1,4 @@
# $OpenBSD: remote,v 1.15 2014/03/18 22:36:29 miod Exp $
# $OpenBSD: remote,v 1.1 2014/07/12 03:52:39 deraadt Exp $
# from: @(#)remote 8.1 (Berkeley) 6/10/93 # from: @(#)remote 8.1 (Berkeley) 6/10/93
# #
# remote -- remote host description database # remote -- remote host description database

Loading…
Cancel
Save