summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author4le34n2017-07-31 16:25:32 +1100
committer4le34n2017-07-31 16:25:32 +1100
commita75a8616ba23675e6698433a8fbd1be18c0586f9 (patch)
tree73515f550932f630b939a0c8117792164682a668
parent574a55709c2ed69c6730ccad2bd629d7bb7ededb (diff)
downloadaur-a75a8616ba23675e6698433a8fbd1be18c0586f9.tar.gz
Add files: profile.sh profile.csh
-rw-r--r--.SRCINFO2
-rwxr-xr-xprofile.csh2
-rwxr-xr-xprofile.sh5
3 files changed, 8 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27121854b3d3..eaba88bd422b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jul 31 05:13:14 UTC 2017
+# Mon Jul 31 05:25:09 UTC 2017
pkgbase = nfsen
pkgdesc = Netflow visualisation and investigation tool
pkgver = 1.3.8
diff --git a/profile.csh b/profile.csh
new file mode 100755
index 000000000000..dcfe1730d07d
--- /dev/null
+++ b/profile.csh
@@ -0,0 +1,2 @@
+[ -d /opt/nfsen/bin ] && setenv PATH ${PATH}:/opt/nfsen/bin
+[ -d /opt/nfsen/libexec ] && setenv PATH ${PATH}:/opt/nfsen/libexec
diff --git a/profile.sh b/profile.sh
new file mode 100755
index 000000000000..301c7726fe70
--- /dev/null
+++ b/profile.sh
@@ -0,0 +1,5 @@
+[ -d /opt/nfsen/bin ] && PATH=$PATH:/opt/nfsen/bin
+[ -d /opt/nfsen/libexec ] && PATH=$PATH:/opt/nfsen/libexec
+
+export PATH
+