summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorle342019-08-27 12:41:45 +1100
committerle342019-08-27 12:41:45 +1100
commit3f49d47b91dd141b3093299a05915d961c130876 (patch)
tree8defbcb1812081de708392d2dd2d327fb793b6d1
parent65c7e179a4bca9d01384e94e8554cd5d7e704c73 (diff)
downloadaur-3f49d47b91dd141b3093299a05915d961c130876.tar.gz
Change install: remove add user ang group netflow
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--install2
3 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 488b57677013..b984d052ec19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Aug 31 03:39:56 UTC 2017
+# Tue Aug 27 01:40:54 UTC 2019
pkgbase = nfsen
pkgdesc = Netflow visualisation and investigation tool
pkgver = 1.3.8
- pkgrel = 25
+ pkgrel = 26
url = https://sourceforge.net/projects/nfsen
install = install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index aba70d6fa9dd..1f8a793865a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nfsen
pkgver=1.3.8
-pkgrel=25
+pkgrel=26
pkgdesc="Netflow visualisation and investigation tool"
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/nfsen"
diff --git a/install b/install
index c4ff8bc0caff..7a98c38f75ba 100644
--- a/install
+++ b/install
@@ -13,8 +13,6 @@ BLUE="${BOLD}$(tput setaf 4)"
GREEN="${BOLD}$(tput setaf 2)"
post_install() {
- getent group netflow &>/dev/null || groupadd -r -g 44 netflow >/dev/null
- getent passwd netflow &>/dev/null || useradd -r -u 44 -g netflow -d /var/lib/nfsen -s /bin/false -G http netflow >/dev/null
usr/bin/systemd-tmpfiles --create nfsen.conf || true
note 'To complete the installation, run:'