diff options
author | Brad Davis <brd@FreeBSD.org> | 2018-09-20 09:26:10 +0000 |
---|---|---|
committer | Brad Davis <brd@FreeBSD.org> | 2018-09-20 09:26:10 +0000 |
commit | 6999b78550143f7c17eeea04cc87f08cfd72fae8 (patch) | |
tree | 53f3bdaa42c58ddf563d4ae0d644ac3a1e3f92e2 /etc/opieaccess | |
parent | 80994f8119b0ad74049cd6ebc79fa569e447d2b0 (diff) |
Move opieaccess to lib/libopie/
This leverages CONFS to do the install
Approved by: re (blanket, pkgbase), bapt (mentor)
Differential Revision: https://reviews.freebsd.org/D17241
Notes
Notes:
svn path=/head/; revision=338823
Diffstat (limited to 'etc/opieaccess')
-rw-r--r-- | etc/opieaccess | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/etc/opieaccess b/etc/opieaccess deleted file mode 100644 index ed57ef13a33a..000000000000 --- a/etc/opieaccess +++ /dev/null @@ -1,13 +0,0 @@ -# $FreeBSD$ -# -# This file controls whether UNIX passwords are to be permitted. Rules -# are matched in order, and the search terminates when the first matching -# rule has been found. Default action is "deny". See opieaccess(5) for -# more information. -# -# Each rule has the form: -# -# permit address netmask -# deny address netmask -# -#permit 127.0.0.1 255.255.255.255 |