Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP4:Update
pam_mount
mount.crypt
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mount.crypt of Package pam_mount
#!/bin/bash CMD="${0##*/}" if [[ "$CMD" =~ "umount" ]]; then if [ ! -x /usr/sbin/umount.crypt ]; then logger -t "mount.crypt" -p user.err -i "/usr/sbin/umount.crypt: File not found." exit 1 fi /usr/sbin/umount.crypt "$@" elif [[ "$CMD" =~ "mount" ]]; then if [ ! -x /usr/sbin/mount.crypt ]; then logger -t "mount.crypt" -p user.err -i "/usr/sbin/mount.crypt: File not found." exit 1 fi /usr/sbin/mount.crypt "$@" else logger -t "mount.crypt" -p user.err -i "Unknown command: $0" exit 1 fi
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