summaryrefslogtreecommitdiff
path: root/user/rpcbind
AgeCommit message (Collapse)AuthorFilesLines
2021-10-04user/rpcbind: bump to 1.2.6Dan Theisen1-2/+2
2021-01-10user/rpcbind: fix install location of rpcbindJohn Ogness1-1/+1
/etc/init.d/rpcbind has /sbin/rpcbind hard-coded but rpcbind is installed in /usr/sbin. The APKBUILD specifies --bindir=/sbin during configuration, but this was probably meant to be --sbindir. Use --sbindir instead so that rpcbind is located in /sbin. Signed-off-by: John Ogness <adelielinux@ogness.net>
2020-01-11user/*: Modernise / fix syntax / metadata / depsA. Wilcox1-4/+4
2019-07-22user/*: don't add -k /etc/skel for system usersMax Rees1-1/+1
2019-07-22user/*: use useradd, groupadd instead of adduser, addgroupMax Rees2-3/+4
2018-09-30user/rpcbind: new packageDan Theisen5-0/+80