]> git.pld-linux.org Git - packages/ntop.git/commitdiff
- PLD-specific patch for the ntop configuration file included in ntop sources (for...
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 13 Sep 2004 13:36:51 +0000 (13:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntop-conf.patch -> 1.1

ntop-conf.patch [new file with mode: 0644]

diff --git a/ntop-conf.patch b/ntop-conf.patch
new file mode 100644 (file)
index 0000000..f7fda10
--- /dev/null
@@ -0,0 +1,45 @@
+diff -dur ntop-3.0.orig/packages/RedHat/ntop.conf.sample ntop-3.0/packages/RedHat/ntop.conf.sample
+--- ntop-3.0.orig/packages/RedHat/ntop.conf.sample     2004-03-18 19:28:25.000000000 +0100
++++ ntop-3.0/packages/RedHat/ntop.conf.sample  2004-09-13 15:11:43.799188870 +0200
+@@ -63,9 +63,9 @@
+ ## -d | --daemon -- sets ntop to run as a daemon (in the background, not
+ ##        connected to a specific terminal).
+-##  NOTE: For more than casual use, you probably want this.
++##  PLD NOTE: This option is added by the init script
+---daemon
++##--daemon
+ ##-----------------------------------------------------------------------------#
+@@ -75,7 +75,9 @@
+ ##        the working directory (pwd) will be different when ntop is run
+ ##        from the command line, from cron and from initialization.
+---db-file-path /usr/share/ntop
++##  PLD NOTE: Set the path in /etc/sysconfig/ntop
++
++##--db-file-path /usr/share/ntop
+ #? -P /var/ntop
+ ##-----------------------------------------------------------------------------#
+@@ -148,7 +150,7 @@
+ ## It can be either a file or a list.  To point ntop to a file specify it's name:
+-#? -p /usr/share/ntop/protocol.list 
++#? -p /etc/ntop/protocol.list 
+ ## Or to give an explicit list:
+@@ -205,6 +207,8 @@
+ ## Thus a typical startup for ntop running as a daemon is:
+ #--daemon --use-syslog
++--use-syslog
++
+ ## You can also direct the messages to another file.  You'll want to
+ ## look at man syslog.conf to setup the configuration file.  For example
+Only in ntop-3.0/packages/RedHat: ntop.conf.sample~
This page took 0.068314 seconds and 4 git commands to generate.