Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/mtree Add /etc/ip6addrctl.conf as optional file so it is...



details:   https://anonhg.NetBSD.org/src/rev/a39242b3b29e
branches:  trunk
changeset: 959837:a39242b3b29e
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Fri Feb 26 18:39:10 2021 +0000

description:
Add /etc/ip6addrctl.conf as optional file so it is backed up.

diffstat:

 etc/mtree/special |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d10e87ddf714 -r a39242b3b29e etc/mtree/special
--- a/etc/mtree/special Fri Feb 26 15:18:40 2021 +0000
+++ b/etc/mtree/special Fri Feb 26 18:39:10 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: special,v 1.170 2020/06/28 03:05:59 kim Exp $
+#      $NetBSD: special,v 1.171 2021/02/26 18:39:10 jakllsch Exp $
 #      @(#)special     8.2 (Berkeley) 1/23/94
 #
 # This file may be overwritten on upgrades.
@@ -92,6 +92,7 @@
 ./etc/hosts.lpd                        type=file mode=0644 optional
 ./etc/ifaliases                        type=file mode=0644 optional
 ./etc/inetd.conf               type=file mode=0644
+./etc/ip6addrctl.conf          type=file mode=0644 optional
 ./etc/ipf.conf                 type=file mode=0644 optional
 ./etc/ipf6.conf                        type=file mode=0644 optional
 ./etc/ipnat.conf               type=file mode=0644 optional



Home | Main Index | Thread Index | Old Index