summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author4le34n2017-08-14 17:15:26 +1100
committer4le34n2017-08-14 17:15:26 +1100
commit076b168b01f47c399465fe551a63f04bc712b569 (patch)
treec93e70812b073fb9e7c888a279da9b8be5620a46
parent0339660968218f38d2c3426d6d2c665b3b78e774 (diff)
downloadaur-076b168b01f47c399465fe551a63f04bc712b569.tar.gz
Mofe configs from /etc/nfsen.conf to /etc/nfsen/nfsen.conf
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--install6
-rw-r--r--[-rwxr-xr-x]profile.csh0
-rw-r--r--[-rwxr-xr-x]profile.sh0
5 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db0885aff131..4661e11596f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Aug 14 05:58:26 UTC 2017
+# Mon Aug 14 06:14:29 UTC 2017
pkgbase = nfsen
pkgdesc = Netflow visualisation and investigation tool
pkgver = 1.3.8
- pkgrel = 13
+ pkgrel = 14
url = https://sourceforge.net/projects/nfsen
install = install
arch = i686
@@ -19,7 +19,7 @@ pkgbase = nfsen
optdepends = nginx
optdepends = php-apache
optdepends = php-fpm
- backup = etc/nfsen.conf
+ backup = etc/nfsen/nfsen.conf
source = https://sourceforge.net/projects/nfsen/files/stable/nfsen-1.3.8/nfsen-1.3.8.tar.gz
source = nfsen.conf
source = nginx
@@ -27,7 +27,7 @@ pkgbase = nfsen
source = service
source = tmpfiles
md5sums = fc45b3f44a66c2ed65d1269e479c2414
- md5sums = d3f9428f50d3c019dd6ec46e7ff49c80
+ md5sums = c89ea74798910da5992cfc74d5d81444
md5sums = e8ffd8c767aca866050d679b609a0db9
md5sums = ad1b4a004dacd0508033fcfca763a2fe
md5sums = 69898397995d35b1d53d6a61b16b24a8
diff --git a/PKGBUILD b/PKGBUILD
index 5f05bfc62437..aeae6e66ba5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nfsen
pkgver=1.3.8
-pkgrel=13
+pkgrel=14
pkgdesc="Netflow visualisation and investigation tool"
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/nfsen"
@@ -14,7 +14,7 @@ depends=('nfdump>=1.6.1'
'php>4.1'
'rrdtool')
optdepends=('apache' 'nginx' 'php-apache' 'php-fpm')
-backup=('etc/nfsen.conf')
+backup=('etc/nfsen/nfsen.conf')
install='install'
source=("$url/files/stable/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz"
'nfsen.conf'
@@ -39,12 +39,12 @@ package() {
install -Dm644 ChangeLog "$pkgdir/usr/share/doc/$pkgname/ChangeLog"
install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
install -Dm644 README.plugins "$pkgdir/usr/share/doc/$pkgname/README.plugins"
- install -Dm644 "$srcdir/nfsen.conf" "$pkgdir/etc/nfsen.conf"
+ install -Dm644 "$srcdir/nfsen.conf" "$pkgdir/etc/nfesn/nfsen.conf"
install -Dm644 "$srcdir/nginx" "$pkgdir/usr/share/doc/$pkgname/vhost-nginx.conf"
install -Dm755 "$srcdir/profile.sh" "$pkgdir/etc/profile.d/nfsen.sh"
}
md5sums=('fc45b3f44a66c2ed65d1269e479c2414'
- 'd3f9428f50d3c019dd6ec46e7ff49c80'
+ 'c89ea74798910da5992cfc74d5d81444'
'e8ffd8c767aca866050d679b609a0db9'
'ad1b4a004dacd0508033fcfca763a2fe'
'69898397995d35b1d53d6a61b16b24a8'
diff --git a/install b/install
index e9f442a9463c..ec78574a1148 100644
--- a/install
+++ b/install
@@ -9,11 +9,11 @@ post_install() {
note "To complete the installation, run:"
note " cd /usr/share/webapps/nfsen"
- note " su -c "./install.pl /etc/nfsen.conf""
+ note " su -c "./install.pl /etc/nfsen/nfsen.conf""
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""
+ note " su -c "./install.pl /etc/nfsen/nfsen.conf""
note ""
note "If you want to use the nginx to access the web, run:"
note " sudo pacman -S nginx php-fpm"
@@ -31,5 +31,5 @@ post_install() {
post_upgrade() {
note "To complete the update, run:"
note " cd /usr/share/webapps/nfsen"
- note " su -c "./install.pl /etc/nfsen.conf""
+ note " su -c "./install.pl /etc/nfsen/nfsen.conf""
}
diff --git a/profile.csh b/profile.csh
index dcfe1730d07d..dcfe1730d07d 100755..100644
--- a/profile.csh
+++ b/profile.csh
diff --git a/profile.sh b/profile.sh
index e47e52cae8f1..e47e52cae8f1 100755..100644
--- a/profile.sh
+++ b/profile.sh