summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author4le34n2017-08-14 19:29:10 +1100
committer4le34n2017-08-14 19:29:10 +1100
commitdc8d27a5ccee2e7f4cdef3bb3c06f2183bfe20d5 (patch)
treeda075e38879dda4f50932a24dd8ce548f6dbc434
parent7c115487fc9d955e5b27b2250986acd3b8375d57 (diff)
downloadaur-dc8d27a5ccee2e7f4cdef3bb3c06f2183bfe20d5.tar.gz
Fix install
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--install30
3 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89a9922d7132..49803f04a4e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Aug 14 08:10:29 UTC 2017
+# Mon Aug 14 08:28:53 UTC 2017
pkgbase = nfsen
pkgdesc = Netflow visualisation and investigation tool
pkgver = 1.3.8
- pkgrel = 20
+ pkgrel = 21
url = https://sourceforge.net/projects/nfsen
install = install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index bb260873c21a..a136586b1bf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nfsen
pkgver=1.3.8
-pkgrel=20
+pkgrel=21
pkgdesc="Netflow visualisation and investigation tool"
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/nfsen"
diff --git a/install b/install
index 0a8a717c6e21..37513a1be397 100644
--- a/install
+++ b/install
@@ -7,22 +7,22 @@ post_install() {
getent passwd netflow &>/dev/null || useradd -r -u 44 -g netflow -d /var/lib/nfsen -s /bin/false -G netflow http >/dev/null
usr/bin/systemd-tmpfiles --create nfsen.conf || true
- note "To complete the installation, run:"
- note " cd /usr/share/webapps/nfsen"
- note " su -c "./install.pl /etc/nfsen/nfsen.conf""
- note ""
- note "For more information on installation and configuration, see:"
- note " /usr/share/doc/nfsen/README.pkg and others"
- note ""
+ note 'To complete the installation, run:'
+ note ' cd /usr/share/webapps/nfsen'
+ note ' su -c "./install.pl /etc/nfsen/nfsen.conf"'
+ note ''
+ note 'For more information on installation and configuration, see:'
+ note ' /usr/share/doc/nfsen/README.pkg and others'
+ note ''
}
post_upgrade() {
- note ""
- note "To complete the update, run:"
- note " cd /usr/share/webapps/nfsen"
- note " su -c "./install.pl /etc/nfsen/nfsen.conf""
- note ""
- note "For more information on installation and configuration, see:"
- note " /usr/share/doc/nfsen/README.pkg and others"
- note ""
+ note ''
+ note 'To complete the update, run:'
+ note ' cd /usr/share/webapps/nfsen'
+ note ' su -c "./install.pl /etc/nfsen/nfsen.conf"'
+ note ''
+ note 'For more information on installation and configuration, see:'
+ note ' /usr/share/doc/nfsen/README.pkg and others'
+ note ''
}