aboutsummaryrefslogtreecommitdiff
blob: 26dae2bbe74efacffd35ba332c8308a0640b7d44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

inherit eutils

DESCRIPTION="Handle automatically logging in on system boot."
LICENSE="GPL-2"
KEYWORDS="x86"

src_install() {
              doinitd autologin
}