source: trunk/packages/sipb-xen-console/debian/transform_nscd.conf.sipb-xen @ 1068

Last change on this file since 1068 was 1068, checked in by broder, 16 years ago

nscd.conf was getting generated wrong. Fix it

Also known as "why I shouldn't be allowed to write Perl"

  • Property svn:executable set to *
File size: 239 bytes
Line 
1#!/usr/bin/perl -0p
2s/^(\s*negative-time-to-live\s*passwd\s*).*$/${1}3/m or die;
3s/^(\s*negative-time-to-live\s*group\s*).*$/${1}3/m or die;
4s/^(\s*persistent\s*passwd\s*).*$/\1no/m or die;
5s/^(\s*persistent\s*group\s*).*$/\1no/m or die;
6
Note: See TracBrowser for help on using the repository browser.