diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-02 10:04:33 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-07-08 12:37:33 +0000 |
commit | 814d953133975a9d377cfb745cbc367eb6abafed (patch) | |
tree | 84d9325c0320e5c4f19230abbecb90d80e992bc7 /testing/lizardfs/lizardfs.pre-install | |
parent | 9edc33e91cc13c75d6d411456604c5b9f1ef7ce2 (diff) | |
download | aports-814d953133975a9d377cfb745cbc367eb6abafed.tar.bz2 aports-814d953133975a9d377cfb745cbc367eb6abafed.tar.xz |
testing/lizardfs: new aport
a highly reliable, scalable and efficient distributed file system
https://github.com/lizardfs/lizardfs/
Diffstat (limited to 'testing/lizardfs/lizardfs.pre-install')
-rw-r--r-- | testing/lizardfs/lizardfs.pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/lizardfs/lizardfs.pre-install b/testing/lizardfs/lizardfs.pre-install new file mode 100644 index 0000000000..33821a25bf --- /dev/null +++ b/testing/lizardfs/lizardfs.pre-install @@ -0,0 +1,6 @@ +#!/bin/sh + +addgroup -S mfs 2>/dev/null +adduser -S -H -h /var/lib/mfs -s /sbin/nologin -D -G mfs mfs \ + 2>/dev/null +exit 0 |