Browse Source

my pleasure to move bgpd.conf to examples. ok theo

OPENBSD_5_6
henning 10 years ago
parent
commit
6fd28ba697
3 changed files with 5 additions and 6 deletions
  1. +2
    -3
      src/etc/Makefile
  2. +2
    -2
      src/etc/changelist
  3. +1
    -1
      src/etc/examples/bgpd.conf

+ 2
- 3
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.358 2014/07/11 16:59:03 deraadt Exp $
# $OpenBSD: Makefile,v 1.359 2014/07/11 17:10:30 henning Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@ -40,7 +40,7 @@ BIN1= changelist csh.cshrc csh.login csh.logout daily dhcpd.conf \
etc.${MACHINE}/disktab dhclient.conf mailer.conf ntpd.conf \
moduli pf.os sensorsd.conf mixerctl.conf
EXAMPLES=chio.conf dvmrpd.conf hostapd.conf ifstated.conf ldpd.conf \
EXAMPLES=bgpd.conf chio.conf dvmrpd.conf hostapd.conf ifstated.conf ldpd.conf \
ospf6d.conf ospfd.conf
.if ${MACHINE} != "aviion"
@ -111,7 +111,6 @@ distribution-etc-root-var: distrib-dirs
${INSTALL} -c -o root -g crontab -m 600 crontab ${DESTDIR}/var/cron/tabs/root
${INSTALL} -c -o root -g wheel -m 600 master.passwd ${DESTDIR}/etc
pwd_mkdb -p -d ${DESTDIR}/etc /etc/master.passwd
${INSTALL} -c -o root -g wheel -m 600 bgpd.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 ripd.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 pf.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 relayd.conf ${DESTDIR}/etc


+ 2
- 2
src/etc/changelist View File

@ -1,4 +1,4 @@
# $OpenBSD: changelist,v 1.88 2014/07/11 16:59:03 deraadt Exp $
# $OpenBSD: changelist,v 1.89 2014/07/11 17:10:30 henning Exp $
#
# List of files which the security script backs up and checks
# for modifications.
@ -10,7 +10,7 @@
/etc/Distfile
/etc/adduser.conf
/etc/adduser.message
/etc/bgpd.conf
+/etc/bgpd.conf
/etc/boot.conf
/etc/bootparams
/etc/changelist


src/etc/bgpd.conf → src/etc/examples/bgpd.conf View File

@ -1,4 +1,4 @@
# $OpenBSD: bgpd.conf,v 1.16 2014/02/15 00:18:07 pelikan Exp $
# $OpenBSD: bgpd.conf,v 1.1 2014/07/11 17:10:30 henning Exp $
# sample bgpd configuration file
# see bgpd.conf(5)

Loading…
Cancel
Save