diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2016-01-07 01:11:10 +0100 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2016-01-07 01:11:25 +0100 |
commit | 7c5800077409ae695592d0b848200fd5af248130 (patch) | |
tree | ebb5169185f7efc998d71b38c89efb9335c01e0f /app-misc/taskd | |
parent | x11-plugins/pidgin-otr: Apply crash-fix patch (diff) | |
download | gentoo-7c5800077409ae695592d0b848200fd5af248130.tar.gz gentoo-7c5800077409ae695592d0b848200fd5af248130.tar.bz2 gentoo-7c5800077409ae695592d0b848200fd5af248130.zip |
app-misc/taskd: add shell of taskd user to simplify admin tasks
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-misc/taskd')
-rw-r--r-- | app-misc/taskd/taskd-1.1.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/taskd/taskd-1.1.0-r1.ebuild b/app-misc/taskd/taskd-1.1.0-r1.ebuild index 902341923efb..e954aacb7fb0 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() { |