Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] openvpn: add a service file.
@ 2019-06-25  5:01 voidlinux-github
  2019-06-25  5:43 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2019-06-25  5:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages openvpn
https://github.com/void-linux/void-packages/pull/12663

openvpn: add a service file.
None

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-openvpn-12663.patch --]
[-- Type: application/text/x-diff, Size: 965 bytes --]

From ca218272b58682c18e43a25311034453e7c8e79f Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Mon, 24 Jun 2019 21:59:36 -0700
Subject: [PATCH] openvpn: add a service file.

---
 srcpkgs/openvpn/files/openvpn/run | 3 +++
 srcpkgs/openvpn/template          | 1 +
 2 files changed, 4 insertions(+)
 create mode 100644 srcpkgs/openvpn/files/openvpn/run

diff --git a/srcpkgs/openvpn/files/openvpn/run b/srcpkgs/openvpn/files/openvpn/run
new file mode 100644
index 00000000000..6bdf95e03dd
--- /dev/null
+++ b/srcpkgs/openvpn/files/openvpn/run
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec openvpn --config /etc/openvpn/openvpn.conf
diff --git a/srcpkgs/openvpn/template b/srcpkgs/openvpn/template
index 9c07d62f95d..c21c45e65f5 100644
--- a/srcpkgs/openvpn/template
+++ b/srcpkgs/openvpn/template
@@ -20,4 +20,5 @@ post_install() {
 	cp -r sample/sample-config-files/* ${DESTDIR}/usr/share/examples/${pkgname}
 
 	rm -rf ${DESTDIR}/usr/include
+	vsv openvpn
 }

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-06-26  4:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-25  5:01 [PR PATCH] openvpn: add a service file voidlinux-github
2019-06-25  5:43 ` [PR PATCH] [Updated] " voidlinux-github
2019-06-25  5:43 ` voidlinux-github
2019-06-25  5:45 ` voidlinux-github
2019-06-25  5:45 ` voidlinux-github
2019-06-25  6:29 ` voidlinux-github
2019-06-26  4:49 ` [PR PATCH] [Closed]: " voidlinux-github
2019-06-26  4:49 ` voidlinux-github

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).