summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorle342019-08-27 13:02:28 +1100
committerle342019-08-27 13:02:28 +1100
commit7a628f83f522e6549159b7ea106a59fa1c0e44de (patch)
tree92192b17e4628f574fe7d7408f1639297e368185
parentf9c260ff290cfd51312365f2bc39b541a08cb4bb (diff)
downloadaur-7a628f83f522e6549159b7ea106a59fa1c0e44de.tar.gz
Other change
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--install1
-rw-r--r--sysusers4
-rw-r--r--tmpfiles2
5 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffad2b79bac0..7dbe08ae84d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Aug 27 01:49:51 UTC 2019
+# Tue Aug 27 02:02:13 UTC 2019
pkgbase = nfsen
pkgdesc = Netflow visualisation and investigation tool
pkgver = 1.3.8
- pkgrel = 28
+ pkgrel = 29
url = https://sourceforge.net/projects/nfsen
install = install
arch = i686
@@ -42,8 +42,8 @@ pkgbase = nfsen
md5sums = 19e7acd1c98f32009de6541f4e5e39f9
md5sums = ba000ec98e02b4baec2afd9aa5f52854
md5sums = 69898397995d35b1d53d6a61b16b24a8
- md5sums = 31336363ac242683b9621d873192b914
- md5sums = 1a0f117e3600e4d3126ab7ec04d575ab
+ md5sums = 64e13c98fe68c0e3b3f3f56dcf8fdd63
+ md5sums = 7f691fde1b2c423fbc7cadf42f08c236
pkgname = nfsen
diff --git a/PKGBUILD b/PKGBUILD
index 44207329046a..879009e790a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nfsen
pkgver=1.3.8
-pkgrel=28
+pkgrel=29
pkgdesc="Netflow visualisation and investigation tool"
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/nfsen"
@@ -66,5 +66,5 @@ md5sums=('fc45b3f44a66c2ed65d1269e479c2414'
'19e7acd1c98f32009de6541f4e5e39f9'
'ba000ec98e02b4baec2afd9aa5f52854'
'69898397995d35b1d53d6a61b16b24a8'
- '31336363ac242683b9621d873192b914'
- '1a0f117e3600e4d3126ab7ec04d575ab')
+ '64e13c98fe68c0e3b3f3f56dcf8fdd63'
+ '7f691fde1b2c423fbc7cadf42f08c236')
diff --git a/install b/install
index 7a98c38f75ba..bf6d3cf70dbb 100644
--- a/install
+++ b/install
@@ -13,6 +13,7 @@ BLUE="${BOLD}$(tput setaf 4)"
GREEN="${BOLD}$(tput setaf 2)"
post_install() {
+ usr/bin/systemd-sysusers nfsen.conf || true
usr/bin/systemd-tmpfiles --create nfsen.conf || true
note 'To complete the installation, run:'
diff --git a/sysusers b/sysusers
index 51d3f6f9f7fe..20139fdca141 100644
--- a/sysusers
+++ b/sysusers
@@ -1,2 +1,2 @@
-g netflow - -
-u netflow - "netflow user" /var/lib/nfsen /usr/bin/false
+g nfsen - -
+u nfsen - "nfsen user" /var/lib/nfsen /usr/bin/false
diff --git a/tmpfiles b/tmpfiles
index f59b99aa1d3f..e1209c633054 100644
--- a/tmpfiles
+++ b/tmpfiles
@@ -1 +1 @@
-d /run/nfsen 0755 netflow http -
+d /run/nfsen 0755 nfsen http -