On Fri, May 06, 2016 at 06:37:44AM BST, Raf Czlonka wrote: > Hi all, > > Thought rebound(8) config file could be added to changelist(5). > > Regards, > > Raf > > Index: etc/changelist > =================================================================== > RCS file: /cvs/src/etc/changelist,v > retrieving revision 1.112 > diff -u -p -r1.112 changelist > --- etc/changelist 20 Apr 2016 12:41:30 -0000 1.112 > +++ etc/changelist 6 May 2016 05:31:00 -0000 > @@ -102,6 +102,7 @@ > /etc/rc.local > /etc/rc.securelevel > /etc/rc.shutdown > +/etc/rebound.conf > /etc/relayd.conf > /etc/remote > /etc/resolv.conf
Hi all, If you agree to the above, then the below should probably also be added. Regards, Raf Index: etc/mtree/special =================================================================== RCS file: /cvs/src/etc/mtree/special,v retrieving revision 1.119 diff -u -p -r1.119 special --- etc/mtree/special 25 Apr 2016 20:38:11 -0000 1.119 +++ etc/mtree/special 6 May 2016 14:05:33 -0000 @@ -81,6 +81,7 @@ rc.conf.local type=file mode=0644 uname= rc.local type=file mode=0644 uname=root gname=wheel optional rc.securelevel type=file mode=0644 uname=root gname=wheel optional rc.shutdown type=file mode=0644 uname=root gname=wheel optional +rebound.conf type=file mode=0644 uname=root gname=wheel optional relayd.conf type=file mode=0600 uname=root gname=wheel optional remote type=file mode=0644 uname=root gname=wheel optional resolv.conf type=file mode=0644 uname=root gname=wheel optional
