Date: Fri, 10 Nov 2017 00:33:01 +0100 From: "Herbert J. Skuhra" <herbert@mailbox.org> To: Roger Pau =?ISO-8859-1?Q?Monn=E9?= <roger.pau@citrix.com> Cc: <current@freebsd.org> Subject: Re: bootonly release target not creating etc/ssh/ Message-ID: <87o9obrpsi.wl-herbert@mailbox.org> In-Reply-To: <20171109175552.dqrcgpa5uqkmsztw@dhcp-3-128.uk.xensource.com> References: <20171109175552.dqrcgpa5uqkmsztw@dhcp-3-128.uk.xensource.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 09 Nov 2017 18:55:52 +0100, Roger Pau Monn=E9 <roger.pau@citrix.com> wrote: > = > Hello, > = > Since recently it seems like the bootonly release make target doesn't= > create the etc/ssh directory. I've usually done: > = > # make buildworld > # make buildkernel > # make -C release ftp > # make -C release bootonly > # cp <keys> release/bootonly/etc/ssh/ > = > But the ssh directory doesn't seem to exist anymore. Is this expected= ? Hi, on my system the files are no longer in $SRCPATH/release but in /usr/obj/$SRCPATH/$TARGET.$TARGET_ARCH/release: $ ls -l /usr/obj/usr/home/herbert/source/freebsd/head/src/amd64.amd64/r= elease/bootonly/etc/ssh total 54 -rw-r--r-- 1 root wheel 553185 10 Nov 00:26 moduli -rw-r--r-- 1 root wheel 1780 10 Nov 00:26 ssh_config -rw-r--r-- 1 root wheel 3359 10 Nov 00:26 sshd_config Not sure if this is expected, a bug or PBKAC. :) -- Herbert
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87o9obrpsi.wl-herbert>