summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2018-08-23 16:33:32 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2018-08-23 16:33:32 -0700
commit53309bf41a8d68924f900c24474c6211c12ff5b1 (patch)
tree74d9fe6b8a1f4f911a2a7e9d6d88678e11d53865
parentInitial commit (diff)
downloadfirewalld-openrc-53309bf41a8d68924f900c24474c6211c12ff5b1.tar.xz
Fixed init path
-rw-r--r--PKGBUILD10
-rw-r--r--firewalld.initd4
2 files changed, 5 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a432b1..7d5270c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,15 @@
-# Maintainer: artoo <artoo@artixlinux.org>
-
-_url="https://raw.githubusercontent.com/gentoo/gentoo/master"
-
pkgname=firewalld-openrc
-pkgver=20180712
+pkgver=20180823
pkgrel=1
pkgdesc="OpenRC firewalld init script"
arch=('any')
-url="https://github.com/artix-linux/packages"
+url="https://neueland.iserlohn-fortress.net/gitea/jc_gargma"
license=('GPL2')
groups=('openrc-system')
depends=('openrc' 'firewalld')
backup=('etc/init.d/firewalld')
source=("firewalld.initd")
-sha256sums=('4717ba9b5d137493528d9f334e829d507eb3e9cf052abc6653dea1c2fc583f56')
+sha256sums=('c1928c17d991fc6619a0483658e50da2a438fabedc342a495bbde43906a9937b')
pkgver() {
date +%Y%m%d
diff --git a/firewalld.initd b/firewalld.initd
index 2618338..84288d3 100644
--- a/firewalld.initd
+++ b/firewalld.initd
@@ -1,9 +1,9 @@
-#!/sbin/openrc-run
+#!/bin/openrc-run
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
description="FirewallD"
-command=/usr/sbin/firewalld
+command=/usr/bin/firewalld
pidfile=/var/run/firewalld.pid
depend() {