source: trunk/packages/sipb-xen-console/debian/transform_nsswitch.conf.sipb-xen @ 1062

Last change on this file since 1062 was 1062, checked in by broder, 16 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: 91 bytes
Line 
1#!/usr/bin/perl -0p
2s/^(passwd: .*)$/$1 pgsql/m or die;
3s/^(group: .*)$/$1 pgsql/m or die;
Note: See TracBrowser for help on using the repository browser.