Received: (at submit) by bugs.debian.org; 8 Jan 1997 22:25:08 +0000 Received: (qmail 14092 invoked from network); 8 Jan 1997 22:25:04 -0000 Received: from cygnus.com (205.180.230.20) by master.debian.org with SMTP; 8 Jan 1997 22:25:04 -0000 Received: from tweedledumb.cygnus.com (tweedledumb.cygnus.com [192.80.44.1]) by cygnus.com (8.6.12/8.6.9) with SMTP id OAA19289 for <submit@bugs.debian.org>; Wed, 8 Jan 1997 14:23:17 -0800 Received: from maneki-neko.cygnus.com by tweedledumb.cygnus.com (4.1/4.7) id AA17028; Wed, 8 Jan 97 17:23:16 EST Received: (from eichin@localhost) by maneki-neko.cygnus.com (8.8.4/8.7.3) id RAA10812; Wed, 8 Jan 1997 17:23:14 -0500 Sender: eichin@cygnus.com To: submit@bugs.debian.org Subject: postgres should *test* for user postgres From: Mark Eichin <eichin@cygnus.com> Date: 08 Jan 1997 17:23:10 -0500 Message-Id: <xe1hgkrg629.fsf@maneki-neko.cygnus.com> Lines: 8 X-Mailer: Gnus v5.2.39/Emacs 19.34 package: postgres95 version: 1.01-1 postgres stops and prompts from preinst for the user to check that user postgres exists. Can't it just test directly, either with grep /etc/passwd or finger or something indirect if it must? Or is something more subtle needed?