summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 11:04:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 11:04:28 +0000
commit4b222029c6ab123a6aff193b3e459b61ad3ae416 (patch)
tree821775696e0e549a89318771b71b0e052e5a7e84
parentUpdating source format. (diff)
downloadmolly-guard-4b222029c6ab123a6aff193b3e459b61ad3ae416.tar.xz
molly-guard-4b222029c6ab123a6aff193b3e459b61ad3ae416.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.patch12
-rw-r--r--debian/patches/series1
2 files changed, 13 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..de882a1
--- /dev/null
+++ b/debian/patches/progress-linux/0001-use-fqdn.patch
@@ -0,0 +1,12 @@
+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,4 +8,4 @@
+ # 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
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