source:
branches/fc13-dev/server/debian/scripts-tokensys/debian/scripts-tokensys.postinst
@
1634
Last change on this file since 1634 was 108, checked in by tabbott, 18 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.