source:
server/common/oursrc/tokensys/debian/scripts-tokensys.postinst
@
109
Last change on this file since 109 was 108, checked in by tabbott, 18 years ago | |
---|---|
File size: 167 bytes |
Rev | Line | |
---|---|---|
[108] | 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.