From cd07b87c7e80b1da13a6d77b7f9153fe885ff0f7 Mon Sep 17 00:00:00 2001 From: Ctibor Date: Thu, 19 Feb 2015 00:32:11 +0100 Subject: Adjusting enewuser function in sci-libs/indilib. --- sci-libs/indilib/indilib-1.0.0.ebuild | 2 +- 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." } -- cgit v1.2.3