summarylogtreecommitdiffstats
path: root/.install
diff options
context:
space:
mode:
authorFranco Masotti2017-02-07 18:52:29 +0100
committerFranco Masotti2017-02-07 18:52:29 +0100
commit77733473cd0bb441a96baea257e187bde6dd5d9a (patch)
treea08e37bc8141e3b7339f814672d457613105b654 /.install
parent84a15fab5d347b8cb36f9294e51cd6f1fc3e47fa (diff)
downloadaur-77733473cd0bb441a96baea257e187bde6dd5d9a.tar.gz
Minor fixes.
Diffstat (limited to '.install')
-rw-r--r--.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/.install b/.install
index d6914b0e2742..052bb1af8d8a 100644
--- a/.install
+++ b/.install
@@ -1,7 +1,7 @@
post_install() {
# Add rserve user and group.
- getent group rserve &>/dev/null || groupadd -r rserve >/dev/null
- getent passwd rserve &>/dev/null || useradd -m -d /home/rserve \
+ getent group rserve &>/dev/null || groupadd -g 32749 -r rserve >/dev/null
+ getent passwd rserve &>/dev/null || useradd -u 32749 -m -d /home/rserve \
-s /bin/false -r -g rserve rserve >/dev/null
# Exec the chmod just like in the Makefile.
chmod 750 /home/rserve