Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/livecd-tools:master commit in: /
Date: Tue, 28 Jun 2011 20:37:15
Message-Id: 1058b90acbaa2550892cfe93c2cef8dad0e1cacd.WilliamH@gentoo
1 commit: 1058b90acbaa2550892cfe93c2cef8dad0e1cacd
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 19:54:44 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 19:54:53 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/livecd-tools.git;a=commit;h=1058b90a
7
8 remove bashlogin
9
10 This can be removed since our inittab no longer uses it.
11
12 ---
13 bashlogin | 7 -------
14 1 files changed, 0 insertions(+), 7 deletions(-)
15
16 diff --git a/bashlogin b/bashlogin
17 deleted file mode 100755
18 index ea9493a..0000000
19 --- a/bashlogin
20 +++ /dev/null
21 @@ -1,7 +0,0 @@
22 -#!/bin/bash
23 -
24 -export HOME=/root
25 -cat /etc/motd 2>/dev/null
26 -cd /root
27 -[[ -e .bash_profile ]] && source .bash_profile
28 -exec -l /bin/bash -i