xbps-uunshare: replace -D/-H/-S with -b src/dest and switch to getopt(3).

This commit is contained in:
Juan RP
2015-05-06 11:40:19 +02:00
parent 4a97810c0b
commit 2baf1ae101
3 changed files with 85 additions and 58 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.45 (???):
* xbps-uunshare(8): replaced -D, -H and -S with -b src:dest. This bind mounts
src into dir/dest and allows unlimited mounts.
* xbps-uchroot(8): replaced -D, -H and -S with -b src:dest. This bind mounts
src into dir/dest and allows unlimited mounts.