blob: de882a1b2d000ca1fd712b183e88bbd5e4a1a05b (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|