From owner-freebsd-questions@freebsd.org Fri Oct 23 23:21:47 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0736DA1DAAC for ; Fri, 23 Oct 2015 23:21:47 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 964301E24 for ; Fri, 23 Oct 2015 23:21:46 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by wijp11 with SMTP id p11so96769403wij.0 for ; Fri, 23 Oct 2015 16:21:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GFJBSl+GJojjUnGldNPXXuhr7ZQ8ZOivMX1O1IvyMzg=; b=ie/4LarcFiaejNdI7GHN/Of7K9GkAbzv/xeFE6Sdj50EjT7qv5onB0pep04o2yezyz /bRn2Wj02Bkisvz7g3Es9Zec0Q//vc4giOQ+bkMmcRL/bq0utmw7vo+F3OOzqNuJYhhO 8kDFUlBLWh/ngjCJ+LKzDsybxe/LzFxQ9wljmsW2j9Zde+Znj8uty24eKnGa+AIgVjXu 7SpOVnQXm+nClR8VVLJLqyvO394wVXBxwyFK6SfJWu2oFjHoLd3HHImKDTZ+ta4CJ9cV qqmqjOp1EwNbKpTesUTd8AKQK0fvVbYukrtYpB8wXRePePrVGs1gaR7sJoV5JHqOMLJG BSeA== MIME-Version: 1.0 X-Received: by 10.180.187.178 with SMTP id ft18mr7744370wic.10.1445642504013; Fri, 23 Oct 2015 16:21:44 -0700 (PDT) Received: by 10.194.16.231 with HTTP; Fri, 23 Oct 2015 16:21:43 -0700 (PDT) In-Reply-To: <20151023090805.5484ce9b@freyja.zeit4.iv.bundesimmobilien.de> References: <20151023090805.5484ce9b@freyja.zeit4.iv.bundesimmobilien.de> Date: Fri, 23 Oct 2015 18:21:43 -0500 Message-ID: Subject: Re: replace uname -a informational string From: Adam Vande More To: "O. Hartmann" Cc: freebsd-questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Oct 2015 23:21:47 -0000 On Fri, Oct 23, 2015 at 2:08 AM, O. Hartmann wrote: > For security purposes, I need to replace the informations given by "uname > -a" > to hode the kernel build system, name et cetera. > > Is there a way to achieve this via setting some knobs in the process of a > buildkernel? > At least some of the info from uname is generated during build from newvers.sh stuff. There are multiple files named that and I'm not sure which does what. -- Adam