repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
openafs-features
/
openafs.install
blob
7d83bc5eccdd4ec6e8abf5e0aa52dce2a607c2c9
1
2
post_install() {
3
cat << EOF
4
5
NOTE
6
----
7
default cache directory is /var/cache/openafs/.
8
If this directory is not on ext3 filessytem, AFS will refuse to start.
9
You can get round this limitation by mounting ext3 formanted file
10
using loop mount to /var/cache/openafs/.
11
12
EOF
13
}
14