From patchwork Sat Oct 3 14:14:23 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 525918 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id A62591402F0 for ; Sun, 4 Oct 2015 00:14:43 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=PlLHnnrp; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id F00B832A8D; Sat, 3 Oct 2015 14:14:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RLNcJaY73L3t; Sat, 3 Oct 2015 14:14:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 0BD6632B33; Sat, 3 Oct 2015 14:14:36 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id BF6CA1C0539 for ; Sat, 3 Oct 2015 14:14:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BAB1F8912A for ; Sat, 3 Oct 2015 14:14:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RA2gnjW9XhbU for ; Sat, 3 Oct 2015 14:14:34 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by whitealder.osuosl.org (Postfix) with ESMTPS id F1F4689129 for ; Sat, 3 Oct 2015 14:14:33 +0000 (UTC) Received: by wiclk2 with SMTP id lk2so66868635wic.0 for ; Sat, 03 Oct 2015 07:14:32 -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:in-reply-to:references; bh=cNz2FILLbVRKn3FqZxq2lgTcenGHGgqmJSLv9+pA2do=; b=PlLHnnrptnNzgMcOXtFfXx7XzEblDOO+uQe23QX76FPUmXYb4TUKHerBsZnP17UZSM RNi4lJrlViLgbCBzcP+IyH9DVTyJMhTgjZCYYvqLEJWfnAkH4pXU5BG7WLK1i5BKOLDE MxuSUy5jt5kwPBuQCOg4n8PMk5i4veqN5wBVFueDZn3Qoy6ZSyDq3d3mo0r5tIt89h+3 sw1Uwj+a5MIUsb8K0RxDDq2rCETgXuF+l2+VSnc8OnHEqVqrUOodNujOk1WnDo5mT1R4 IW38K9UfjhY/wkrkhM6w2KOQ4knXDRUOqLrFlX4Yd1dVIvi/wGhfvUgm5jUQRhaExk4Z CS8g== X-Received: by 10.194.172.233 with SMTP id bf9mr21484312wjc.107.1443881672671; Sat, 03 Oct 2015 07:14:32 -0700 (PDT) Received: from localhost.localdomain (LPoitiers-656-1-204-92.w80-11.abo.wanadoo.fr. [80.11.219.92]) by smtp.gmail.com with ESMTPSA id jf3sm4378798wic.8.2015.10.03.07.14.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 03 Oct 2015 07:14:32 -0700 (PDT) From: Maxime Hadjinlian To: buildroot@busybox.net Date: Sat, 3 Oct 2015 16:14:23 +0200 Message-Id: <1443881664-9100-2-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 2.5.3 In-Reply-To: <1443881664-9100-1-git-send-email-maxime.hadjinlian@gmail.com> References: <1443881664-9100-1-git-send-email-maxime.hadjinlian@gmail.com> Subject: [Buildroot] [PATCH v3 2/3] skeleton: Remove bash specific files X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by Maxime Hadjinlian Reviewed-by: Arnout Vandecappelle (Essensium/Mind) --- system/skeleton/root/.bash_history | 0 system/skeleton/root/.bash_logout | 7 ------- system/skeleton/root/.bash_profile | 7 ------- 3 files changed, 14 deletions(-) delete mode 100644 system/skeleton/root/.bash_history delete mode 100644 system/skeleton/root/.bash_logout delete mode 100644 system/skeleton/root/.bash_profile diff --git a/system/skeleton/root/.bash_history b/system/skeleton/root/.bash_history deleted file mode 100644 index e69de29..0000000 diff --git a/system/skeleton/root/.bash_logout b/system/skeleton/root/.bash_logout deleted file mode 100644 index 77ef1f9..0000000 --- a/system/skeleton/root/.bash_logout +++ /dev/null @@ -1,7 +0,0 @@ -# ~/.bash_logout: executed by bash(1) when login shell exits. - -# when leaving the console clear the screen to increase privacy - -case "`tty`" in - /dev/tty[0-9]*) clear -esac diff --git a/system/skeleton/root/.bash_profile b/system/skeleton/root/.bash_profile deleted file mode 100644 index 0ee04a3..0000000 --- a/system/skeleton/root/.bash_profile +++ /dev/null @@ -1,7 +0,0 @@ -# .bash_profile - -umask 022 - -if [ -f ~/.bashrc ]; then - source ~/.bashrc -fi