X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id EB28EDC040A for ; Mon, 6 Jul 2015 11:21:13 +0000 (UTC) Received: from mail-qg0-f52.google.com (mail-qg0-f52.google.com [209.85.192.52]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id C40AADC0067 for ; Mon, 6 Jul 2015 11:21:12 +0000 (UTC) Received: by qgef3 with SMTP id f3so17174859qge.0 for ; Mon, 06 Jul 2015 04:21:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=6xoFsgBlLT3ofp797Xk6IsW9wgJ6ggl2GdNs7E9VVI8=; b=IACrk2R/iahfJCzOh8P9MnkbLRLc+KsnIUwxcj8raIw3PvGBHxxm0AReKObhbJHZut UkbopqbcULF0AYXt+U2AnwOs/7UCGE1xLgFjGl9e+/g0LFiIa4XEZ9OmJfVjAJs+a/yz h8kga3Jfa4qGUloUFxLK6aOXCsLfCjqc7Q4JGIDDTJHOXu0i+JlfDVdIx38UvicHL02Y FPZyV1EFhr/8PR1CcdBqgThU9jV1lsETbIGRCUjBfoWMVExCAU84EsMJkjDeSXRpD8lr xfXQqD2s8QISXmUQPVv929PK2nlFGKGli2IDjWIpp4Tbu0R219abQ/h7iq0cPkPEpIJA V8QQ== X-Received: by 10.140.201.80 with SMTP id w77mr74639647qha.33.1436181671887; Mon, 06 Jul 2015 04:21:11 -0700 (PDT) Received: from aldev.bethel.jw.org ([138.59.56.3]) by mx.google.com with ESMTPSA id a72sm9118788qgf.17.2015.07.06.04.21.09 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 06 Jul 2015 04:21:10 -0700 (PDT) From: Alan Lacerda X-Google-Original-From: Alan Lacerda To: alpine-aports@lists.alpinelinux.org Cc: Alan Lacerda Subject: [alpine-aports] [PATCH] motd: suggesting the setup-alpine command Date: Mon, 6 Jul 2015 11:21:02 +0000 Message-Id: <1436181662-20635-1-git-send-email-alacerda@alpinelinux.org> X-Mailer: git-send-email 2.4.4 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- motd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/motd b/motd index a0f6856..4355cfa 100644 --- a/motd +++ b/motd @@ -4,5 +4,7 @@ The Alpine Wiki contains a large amount of how-to guides and general information about administrating Alpine systems. See . +You can setup the system with the command: setup-alpine + You may change this message by editing /etc/motd. -- 2.4.4 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---