|
Last change
on this file since 2733 was
1062,
checked in by broder, 17 years ago
|
|
Update config files to work with Hardy
Switch them to use DEB_TRANSFORM_FILES in the process
|
-
Property svn:executable set to
*
|
|
File size:
235 bytes
|
| Line | |
|---|
| 1 | #!/usr/bin/perl -0p |
|---|
| 2 | s/^(\s*negative-time-to-live\s*passwd\s*).*$/\13/m or die; |
|---|
| 3 | s/^(\s*negative-time-to-live\s*group\s*).*$/\13/m or die; |
|---|
| 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.