Github messages for voidlinux
 help / color / mirror / Atom feed
From: toomyem <toomyem@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] moosefs: added mfscgiserv service
Date: Wed, 14 Jun 2023 12:18:25 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44429@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 529 bytes --]

There is a new pull request by toomyem against master on the void-packages repository

https://github.com/toomyem/void-packages moosefs-cgiserv
https://github.com/void-linux/void-packages/pull/44429

moosefs: added mfscgiserv service
Added service file for mfscgiserv.

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x64-glibc)


A patch file from https://github.com/void-linux/void-packages/pull/44429.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-moosefs-cgiserv-44429.patch --]
[-- Type: text/x-diff, Size: 1081 bytes --]

From c048209d9055ce64934caf7e4aabcd6ac6a9e5d7 Mon Sep 17 00:00:00 2001
From: toomyem <toomyem@gmail.com>
Date: Wed, 14 Jun 2023 11:55:13 +0200
Subject: [PATCH] moosefs: added mfscgiserv service

---
 srcpkgs/moosefs/files/mfscgiserv/run | 4 ++++
 srcpkgs/moosefs/template             | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/moosefs/files/mfscgiserv/run

diff --git a/srcpkgs/moosefs/files/mfscgiserv/run b/srcpkgs/moosefs/files/mfscgiserv/run
new file mode 100644
index 000000000000..4eee2a80277e
--- /dev/null
+++ b/srcpkgs/moosefs/files/mfscgiserv/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+exec 2>&1
+[ -e conf ] && . ./conf
+exec mfscgiserv -f $OPTS start
diff --git a/srcpkgs/moosefs/template b/srcpkgs/moosefs/template
index 0c14645f9b22..1d8d3fdb5bdc 100644
--- a/srcpkgs/moosefs/template
+++ b/srcpkgs/moosefs/template
@@ -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
 }

             reply	other threads:[~2023-06-14 10:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-14 10:18 toomyem [this message]
2023-06-14 10:19 ` [PR PATCH] [Updated] " toomyem
2023-06-15 12:23 ` [PR PATCH] [Merged]: " Duncaen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44429@inbox.vuxu.org \
    --to=toomyem@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).