daemon: Remove short options from daemon library
authorJustin Pettit <jpettit@nicira.com>
Wed, 5 Aug 2009 21:20:24 +0000 (14:20 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 7 Aug 2009 01:04:36 +0000 (18:04 -0700)
commite7bd7d78b1e1dbc2162f991374c7889c7d7bf60c
tree3b0953d2dc163d7344427b5f223f73c86c15eeed
parent8093d640ac758c062515b2819e633dd4e19c516a
daemon: Remove short options from daemon library

The daemon library provides a few short options, but these then take
away their availability from programs that wish to use the library.
Since the daemon options are generally going to be called from a script
(which doesn't care how much typing is involved), we'll only provide
long options.
lib/daemon.c
lib/daemon.h
lib/daemon.man
utilities/ovs-discover.8.in
utilities/ovs-discover.c
xenserver/etc_init.d_vswitch