From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Jason@zx2c4.com Received: from frisell.zx2c4.com (frisell.zx2c4.com [192.95.5.64]) by krantz.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 6cee4814 for ; Sat, 3 Dec 2016 22:16:57 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTP id 701f5005 for ; Sat, 3 Dec 2016 22:16:57 +0000 (UTC) Received: by frisell.zx2c4.com (ZX2C4 Mail Server) with ESMTPSA id 4cdcfbbe (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Sat, 3 Dec 2016 22:16:57 +0000 (UTC) Received: by mail-lf0-f43.google.com with SMTP id o141so218119167lff.1 for ; Sat, 03 Dec 2016 14:21:55 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20161203124233.27891-1-list@eworm.de> References: <20161203123044.25848-1-list@eworm.de> <20161203124233.27891-1-list@eworm.de> From: "Jason A. Donenfeld" Date: Sat, 3 Dec 2016 23:21:51 +0100 Message-ID: Subject: Re: [PATCH v2 1/1] add dkms configuration file dkms.conf To: Christian Hesse Content-Type: text/plain; charset=UTF-8 Cc: Christian Hesse , WireGuard mailing list List-Id: Development discussion of WireGuard List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , I like the general idea here of including dkim in WireGuard now, since basically all distros use it and ship the exact same logic. By putting it in WireGuard itself, I can provide maintenance over the interworkings, which will be helpful for downstream. Another thing I can do is handle the installation myself. `make dkim` will then copy all the paths and create the dkim.conf file, etc. First question: is there a standard destination path to which files should be copied. Second question: what environment variable name do you think would be appropriate for representing the destination address (override)?