log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
pkg
annotate src/restore-acls.sh @ 24:
eab9ad213a69
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
implemented script to restore acls.
author
Robert McIntyre <rlm@mit.edu>
date
Thu, 10 Jan 2013 12:49:52 +0000
parents
children
rev
line source
rlm@24
1
#!/bin/sh
rlm@24
2
rlm@24
3
(cd / && setfacl --restore=/etc/acls)