aboutsummaryrefslogtreecommitdiffstats
path: root/testing/h2o
diff options
context:
space:
mode:
authorPrzemyslaw Pawelczyk <przemoc@zoho.com>2016-04-23 13:13:36 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2016-04-25 06:51:49 +0000
commit2a573734b692ce27e4809e47e514ca0dfffaa970 (patch)
tree30f53a12d9be57166a8205fcfa0f7651641fe07a /testing/h2o
parent694ace841f5e455f9a44087a3657594937ae23ad (diff)
downloadaports-2a573734b692ce27e4809e47e514ca0dfffaa970.tar.bz2
aports-2a573734b692ce27e4809e47e514ca0dfffaa970.tar.xz
Reorder options passed to adduser in scripts: make -S first.
It's only for consistency and to ease spotting lack of it.
Diffstat (limited to 'testing/h2o')
-rw-r--r--testing/h2o/h2o.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/h2o/h2o.pre-install b/testing/h2o/h2o.pre-install
index 12a76a026b..358f4a20b9 100644
--- a/testing/h2o/h2o.pre-install
+++ b/testing/h2o/h2o.pre-install
@@ -1,6 +1,6 @@
#!/bin/sh
-adduser -s /sbin/nologin -h /var/www -D -S -H h2o 2>/dev/null
+adduser -S -s /sbin/nologin -h /var/www -D -H h2o 2>/dev/null
addgroup -S -g 82 www-data 2>/dev/null
addgroup h2o www-data 2>/dev/null