aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gearmand/gearmand.pre-install
diff options
context:
space:
mode:
authorMarcel Hernandez <e6990620@gmail.com>2017-05-16 16:44:36 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-06-20 08:08:00 +0000
commit8e2fa3dae8c53e49f71863c3e3b373bf4bee7bb1 (patch)
treee0e98b42f39b46aee1555734497b5c9be2b358ad /testing/gearmand/gearmand.pre-install
parentb4a647d6f803b29cf5f03f4ac3491aa8b3bf0c8a (diff)
downloadaports-8e2fa3dae8c53e49f71863c3e3b373bf4bee7bb1.tar.bz2
aports-8e2fa3dae8c53e49f71863c3e3b373bf4bee7bb1.tar.xz
testing/gearmand: fix system user name
Diffstat (limited to 'testing/gearmand/gearmand.pre-install')
-rw-r--r--testing/gearmand/gearmand.pre-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gearmand/gearmand.pre-install b/testing/gearmand/gearmand.pre-install
index e52c97ecd4..d86179a7bd 100644
--- a/testing/gearmand/gearmand.pre-install
+++ b/testing/gearmand/gearmand.pre-install
@@ -1,7 +1,7 @@
#!/bin/sh
-addgroup -S gearmand 2>/dev/null
-adduser -S -D -H -s /bin/false -G gearmand \
+addgroup -S gearman 2>/dev/null
+adduser -S -D -H -s /bin/false -G gearman \
-g "Gearman Server" gearman 2>/dev/null
exit 0