mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
rc: openssl.cnf is a sample file now via upstream
This commit is contained in:
parent
40b8138399
commit
21b84ed2a8
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Copyright (c) 2014-2016 Franco Fichtner <franco@opnsense.org>
|
||||
# Copyright (c) 2014-2017 Franco Fichtner <franco@opnsense.org>
|
||||
# Copyright (c) 2004-2010 Scott Ullrich <sullrich@gmail.com>
|
||||
# Copyright (c) 2003-2004 Manuel Kasper <mk@neon1.net>
|
||||
# All rights reserved.
|
||||
@ -110,13 +110,6 @@ if [ ! -f /conf/config.xml ]; then
|
||||
echo "done."
|
||||
fi
|
||||
|
||||
# Bootstrap openssl.cnf for port if necessary
|
||||
if [ ! -f /usr/local/openssl/openssl.cnf ]; then
|
||||
echo -n "Bootstrapping openssl.cnf..."
|
||||
cp /etc/ssl/openssl.cnf /usr/local/openssl/openssl.cnf
|
||||
echo "done."
|
||||
fi
|
||||
|
||||
# Enable console output if its muted.
|
||||
/sbin/conscontrol mute off >/dev/null
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user