summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author4le34n2017-08-29 15:58:40 +1100
committer4le34n2017-08-29 15:58:40 +1100
commit52b571e65e1b0d9fed2b05ea1b26bd99f82e74dd (patch)
treec44d3f991991f0ce6fff767df55552ea81550919
parent76d162c93634630f2d59a8962b9478fd11c2c9f6 (diff)
downloadaur-52b571e65e1b0d9fed2b05ea1b26bd99f82e74dd.tar.gz
Fix install script
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--install2
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d85ca5c32ad..54f246dec237 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Aug 15 03:20:40 UTC 2017
+# Tue Aug 29 04:58:25 UTC 2017
pkgbase = nfsen
pkgdesc = Netflow visualisation and investigation tool
pkgver = 1.3.8
- pkgrel = 22
+ pkgrel = 23
url = https://sourceforge.net/projects/nfsen
install = install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 9a06e9ea089c..d8690fe5b807 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nfsen
pkgver=1.3.8
-pkgrel=22
+pkgrel=23
pkgdesc="Netflow visualisation and investigation tool"
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/nfsen"
diff --git a/install b/install
index 37513a1be397..342b81a9cf97 100644
--- a/install
+++ b/install
@@ -4,7 +4,7 @@ note() {
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 netflow http >/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:'