log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
pkg
view 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
line wrap:
on
line source
1
#!/bin/sh
2
3
(cd / && setfacl --restore=/etc/acls)