Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 1998 23:50:00 -0800 (PST)
From:      FUJISHIMA Satsuki <k5@respo.or.jp>
To:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/8849: can't install because of script bug
Message-ID:  <199812200750.XAA13440@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/8849; it has been noted by GNATS.

From: FUJISHIMA Satsuki <k5@respo.or.jp>
To: steve@FreeBSD.ORG
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: ports/8849: can't install because of script bug
Date: Sun, 20 Dec 1998 16:43:47 +0900

 > Synopsis: can't install because of script bug
 > 
 > State-Changed-From-To: open->closed
 > State-Changed-By: steve
 > State-Changed-When: Sat Dec 19 23:45:26 GMT 1998
 > State-Changed-Why: 
 > This was corrected in revision 1.5 of the createuser script.
 
 I reported about japanese/postgresql, not databases/postgresql.
 It seems you are talking about the latter thing.
 Yes, the problem on createuser has solved at revision 1.5,
 but the same problem is still on createuser.tmpl revision 1.1.
 Please check it.
 
 ----
 k5@souffle$ grep chpass databases/postgresql/scripts/createuser 
 system( "/usr/bin/chpass -a \"pgsql:*:$pgUID:$pgGID\:\:0:0:PostgreSQL pseudo-user:$ENV{'PREFIX'}/pgsql:/bin/sh\"" );
 k5@souffle$ grep chpass japanese/postgresql/scripts/createuser.tmpl 
 system( "/usr/bin/chpass -a \"PGSQL_UID:*:$pgUID:$pgGID::0:0:PostgreSQL pseudo-user:$ENV{'PREFIX'}/INSTALL_DIR:/bin/sh\"" );
 
 ----
 FUJISHIMA Satsuki

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812200750.XAA13440>