diff options
author | Eivind Uggedal <eivind@uggedal.com> | 2014-05-31 08:33:14 +0000 |
---|---|---|
committer | Eivind Uggedal <eivind@uggedal.com> | 2014-05-31 08:33:14 +0000 |
commit | d12410e9ec6b999d29560ebb5dd5423df1b15cb7 (patch) | |
tree | 6e3bcbcc2c6ed90f64ea509844014f6f6ca6d136 /unmaintained/apache-couchdb/apache-couchdb.post-install | |
parent | 5224a852cd582c08e69910f967ce3f86645157fd (diff) | |
download | aports-d12410e9ec6b999d29560ebb5dd5423df1b15cb7.tar.bz2 aports-d12410e9ec6b999d29560ebb5dd5423df1b15cb7.tar.xz |
testing/apache-couchdb: move to unmaintained
Diffstat (limited to 'unmaintained/apache-couchdb/apache-couchdb.post-install')
-rwxr-xr-x | unmaintained/apache-couchdb/apache-couchdb.post-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unmaintained/apache-couchdb/apache-couchdb.post-install b/unmaintained/apache-couchdb/apache-couchdb.post-install new file mode 100755 index 0000000000..5cc944e70b --- /dev/null +++ b/unmaintained/apache-couchdb/apache-couchdb.post-install @@ -0,0 +1,4 @@ +#!/bin/sh +addgroup -S couchdb &>/dev/null +adduser -h /var/run/couchdb -s /bin/false -G couchdb -S -D couchdb &>/dev/null +exit 0 |