diff options
author | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2015-08-03 04:19:26 +0000 |
---|---|---|
committer | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2015-08-03 04:19:26 +0000 |
commit | 0214b0dfa6aeb5b640f1039954f72d75d8ac306d (patch) | |
tree | 03fa7cda5ff727ccce90e8e8fc7a499fb581560c /etc/mtree/special | |
parent | 8a0309d6a6453f010fb63b21dbee60b984eccd45 (diff) |
Place etc/defaults/radiusd.conf and etc/rc.d/radiusd. Modify etc/rc
to hook the rc script and modify etc/rc.conf to make it disable by
default. Also add an entry for /etc/radiusd.conf to etc/changelist
and etc/mtree/special.
ok deraadt
Diffstat (limited to 'etc/mtree/special')
-rw-r--r-- | etc/mtree/special | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/mtree/special b/etc/mtree/special index 6061c52dde5..e891a8b010e 100644 --- a/etc/mtree/special +++ b/etc/mtree/special @@ -1,4 +1,4 @@ -# $OpenBSD: special,v 1.114 2015/07/23 14:49:10 sthen Exp $ +# $OpenBSD: special,v 1.115 2015/08/03 04:19:25 yasuoka Exp $ # # Hand-crafted mtree specification for the dangerous files. # @@ -75,6 +75,7 @@ ospf6d.conf type=file mode=0600 uname=root gname=wheel optional passwd type=file mode=0644 uname=root gname=wheel pf.conf type=file mode=0600 uname=root gname=wheel optional printcap type=file mode=0644 uname=root gname=wheel optional +radiusd.conf type=file mode=0600 uname=root gname=wheel optional rc type=file mode=0644 uname=root gname=wheel rc.conf type=file mode=0644 uname=root gname=wheel rc.conf.local type=file mode=0644 uname=root gname=wheel optional |