From aae8f6bf2b6be18c8bb4fc46c2df679110fe9d96 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Thu, 8 Sep 2022 21:34:29 +0000 Subject: change the flags to be consistent with other OpenBSD daemons -d is `debug' (run in the foreground) -f to load the configuration file adjust regress and contrib accordingly --- regress/lib.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'regress') diff --git a/regress/lib.sh b/regress/lib.sh index e8da907..fe47fb6 100644 --- a/regress/lib.sh +++ b/regress/lib.sh @@ -92,8 +92,8 @@ EOF } checkconf() { - if ! $gmid -n -c reg.conf >/dev/null 2>&1; then - $gmid -n -c reg.conf + if ! $gmid -n -f reg.conf >/dev/null 2>&1; then + $gmid -n -f reg.conf fi } @@ -158,7 +158,7 @@ run() { return fi - $gmid -P gmid.pid -c reg.conf + $gmid -P gmid.pid -f reg.conf # give gmid time to bind the port, otherwise we end up # executing gg when gmid isn't ready yet. -- cgit v1.2.3