summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:24:32 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 20:24:32 +0000
commit665eea743cadd76ee070e81843d410a3b7429196 (patch)
treea70333622f83eafcfb9bc3c22bf1efe4b8a2b5af
parentUpdating source format. (diff)
downloadmolly-guard-665eea743cadd76ee070e81843d410a3b7429196.tar.xz
molly-guard-665eea743cadd76ee070e81843d410a3b7429196.zip
Setting USE_FQDN to true.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/progress-linux/0001-use-fqdn.patch15
-rw-r--r--debian/patches/series1
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0001-use-fqdn.patch b/debian/patches/progress-linux/0001-use-fqdn.patch
new file mode 100644
index 0000000..9827d5a
--- /dev/null
+++ b/debian/patches/progress-linux/0001-use-fqdn.patch
@@ -0,0 +1,15 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+Description: Setting USE_FQDN to true.
+
+diff -Naurp molly-guard.orig/rc molly-guard/rc
+--- molly-guard.orig/rc
++++ molly-guard/rc
+@@ -8,7 +8,7 @@
+ # USE_FQDN
+ # When set, causes the 30-query-hostname script to ask for the fully-qualified
+ # hostname, rather than the short name
+-#USE_FQDN=true
++USE_FQDN=true
+
+ # ANSIBLE_SEARCH_STRING
+ # The string to search for in the broadcast message provided to shutdown
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..21837d0
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+progress-linux/0001-use-fqdn.patch