aboutsummaryrefslogtreecommitdiffstats
path: root/main/paxmark
Commit message (Collapse)AuthorAgeFilesLines
* main/paxmark: no test suiteA. Wilcox2017-08-281-0/+1
|
* main/paxmark: follow POSIX with 'return' vs 'exit'A. Wilcox2017-07-282-6/+4
| | | | | | | | | | | | The 'return' builtin is used for functions and dot scripts only: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#return This means that paxmark has undefined behaviour. When /bin/sh is bash, an error is output: /usr/sbin/paxmark: line 32: return: can only `return' from a function or sourced script This commit replaces 'return' with POSIX standard 'exit'.
* main/paxmark: add paxmark also to disk inside fakerootTimo Teräs2017-01-272-6/+11
|
* main/paxmark: checksumsWilliam Pitcock2017-01-241-3/+3
|
* main/paxmark: remove paxctl usageWilliam Pitcock2017-01-242-11/+3
|
* main/paxmark: fix for busybox 1.25Natanael Copa2016-08-042-7/+7
| | | | we cannot declare local variables in global scope anymore
* main/paxmark: don't redirect attr stderr output to /dev/nullSören Tempel2015-12-112-5/+5
| | | | Makes debugging easier.
* main/paxmark: fix inverted testTimo Teräs2015-04-162-5/+5
|
* main/paxmark: add 'e' only if -z is not specifiedTimo Teräs2015-04-162-5/+5
| | | | -z is clear all flags and it disables all flags - even the default ones.
* main/paxmark: validate and sort xattr flagsTimo Teräs2015-04-082-7/+18
| | | | | | pax allows each letter to be in the xattr value only once, so create the value accordingly. This also keeps the letters sorted in the xattr value which is useful for apk in various ways.
* main/paxmark: new aportTimo Teräs2014-10-312-0/+52
ship alpine specific paxmark.sh that does the correct paxmarking. intended to be used in APKBUILDs to tag files. similar to what you would find from elfix.