From fc4d7ff2167db59246317d487f8cabcaf2c805ec Mon Sep 17 00:00:00 2001 From: Ctibor Date: Thu, 18 Jan 2018 21:29:10 +0100 Subject: Change the way indiserver user and group is created --- sci-libs/indilib/indilib-1.5.0.ebuild | 3 ++- sci-libs/indilib/indilib-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-libs/indilib/indilib-1.5.0.ebuild b/sci-libs/indilib/indilib-1.5.0.ebuild index 2d459d6..6a89776 100644 --- a/sci-libs/indilib/indilib-1.5.0.ebuild +++ b/sci-libs/indilib/indilib-1.5.0.ebuild @@ -51,7 +51,8 @@ src_install() { } pkg_postinst() { - enewuser indiserver -1 -1 -1 "usb,uucp,video" -U + enewgroup indiserver + enewuser indiserver -1 -1 -1 "usb,uucp,video,indiserver" elog "You can use init script in /etc/init.d/indiserver to start" elog "indiserver automatically." elog "Configuration is in /etc/conf.d/indiserver." diff --git a/sci-libs/indilib/indilib-9999.ebuild b/sci-libs/indilib/indilib-9999.ebuild index e476c25..9a0ae4b 100644 --- a/sci-libs/indilib/indilib-9999.ebuild +++ b/sci-libs/indilib/indilib-9999.ebuild @@ -50,7 +50,8 @@ src_install() { } pkg_postinst() { - enewuser indiserver -1 -1 -1 "usb,uucp,video" -U + enewgroup indiserver + enewuser indiserver -1 -1 -1 "usb,uucp,video,indiserver" elog "You can use init script in /etc/init.d/indiserver to start" elog "indiserver automatically." elog "Configuration is in /etc/conf.d/indiserver." -- cgit v1.2.3