Add/install /etc/opieaccess skeleton

Approved by:	markm
This commit is contained in:
Andrey A. Chernov 2001-08-14 23:38:31 +00:00
parent dc2e861bdb
commit e01dfc9c69
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81656
2 changed files with 14 additions and 2 deletions

View File

@ -74,7 +74,7 @@ distribution:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 /dev/null \
${DESTDIR}/var/log/cron; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 \
master.passwd ${DESTDIR}/etc; \
opieaccess master.passwd ${DESTDIR}/etc; \
( cd ${.CURDIR}/periodic; ${MAKE} install ); \
( cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall ); \
( cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap ); \
@ -200,7 +200,7 @@ distrib-dirs:
etc-examples:
(cd ${.CURDIR}; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${BIN1} ${BIN2} \
${DESTDIR}/usr/share/examples/etc; \
opieaccess ${DESTDIR}/usr/share/examples/etc; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 defaults/rc.conf \
${DESTDIR}/usr/share/examples/etc/defaults; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 defaults/make.conf \

12
etc/opieaccess Normal file
View File

@ -0,0 +1,12 @@
# $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
#