Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/nut: fix user creation in post-install | Valery Kartel | 2017-06-02 | 1 | -5/+2 |
| | | | | | | | | | -- add nut home dir /var/lib/nut used for scheduler fix libexec and driver dirs (libexec -> lib) add using dns in init-scripts remove conf.d files from package because it have no sence for now cleanups in APKBUILD and init-scripts | ||||
* | testing/nut: improve abuild and scripts a bit and rebuild | Jakub Jirutka | 2017-03-05 | 1 | -2/+2 |
| | |||||
* | testing/nut: Upgrade to 2.7.4. conf.d & init.d cleanups | Valery Kartel | 2016-07-07 | 1 | -0/+5 |
| | | | | | | | - rename all /etc/nut/*.conf.sample to /etc/nut/*.conf - make conf.d/* init.d/* more clean and openrc-run'ed - nut-upsmon now dynamically depends on nut-upsd if the MODE parameter in /etc/nut/nut.conf is set to 'standalone' or 'netserver'. - make a user and group creation in pre-install. I think we need to remove this user/group from alpine-baselayout. | ||||
* | Improve consistency of scripts using adduser/addgroup. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -0/+1 |
| | | | | | | | | | | | | 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/nut: new aport | Kozak Ivan | 2014-03-05 | 1 | -0/+4 |