diff options
Diffstat (limited to 'sci-libs/indilib/indilib-1.0.0.ebuild')
-rw-r--r-- | sci-libs/indilib/indilib-1.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/indilib/indilib-1.0.0.ebuild b/sci-libs/indilib/indilib-1.0.0.ebuild index 9e7242a..8947aa8 100644 --- a/sci-libs/indilib/indilib-1.0.0.ebuild +++ b/sci-libs/indilib/indilib-1.0.0.ebuild @@ -53,7 +53,7 @@ src_install() { } pkg_postinst() { - enewuser indiserver -1 /sbin/nologin /dev/null "usb,uucp,video" -U + enewuser indiserver -1 -1 -1 "usb,uucp,video" -U elog "You can use init script in /etc/init.d/indiserver to start" elog "indiserver automatically. Configuration is in /etc/conf.d/indiserver." } |