mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
xsd.initrc require admin to set defaults
This commit is contained in:
parent
ca4335df9e
commit
20113653f7
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ XSD_USER=root
|
|||
XSD_HOME=/var/run
|
||||
INST_PREFIX=/usr/local
|
||||
COMMAND=$INST_PREFIX/sbin/xsd
|
||||
ARGS="-L -aK KEX_all -aC C_all -aH H_all"
|
||||
#ARGS="-L -aK KEX_all -aC C_all -aH H_all"
|
||||
echo "SET ARGS in this script to define allow KEX, cipher and hmac algs"
|
||||
exit 1
|
||||
|
||||
depend() {
|
||||
need net
|
||||
|
|
Loading…
Reference in a new issue