diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-02-19 00:32:11 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-02-19 00:32:11 +0100 |
commit | cd07b87c7e80b1da13a6d77b7f9153fe885ff0f7 (patch) | |
tree | ed483f397f4467d7485ee1a45e2b1050c7181c63 /sci-libs/indilib | |
parent | 55b7ec646abafd2cf67fa5546cef2555a7ad8893 (diff) | |
download | brancik-overlay-cd07b87c7e80b1da13a6d77b7f9153fe885ff0f7.tar.gz brancik-overlay-cd07b87c7e80b1da13a6d77b7f9153fe885ff0f7.tar.bz2 |
Adjusting enewuser function in sci-libs/indilib.
Diffstat (limited to 'sci-libs/indilib')
-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." } |