Revision 22733,
355 bytes
checked in by tabbott, 17 years ago
(diff) |
Include transform_afs.conf.debathena.
|
-
Property svn:executable set to
*
|
Line | |
---|
1 | #!/usr/bin/perl -0p |
---|
2 | if (m/AFS_SYSNAME/) { |
---|
3 | s/^.*AFS_SYSNAME=.*$/AFS_SYSNAME="\$(machtype -S) \$(machtype -C | sed "s\/:\/ \/g")"/m or die; |
---|
4 | } else { |
---|
5 | s/^AFS_POST_INIT=.*$/AFS_POST_INIT="fs sysname \$(machtype -S) \$(machtype -C | sed "s\/:\/ \/g")"/m or die; |
---|
6 | } |
---|
7 | s/^OPTIONS=(AUTOMATIC|\$MEDIUM)$/OPTIONS="-stat 10000 -daemons 6 -volumes 200"/m or die; |
---|
Note: See
TracBrowser
for help on using the repository browser.