~dricottone/huttese-apk

ref: e22186f7300ff084161f402698c07d18c4608cd6 huttese-apk/sr.ht/fcgiwrap/fcgiwrap.pre-install -rw-r--r-- 143 bytes
e22186f7 — Drew DeVault Add hg support to `pkgkit pkgver` 5 years ago
                                                                                
6e8b8060 Drew DeVault
1
2
3
4
5
6
7
#!/bin/sh

addgroup -S www-data 2>/dev/null
adduser -S -D -H -h /var/run/fcgiwrap -s /sbin/nologin -G www-data \
	fcgiwrap 2>/dev/null
exit 0