aboutsummaryrefslogtreecommitdiffstats
path: root/main/arpwatch
Commit message (Collapse)AuthorAgeFilesLines
* main/arpwatch: modernize APKBUILD and mark no test suiteRoberto Oliveira2017-11-071-25/+18
|
* main/arpwatch: fix source urlRoberto Oliveira2017-11-071-53/+3
|
* main/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* Reorder arguments passed to addgroup/adduser in scripts.Przemyslaw Pawelczyk2016-04-251-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 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.
* Add -g option (GECOS/comment) to adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | This way we can avoid ugly default: Linux user,,,
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-5/+5
|
* main/arpwatch: fix install dir for arwpatch-ethercodesNatanael Copa2014-02-051-2/+4
| | | | ref #2593
* main/arpwatch: added return 1 in case pkgdir is not createdFrancesco Colista2013-12-061-1/+1
|
* main/[various]: fix build against musl (add update_config_sub)Timo Teräs2013-09-271-1/+1
|
* main/arpwatch: use /sbin/nologin as shellNatanael Copa2013-09-042-2/+2
|
* main/arpwatch: use /sbin/nologin as shellNatanael Copa2013-09-031-1/+1
|
* main/arpwatch: update config.subNatanael Copa2013-08-141-3/+4
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-2/+6
|
* main/arpwatch:Francesco Colista2013-07-182-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 Colista2013-07-093-14/+80
| | | | script shipped with the package
* main/arpwatch: added several patches for improving options and securityFrancesco Colista2013-07-0823-6/+2637
|
* main/arpwatch: remove unneded patchNatanael Copa2012-06-112-16/+2
| | | | We never applied it anyways.
* main/arpwatch: security fix CVE-2012-2653Natanael Copa2012-06-112-1/+28
| | | | fixes #1202
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/{arpon,arpwatch,asterisk}: start service after firewallNatanael Copa2009-09-152-4/+5
|
* moved extra/* to main/Natanael Copa2009-07-243-0/+85
and fixed misc build issues