Last change
on this file since 1278 was
1201,
checked in by price, 16 years ago
|
rename invirt-console-server directory too
|
-
Property svn:executable set to
*
|
File size:
239 bytes
|
Rev | Line | |
---|
[1062] | 1 | #!/usr/bin/perl -0p |
---|
[1068] | 2 | s/^(\s*negative-time-to-live\s*passwd\s*).*$/${1}3/m or die; |
---|
| 3 | s/^(\s*negative-time-to-live\s*group\s*).*$/${1}3/m or die; |
---|
[1062] | 4 | s/^(\s*persistent\s*passwd\s*).*$/\1no/m or die; |
---|
| 5 | s/^(\s*persistent\s*group\s*).*$/\1no/m or die; |
---|
| 6 | |
---|
Note: See
TracBrowser
for help on using the repository browser.