Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2002 13:58:57 +0900
From:      Makoto Matsushita <matusita@jp.FreeBSD.org>
To:        DougB@FreeBSD.org
Cc:        freebsd-bugs@FreeBSD.org, marck@rinet.ru
Subject:   Re: bin/40416: update for mergemaster.sh (login.conf.db rebuild)
Message-ID:  <20020716135857D.matusita@jp.FreeBSD.org>
In-Reply-To: <20020715184925.P39635-100000@zoot.corp.yahoo.com>
References:  <20020716031348H.matusita@jp.FreeBSD.org> <20020715184925.P39635-100000@zoot.corp.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help

I have a question:

DougB> Umm... yes, but /etc/login.conf is "created" by the release
DougB> build process.

What "created" mean?  IIRC, login.conf is sitting in src/etc, and
this file is just installed as it is.

Maybe this patch will make login.conf.db for us.

Index: Makefile
===================================================================
RCS file: /home/ncvs/src/etc/Makefile,v
retrieving revision 1.289
diff -u -r1.289 Makefile
--- Makefile	5 Jul 2002 13:47:29 -0000	1.289
+++ Makefile	16 Jul 2002 04:57:55 -0000
@@ -75,7 +75,8 @@
 		${BIN2} ${DESTDIR}/etc; \
 	    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 600 \
 		master.passwd nsmb.conf opieaccess ${DESTDIR}/etc; \
-	    pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd
+	    pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; \
+	    cap_mkdb -f ${DESTDIR}/etc/login.conf.db ${DESTDIR}/etc/login.conf
 	cd ${.CURDIR}/defaults; ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 \
 	    ${DEFAULTS} ${DESTDIR}/etc/defaults
 	cd ${.CURDIR}/periodic; ${MAKE} install

-- -
Makoto `MAR' Matsushita

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020716135857D.matusita>