commit: 7c5800077409ae695592d0b848200fd5af248130
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 7 00:11:10 2016 +0000
Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Thu Jan 7 00:11:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c580007
app-misc/taskd: add shell of taskd user to simplify admin tasks
Package-Manager: portage-2.2.26
app-misc/taskd/taskd-1.1.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/taskd/taskd-1.1.0-r1.ebuild
b/app-misc/taskd/taskd-1.1.0-r1.ebuild
index 9023419..e954aac 100644
--- a/app-misc/taskd/taskd-1.1.0-r1.ebuild
+++ b/app-misc/taskd/taskd-1.1.0-r1.ebuild
@@ -66,7 +66,7 @@ src_install() {
pkg_setup() {
enewgroup taskd
- enewuser taskd -1 -1 /var/lib/taskd taskd
+ enewuser taskd -1 /bin/bash /var/lib/taskd taskd
}
pkg_postinst() {