Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | Reorder arguments passed to addgroup/adduser in scripts. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER | ||||
* | Improve consistency of scripts using adduser/addgroup. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -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. | ||||
* | Add -g option (GECOS/comment) to adduser in scripts. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | | | | | | This way we can avoid ugly default: Linux user,,, | ||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 2 | -5/+5 |
| | |||||
* | main/arpwatch: fix install dir for arwpatch-ethercodes | Natanael Copa | 2014-02-05 | 1 | -2/+4 |
| | | | | ref #2593 | ||||
* | main/arpwatch: added return 1 in case pkgdir is not created | Francesco Colista | 2013-12-06 | 1 | -1/+1 |
| | |||||
* | main/[various]: fix build against musl (add update_config_sub) | Timo Teräs | 2013-09-27 | 1 | -1/+1 |
| | |||||
* | main/arpwatch: use /sbin/nologin as shell | Natanael Copa | 2013-09-04 | 2 | -2/+2 |
| | |||||
* | main/arpwatch: use /sbin/nologin as shell | Natanael Copa | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | main/arpwatch: update config.sub | Natanael Copa | 2013-08-14 | 1 | -3/+4 |
| | |||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -2/+6 |
| | |||||
* | main/arpwatch: | Francesco Colista | 2013-07-18 | 2 | -14/+15 |
| | | | | | | - fixed typo of pkguser in pkgusers - changed arpuser to arpwatch - fixed /var/run dir creation and changepath | ||||
* | main/arpwatch: change maintainer, added subpackage for ethercodes, added ↵ | Francesco Colista | 2013-07-09 | 3 | -14/+80 |
| | | | | script shipped with the package | ||||
* | main/arpwatch: added several patches for improving options and security | Francesco Colista | 2013-07-08 | 23 | -6/+2637 |
| | |||||
* | main/arpwatch: remove unneded patch | Natanael Copa | 2012-06-11 | 2 | -16/+2 |
| | | | | We never applied it anyways. | ||||
* | main/arpwatch: security fix CVE-2012-2653 | Natanael Copa | 2012-06-11 | 2 | -1/+28 |
| | | | | fixes #1202 | ||||
* | main: mass-rebuild of packages missing arch in .PKGINFO | Natanael Copa | 2011-03-31 | 1 | -1/+1 |
| | | | | this is needed for apk-tools-2.1 migration | ||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | main/*: add arch | Natanael Copa | 2010-12-13 | 1 | -0/+1 |
| | |||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/{arpon,arpwatch,asterisk}: start service after firewall | Natanael Copa | 2009-09-15 | 2 | -4/+5 |
| | |||||
* | moved extra/* to main/ | Natanael Copa | 2009-07-24 | 3 | -0/+85 |
and fixed misc build issues |