summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author4le34n2017-08-09 15:23:45 +1100
committer4le34n2017-08-09 15:23:45 +1100
commit0bf1eedfdd8579da5e14f185af86ea5571ac32e7 (patch)
tree6fe168073c526d6501a56b138aa1297f23366453
parentffb9313ec5c618a8d988bb5aa545cf71a602acc2 (diff)
downloadaur-0bf1eedfdd8579da5e14f185af86ea5571ac32e7.tar.gz
Fix install
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--install10
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28a7c0070fbf..dc34075271a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Aug 9 04:14:31 UTC 2017
+# Wed Aug 9 04:23:31 UTC 2017
pkgbase = nfsen
pkgdesc = Netflow visualisation and investigation tool
pkgver = 1.3.8
- pkgrel = 11
+ pkgrel = 12
url = https://sourceforge.net/projects/nfsen
install = install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 53b148a8114b..1194ad8bcded 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nfsen
pkgver=1.3.8
-pkgrel=11
+pkgrel=12
pkgdesc="Netflow visualisation and investigation tool"
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/nfsen"
diff --git a/install b/install
index 271140bfb101..e9f442a9463c 100644
--- a/install
+++ b/install
@@ -10,22 +10,22 @@ post_install() {
note "To complete the installation, run:"
note " cd /usr/share/webapps/nfsen"
note " su -c "./install.pl /etc/nfsen.conf""
- echo ""
+ note ""
note "If you edited /etc/nfsen.conf you also need to run:"
note " cd /usr/share/webapps/nfsen"
note " su -c "./install.pl /etc/nfsen.conf""
- echo ""
+ note ""
note "If you want to use the nginx to access the web, run:"
note " sudo pacman -S nginx php-fpm"
note " Edit /etc/php/php.ini:"
note " Remove comment from ";extension=sockets.so" string"
note " Set up virtualhost in nginx"
- notr " An example of the setting for nginx is in the file /usr/share/doc/nfsen/vhost-nginx.conf "
+ note " An example of the setting for nginx is in the file /usr/share/doc/nfsen/vhost-nginx.conf "
note " And run:"
note " sudo systemctl start nginx php-fpm"
- echo ""
+ note ""
note "If you are using a web server Apache you know what to do :)"
- echo ""
+ note ""
}
post_upgrade() {