Author: brd
Date: Thu Sep 20 09:26:10 2018
New Revision: 338823
URL: https://svnweb.freebsd.org/changeset/base/338823

Log:
  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

Added:
  head/lib/libopie/opieaccess
     - copied unchanged from r338822, head/etc/opieaccess
Deleted:
  head/etc/opieaccess
Modified:
  head/etc/Makefile
  head/lib/libopie/Makefile

Modified: head/etc/Makefile
==============================================================================
--- head/etc/Makefile   Thu Sep 20 09:21:05 2018        (r338822)
+++ head/etc/Makefile   Thu Sep 20 09:26:10 2018        (r338823)
@@ -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>

Modified: head/lib/libopie/Makefile
==============================================================================
--- head/lib/libopie/Makefile   Thu Sep 20 09:21:05 2018        (r338822)
+++ head/lib/libopie/Makefile   Thu Sep 20 09:26:10 2018        (r338823)
@@ -2,6 +2,9 @@
 #
 # $FreeBSD$
 #
+
+CONFS= opieaccess
+CONFSMODE=     600
 PACKAGE=lib${LIB}
 OPIE_DIST?=    ${SRCTOP}/contrib/opie
 DIST_DIR=      ${OPIE_DIST}/${.CURDIR:T}

Copied: head/lib/libopie/opieaccess (from r338822, head/etc/opieaccess)
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/lib/libopie/opieaccess Thu Sep 20 09:26:10 2018        (r338823, copy 
of r338822, head/etc/opieaccess)
@@ -0,0 +1,13 @@
+# $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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to