aboutsummaryrefslogtreecommitdiffstats
path: root/main/opentracker
Commit message (Collapse)AuthorAgeFilesLines
* main/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* Improve consistency of scripts using adduser/addgroup.Przemyslaw Pawelczyk2016-04-251-1/+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.
* Add -g option (GECOS/comment) to adduser in scripts.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | | | This way we can avoid ugly default: Linux user,,,
* Reorder options passed to adduser in scripts: make -S first.Przemyslaw Pawelczyk2016-04-251-1/+1
| | | | It's only for consistency and to ease spotting lack of it.
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-3/+7
|
* main/opentracker: build fixNatanael Copa2011-03-311-3/+2
|
* 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/opentracker: moved from testingNatanael Copa2010-06-303-0/+79
fixes #190