moosefs: added mfscgiserv service
This commit is contained in:
parent
7e613fb215
commit
80cb66cb69
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'
|
||||
pkgname=moosefs
|
||||
version=3.0.117
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--localstatedir=/var/lib --with-default-user=_mfs
|
||||
--with-default-group=_mfs"
|
||||
@ -23,7 +23,7 @@ pre_configure() {
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/sbin/* ${DESTDIR}/usr/bin
|
||||
for f in chunkserver master metalogger; do
|
||||
for f in chunkserver master metalogger cgiserv; do
|
||||
vsv mfs${f}
|
||||
done
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user