aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2018-09-20 09:26:10 +0000
committerBrad Davis <brd@FreeBSD.org>2018-09-20 09:26:10 +0000
commit6999b78550143f7c17eeea04cc87f08cfd72fae8 (patch)
tree53f3bdaa42c58ddf563d4ae0d644ac3a1e3f92e2 /etc
parent80994f8119b0ad74049cd6ebc79fa569e447d2b0 (diff)
downloadsrc-6999b78550143f7c17eeea04cc87f08cfd72fae8.tar.gz
src-6999b78550143f7c17eeea04cc87f08cfd72fae8.zip
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
-rw-r--r--etc/opieaccess13
2 files changed, 2 insertions, 15 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 8c55699d5624..75a745f7b865 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -70,7 +70,7 @@ distribution:
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \
${BIN1} ${DESTDIR}/etc; \
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 600 \
- master.passwd nsmb.conf opieaccess ${DESTDIR}/etc;
+ master.passwd nsmb.conf ${DESTDIR}/etc;
.if ${MK_TCSH} == "no"
sed -i "" -e 's;/bin/csh;/bin/sh;' ${DESTDIR}/etc/master.passwd
@@ -206,7 +206,7 @@ distrib-dirs: ${MTREES:N/*} distrib-cleanup .PHONY
etc-examples: ${META_DEPS}
cd ${.CURDIR}; ${INSTALL} ${TAG_ARGS} -o ${BINOWN} -g ${BINGRP} -m 444 \
- ${BIN1} ${BIN2} nsmb.conf opieaccess \
+ ${BIN1} ${BIN2} nsmb.conf \
${DESTDIR}${SHAREDIR}/examples/etc
.include <bsd.prog.mk>
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