Submitted by:	steve
This commit is contained in:
Justin M. Seger
1998-10-16 02:42:29 +00:00
parent 79f04ccd0d
commit 3c92df3d36
42 changed files with 112 additions and 154 deletions

View File

@@ -32,7 +32,7 @@ if( getgrnam( "pgsql" ) ) {
print "pgsql user using uid $pgUID\n";
print "pgsql user using gid $pgGID\n";
system( "/usr/bin/chpass -a \"pgsql:*:$pgUID:$pgGID::0:0:PostgreSQL pseudo-user:$ENV{'PREFIX'}/pgsql:/bin/sh\"" );
system( "/usr/bin/chpass -a \"pgsql:*:$pgUID:$pgGID\:\:0:0:PostgreSQL pseudo-user:$ENV{'PREFIX'}/pgsql:/bin/sh\"" );
sub append_file {
local($file,@list) = @_;