forked from pool/warewulf
- Fix minor issues:
* vnfs-SUSE-Templates-Leap-15.1-Leap-15.3-added-SLE-15.patch
Add templates for Leap 15.3 and SLE 15 (all SPs).
* common-Check-for-non-empty-string-before-chomp.patch
Avoid Perl error message by checking for non-empty string
before chomp().
* common-Create-database-user-separately-to-allow-empty-password.patch
Allow empty password for read only user database access.
* common-Fix-help-text.patch
* cluster-Don-t-attempt-ntp-configuration-when-chrony-is-found.patch
Do not attempt to configure ntp when chrony is found.
* cluster-If-hostname-doesn-t-contain-the-domain-try-to-derive-this-from-FQDN.patch
Attempt to derive hostname from FQDN.
* Set apache2moddir correctly
* Set warewulf group in perl-warewulf-common, not warewulf-common:
perl-warewulf-common is installed earlier.
- Removed:
* vnfs-wwmkchroot-opensuse-15.0.tmpl
OBS-URL: https://build.opensuse.org/request/show/923420
OBS-URL: https://build.opensuse.org/package/show/network:cluster/warewulf?expand=0&rev=10
25 lines
970 B
Diff
25 lines
970 B
Diff
From: Egbert Eich <eich@suse.com>
|
|
Date: Mon Oct 4 19:48:26 2021 +0200
|
|
Subject: common: Fix help text
|
|
Patch-mainline: Not yet
|
|
Git-commit: 1a1e9ccc7fc19fac49eda100d83bfdb82be2b7fb
|
|
References:
|
|
|
|
Signed-off-by: Egbert Eich <eich@suse.com>
|
|
---
|
|
common/bin/wwconfig | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
diff --git a/common/bin/wwconfig b/common/bin/wwconfig
|
|
index 58e98fa..34ab765 100755
|
|
--- a/common/bin/wwconfig
|
|
+++ b/common/bin/wwconfig
|
|
@@ -39,7 +39,7 @@ if ($opt_help) {
|
|
print "\n";
|
|
print " Options:\n";
|
|
print " -h, --help Show this help summary\n";
|
|
- print " -a, --all Print all evnironment variables\n";
|
|
+ print " -a, --all Print all environment variables\n";
|
|
print " -s, --sh Print output in Bourne shell format\n";
|
|
print " -e, --exp Also print out export lines. For use with Bourne shell format.\n";
|
|
print " -c, --csh Print output in C shell format\n";
|