Public bug reported:

for example:
in Ubuntu
     $ netstat -s 1>/dev/null 2>&1 ; echo $?
     1
in CentOS
     $ netstat -s 1>/dev/null 2>&1 ; echo $?
     0

My test environment is Ubuntu 12.04.03.  "-s" is a existing argument to
netstat, so it should be executed successively and return zero.

** Affects: net-tools (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1251563

Title:
  netstat command returns nozero even if successively executing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/1251563/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to