source: package_branches/invirt-console/hvirt/debian/transform_nsswitch.conf.invirt @ 2777

Last change on this file since 2777 was 1813, checked in by broder, 15 years ago

Rename invirt-console-server source package to invirt-console

  • 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.