annotate src/restore-acls.sh @ 35:4823f88ea3b6

add -0 option to pkg-files.
author Robert McIntyre <rlm@mit.edu>
date Sun, 10 Feb 2013 05:58:58 -0500
parents eab9ad213a69
children
rev   line source
rlm@24 1 #!/bin/sh
rlm@24 2
rlm@24 3 (cd / && setfacl --restore=/etc/acls)