* [PATCH] rpc.statd: Allow usage messages to be displayed when statd is running.
@ 2014-01-18 16:51 Steve Dickson
0 siblings, 0 replies; only message in thread
From: Steve Dickson @ 2014-01-18 16:51 UTC (permalink / raw)
To: Linux NFS Mailing list
Signed-off-by: Steve Dickson <steved@redhat.com>
---
utils/statd/statd.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/utils/statd/statd.c b/utils/statd/statd.c
index 8c51bcc..8f31111 100644
--- a/utils/statd/statd.c
+++ b/utils/statd/statd.c
@@ -238,12 +238,6 @@ int main (int argc, char **argv)
/* Set hostname */
MY_NAME = NULL;
- /* Refuse to start if another statd is running */
- if (nfs_probe_statd()) {
- fprintf(stderr, "Statd service already running!\n");
- exit(1);
- }
-
/* Process command line switches */
while ((arg = getopt_long(argc, argv, "h?vVFNH:dn:p:o:P:L", longopts, NULL)) != EOF) {
switch (arg) {
@@ -306,6 +300,12 @@ int main (int argc, char **argv)
}
}
+ /* Refuse to start if another statd is running */
+ if (nfs_probe_statd()) {
+ fprintf(stderr, "Statd service already running!\n");
+ exit(1);
+ }
+
if (port == out_port && port != 0) {
fprintf(stderr, "Listening and outgoing ports cannot be the same!\n");
exit(-1);
--
1.8.3.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-01-18 16:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-18 16:51 [PATCH] rpc.statd: Allow usage messages to be displayed when statd is running Steve Dickson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox