summaryrefslogtreecommitdiffstats
path: root/rules/openntpd.in
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2006-02-11 13:28:41 +0000
committerLadislav Michl <ladis@linux-mips.org>2006-02-11 13:28:41 +0000
commit09bde04b33c51a977eb47681c5b7b05ef73dbc98 (patch)
tree805c11dee87c416c5a150cd3032ec13c04c1bc7a /rules/openntpd.in
parent066bf4859008dcf650766ff5c9c71e9362724bfe (diff)
downloadptxdist-09bde04b33c51a977eb47681c5b7b05ef73dbc98.tar.gz
ptxdist-09bde04b33c51a977eb47681c5b7b05ef73dbc98.tar.xz
Indent with <tab> not 8 <space>s.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4572 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/openntpd.in')
-rw-r--r--rules/openntpd.in13
1 files changed, 6 insertions, 7 deletions
diff --git a/rules/openntpd.in b/rules/openntpd.in
index f1db43f64..00c5e4866 100644
--- a/rules/openntpd.in
+++ b/rules/openntpd.in
@@ -20,13 +20,12 @@ comment "Compile Options"
depends on OPENNTPD
config OPENNTPD_ARC4RANDOM
- bool
- prompt "Use builtin arc4random rather than OpenSSL's"
- default y
- depends on OPENNTPD
- help
- Enabled by default - if unsure, say YES
+ bool
+ prompt "Use builtin arc4random rather than OpenSSL's"
+ default y
+ depends on OPENNTPD
+ help
+ Enabled by default - if unsure, say YES
Say NO and install OpenSSL as alternative.
-
endmenu