source:
server/common/oursrc/tokensys/debian/scripts-tokensys.postinst
@
108
| Last change on this file since 108 was 108, checked in by tabbott, 19 years ago | |
|---|---|
| File size: 167 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | set -e |
| 4 | |
| 5 | installinit_error() { |
| 6 | exit $? |
| 7 | } |
| 8 | |
| 9 | chown -R afsagent:afsagent /var/lib/afsagent |
| 10 | chown afsagent:root /var/spool/cron/crontabs/afsagent |
| 11 | |
| 12 | #DEBHELPER# |
| 13 |
Note: See TracBrowser
for help on using the repository browser.
