aboutsummaryrefslogtreecommitdiffstats
path: root/testing/udevil
Commit message (Collapse)AuthorAgeFilesLines
* testing/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* Improve consistency of scripts using adduser/addgroup.Przemyslaw Pawelczyk2016-04-251-1/+2
| | | | | | | | | | | | Following rules have been applied: - script starts with shebang !#/bin/sh followed by blank line, - script ends with exit 0 prepended by blank line, - only stderr of adduser, addgroup or passwd is redirected to /dev/null, - getent passwd/group instances has been removed, - manual checking of file and group existence has been removed, - `|| true` instances has been removed. Comments and line wrapping have been preserved.
* testing/udevil: rebuild against eudevNatanael Copa2015-11-101-2/+2
|
* testing/udevil: move post-install messageStuart Cardall2015-05-212-22/+20
| | | | post-install message moved to $pkgname/usr/share/doc/README.alpine
* testing/udevil: move post-install messageStuart Cardall2015-05-073-27/+25
|
* testing/udevil: new aportStuart Cardall2015-05-053-0/+69
the build server will need the plugdev group for chown to succeed udevil is an alternative to udisks: https://ignorantguru.github.io/udevil/ Mount / unmount removable devices without being root (also mounts ISO / nfs://, smb://, ftp://, ssh:// WebDAV URLs, and tmpfs/ramfs. SUID bit removed & tested as in & out of the plugdev group.