NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: install/48097: etcupdate and postinstall handling of /etc/motd produces errors
The following reply was made to PR install/48097; it has been noted by GNATS.
From: Valery Ushakov <uwe%stderr.spb.ru@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: install/48097: etcupdate and postinstall handling of /etc/motd
produces errors
Date: Wed, 19 Jun 2019 17:51:20 +0300
On Mon, Jul 29, 2013 at 20:10:00 +0000, brad.harder%gmail.com@localhost wrote:
> eval: cannot open /usr/src/etc/motd: no such file
src/etc/motd is no more since
revision 1.4
date: 2012-11-04 15:09:15 +0400; author: apb; state: dead; lines: +0 -0;
motd needs to be re-generated when DISTRIBVER changes, so change he
Makefile to use the new ${_NETBSD_VERSION_DEPENDS} mechanism defined in
bsd.own.mk.
Rename the default motd file in the source tree from "motd" to
"motd.default", because otherwise it would conflict with the motd file
that is now created in the .OBJDIR.
We have quite a number of different motd files (current, stable, beta,
rc, release). etcupdate dodges this by running make distribution in
src/etc and lets existing makefile logic to decide which one to use.
-uwe
Home |
Main Index |
Thread Index |
Old Index