~ubuntu-branches/ubuntu/saucy/maradns/saucy

« back to all changes in this revision

Viewing changes to update/1.2.06/maradns-1.2.05-netstat_faq_entry.patch

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry
  • Date: 2006-10-09 17:44:21 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061009174421-yb151elg3m4t5shl
Tags: 1.2.12.03-1
* New upstream release with many new doc tweaks. Though most of the changes
  are with the webpages which I have chosen not to distribute as you can
  read them all rather online at http://maradns.org/
* The diffs in the Makefiles are due to upstream's configure script
* Added bind2csv2.py as an example from upstream's tools/
  There is a lot of little scripts in tools/ which can probably join this

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Someone in private email pointed out that 'netstat -nap' doesn't work on all
2
 
*nix operating systems.
3
 
 
4
 
--- maradns-1.2.05/doc/en/source/faq.embed      2006-02-21 01:32:15.000000000 -0800
5
 
+++ maradns-1.2.06/doc/en/source/faq.embed      2006-02-21 11:19:55.000000000 -0800
6
 
@@ -252,12 +252,12 @@
7
 
 When MaraDNS is up, the relevant line in the netstat output looks 
8
 
 like this:            
9
 
 <tt>
10
 
-udp        0      0 127.0.0.4:53            0.0.0.0:* 
11
 
+udp        0      0 127.0.0.1:53            0.0.0.0:* 
12
 
 </tt>
13
 
 <p>
14
 
-While on the topic of netstat, if you run <TT>netstat -nap</TT> as root,
15
 
-you can see the names of the processes which are providing internet 
16
 
-services.
17
 
+While on the topic of netstat, if you run <TT>netstat -nap</TT> as root
18
 
+on Linux and some other *nix operating systems, you can see the names of 
19
 
+the processes which are providing internet services.
20
 
 
21
 
 <A NAME=jsstr>
22
 
 <H2>11. What string library does MaraDNS use?</H2>