Rev 8858 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8858 | Rev 12452 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #! /bin/sh |
1 | #! /bin/sh |
2 | # |
2 | # |
3 | # Fixes the uid of ch..root. |
3 | # Fixes the uid of ch..root. |
4 | # Useless if you are not using the wims-chroot distribution. |
4 | # Useless if you are not using the wims-chroot distribution. |
5 | # Must be run as root. |
5 | # Must be run as root. |
6 | 6 | ||
7 | cd `dirname $0`/.. |
7 | cd `dirname $0`/.. |
8 | if [ ! -d chroot ]; then |
8 | if [ ! -d chroot ]; then |