committing changes in /etc made by "-bash"
Package changes:
This commit is contained in:
@@ -23,23 +23,22 @@ case "$1" in
|
||||
echo "Starting BestCrypt..."
|
||||
rm -rf /dev/bcrypt?* 2>/dev/null
|
||||
|
||||
cd /usr/src/bestcrypt-3.3.0/build/ && for module in $(ls -lsa *.ko | awk '{print $10}' | cut -d "." -f1); do modprobe $module; done
|
||||
#depmod -a
|
||||
depmod -a
|
||||
|
||||
# modprobe bestcrypt
|
||||
# modprobe bc_blowfish
|
||||
# modprobe bc_des
|
||||
# modprobe bc_gost
|
||||
# modprobe bc_camellia
|
||||
# modprobe bc_twofish
|
||||
# modprobe bc_bf448
|
||||
# modprobe bc_bf128
|
||||
# modprobe bc_3des
|
||||
# modprobe bc_idea
|
||||
# modprobe bc_rijn
|
||||
# modprobe bc_cast
|
||||
# modprobe bc_serpent
|
||||
# modprobe bc_rc6
|
||||
modprobe bestcrypt
|
||||
modprobe bc_blowfish
|
||||
modprobe bc_des
|
||||
modprobe bc_gost
|
||||
modprobe bc_camellia
|
||||
modprobe bc_twofish
|
||||
modprobe bc_bf448
|
||||
modprobe bc_bf128
|
||||
modprobe bc_3des
|
||||
modprobe bc_idea
|
||||
modprobe bc_rijn
|
||||
modprobe bc_cast
|
||||
modprobe bc_serpent
|
||||
modprobe bc_rc6
|
||||
|
||||
#modprobe bc_noop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user