Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:GA
libica.12543
z90crypt
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File z90crypt of Package libica.12543
#!/bin/sh # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # Please submit bugfixes or comments via http://bugs.opensuse.org/ # MODULE_LIST="pkey zcrypt_pcixcc zcrypt_cex2a zcrypt_cex4 zcrypt rng_core" case "${1}" in start) for module in ${MODULE_LIST} do if ! grep -q ^{$module} /proc/modules ; then modprobe ${module} fi done ;; stop) for module in ${MODULE_LIST} do if grep -q ^${module} /proc/modules ; then rmmod ${module} fi done ;; esac
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor