Mailing List Archive

rt branch, 5.0-trunk, updated. rt-5.0.1-236-g8d3acc48f1
The branch, 5.0-trunk has been updated
via 8d3acc48f1f0216cbd32b79a0fd5131fe21a2554 (commit)
from 5d9337f60b2de034076d847ffb0f56ac8c52cd7d (commit)

Summary of changes:
sbin/rt-dump-initialdata.in | 1 +
1 file changed, 1 insertion(+)

- Log -----------------------------------------------------------------
commit 8d3acc48f1f0216cbd32b79a0fd5131fe21a2554
Author: Jim Brandt <jbrandt@bestpractical.com>
Date: Tue Apr 13 09:42:57 2021 -0400

Add config for no variant of the disabled option

The documentation describes an option --no-disabled.
Add the necessary configuration for Getopt::Long to
provide that option. Without this, using --no-disabled
generates:

[warning]: Unknown option: no-disabled

diff --git a/sbin/rt-dump-initialdata.in b/sbin/rt-dump-initialdata.in
index 4b94aef766..1ecfa8449e 100644
--- a/sbin/rt-dump-initialdata.in
+++ b/sbin/rt-dump-initialdata.in
@@ -100,6 +100,7 @@ GetOptions(
"users!",
"groups!",
"deleted!",
+ "disabled!",

"scrips!",
"acls!",

-----------------------------------------------------------------------
_______________________________________________
rt-commit mailing list
rt-commit@lists.bestpractical.com
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit