mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
moosefs: added mfscgiserv service
This commit is contained in:
parent
7e613fb215
commit
80cb66cb69
2 changed files with 6 additions and 2 deletions
4
srcpkgs/moosefs/files/mfscgiserv/run
Normal file
4
srcpkgs/moosefs/files/mfscgiserv/run
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
exec 2>&1
|
||||||
|
[ -e conf ] && . ./conf
|
||||||
|
exec mfscgiserv -f $OPTS start
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'moosefs'
|
# Template file for 'moosefs'
|
||||||
pkgname=moosefs
|
pkgname=moosefs
|
||||||
version=3.0.117
|
version=3.0.117
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--localstatedir=/var/lib --with-default-user=_mfs
|
configure_args="--localstatedir=/var/lib --with-default-user=_mfs
|
||||||
--with-default-group=_mfs"
|
--with-default-group=_mfs"
|
||||||
|
@ -23,7 +23,7 @@ pre_configure() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
|
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
|
||||||
for f in chunkserver master metalogger; do
|
for f in chunkserver master metalogger cgiserv; do
|
||||||
vsv mfs${f}
|
vsv mfs${f}
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue