[arch-commits] Commit in ntop/repos (4 files)

Douglas Soares de Andrade douglas at archlinux.org
Sun Aug 17 23:18:44 UTC 2008


    Date: Sunday, August 17, 2008 @ 19:18:44
  Author: douglas
Revision: 9456

Merged revisions 2-9455 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/ntop/trunk

........
  r356 | aaron | 2008-04-18 19:56:27 -0300 (Sex, 18 Abr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r7568 | eric | 2008-08-02 23:24:34 -0300 (S?\195?\161b, 02 Ago 2008) | 2 lines
  
  upgpkg: ntop 3.3.6.svn3582-1
      upstream update, corrected description, added post_install message and fixed default config (close FS#8221), disabled SMP build
........
  r9455 | douglas | 2008-08-17 20:17:12 -0300 (Dom, 17 Ago 2008) | 2 lines
  
  upgpkg: ntop 3.3.7-1
      Updated for i686: 3.3.7
........

Added:
  ntop/repos/extra-i686/ntop.install
    (from rev 9455, ntop/trunk/ntop.install)
Modified:
  ntop/repos/extra-i686/	(properties)
  ntop/repos/extra-i686/PKGBUILD
  ntop/repos/extra-i686/ntop.confd

--------------+
 PKGBUILD     |    9 +++++++--
 ntop.confd   |    2 +-
 ntop.install |    4 ++++
 3 files changed, 12 insertions(+), 3 deletions(-)


Property changes on: ntop/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /ntop/trunk:1
   + /ntop/trunk:1-9455

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-08-17 23:17:12 UTC (rev 9455)
+++ extra-i686/PKGBUILD	2008-08-17 23:18:44 UTC (rev 9456)
@@ -2,8 +2,8 @@
 # Maintainer: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=ntop
-pkgver=3.3
-pkgrel=3.1
+pkgver=3.3.7
+pkgrel=1
 pkgdesc="A network traffic probe that shows the network usage, similar to what the popular top Unix command does"
 arch=(i686 x86_64)
 license=('GPL')
@@ -13,8 +13,13 @@
         ntop.confd ntop.rcd)
 options=(!libtool)
 
+md5sums=('4aa06c915a2ea4416f70381a94e3dcee'
+         'c8d3d9f85ac0393263399d764657cfcb'
+         '76acde24cc5f428ff862d7c0815feb14')
+
 build() {
   cd $startdir/src/$pkgname-$pkgver
+
   ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
       --disable-snmp
   make || return 1

Modified: extra-i686/ntop.confd
===================================================================
--- extra-i686/ntop.confd	2008-08-17 23:17:12 UTC (rev 9455)
+++ extra-i686/ntop.confd	2008-08-17 23:18:44 UTC (rev 9456)
@@ -8,7 +8,7 @@
 # -i -- comma separated list of interfaces to monitor
 # -w -- port to listen on (default 3000)
 #
-NTOP_ARGS="-i eth1 -w 3000"
+NTOP_ARGS="-i eth0 -w 3000"
 
 #
 # Log file for ntop

Copied: ntop/repos/extra-i686/ntop.install (from rev 9455, ntop/trunk/ntop.install)
===================================================================
--- extra-i686/ntop.install	                        (rev 0)
+++ extra-i686/ntop.install	2008-08-17 23:18:44 UTC (rev 9456)
@@ -0,0 +1,4 @@
+post_install() {
+  echo "==> Before running the daemon script for the first time, you need to run ntop as the root user to set an administrator password.
+==> If you attempt to run ntop as a daemon without setting a password, a FATAL ERROR message is generated and ntop stops."
+}




More information about the arch-commits mailing list