diff options
-rw-r--r-- | sci-libs/indilib/indilib-1.0.0.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/indilib/indilib-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 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." } diff --git a/sci-libs/indilib/indilib-9999.ebuild b/sci-libs/indilib/indilib-9999.ebuild index 88c3b42..fea521d 100644 --- a/sci-libs/indilib/indilib-9999.ebuild +++ b/sci-libs/indilib/indilib-9999.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." } |