diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-28 10:20:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-28 11:06:38 +0700 |
commit | afc34a0ef3011b83a6dbe2de7753229e9abdef49 (patch) | |
tree | 2a56a0b29b827098ca54fd48480789c1ab8dd88c /system/colord | |
parent | 60962cf6738d814f4200ee4ddf2625fad6ff162f (diff) | |
download | slackbuilds-afc34a0ef3011b83a6dbe2de7753229e9abdef49.tar.gz |
system/colord: Update UID/GID.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/colord')
-rw-r--r-- | system/colord/README | 4 | ||||
-rw-r--r-- | system/colord/colord.SlackBuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/colord/README b/system/colord/README index 0c07925cc8..6837afb520 100644 --- a/system/colord/README +++ b/system/colord/README @@ -3,8 +3,8 @@ and generate color profiles to accurately color manage input and output devices. This requires a colord user/group to be added: -groupadd -g 297 colord -useradd -d /var/lib/colord -u 297 -g colord -s /bin/false colord +groupadd -g 303 colord +useradd -d /var/lib/colord -u 303 -g colord -s /bin/false colord This package can optionally add bash completion support by running: BASH_COMPLETION=yes ./colord.SlackBuild diff --git a/system/colord/colord.SlackBuild b/system/colord/colord.SlackBuild index abb8568f4c..7ea156f680 100644 --- a/system/colord/colord.SlackBuild +++ b/system/colord/colord.SlackBuild @@ -37,8 +37,8 @@ fi bailout() { printf "This requires a \"colord\" user and group.\n" - printf "groupadd -g 297 colord\n" - printf "useradd -d /var/lib/colord -u 297 -g colord -s /bin/false colord" + printf "groupadd -g 303 colord\n" + printf "useradd -d /var/lib/colord -u 303 -g colord -s /bin/false colord" exit 1 } |