Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Bernd Ernesti <veego@netbsd.org>
List: pkgsrc-changes
Date: 08/12/2001 22:55:57
Module Name: pkgsrc
Committed By: veego
Date: Sun Aug 12 19:55:57 UTC 2001
Modified Files:
pkgsrc/chat/gale/pkg: INSTALL
pkgsrc/databases/postgresql-server/pkg: INSTALL
pkgsrc/print/cups/pkg: INSTALL
pkgsrc/sysutils/ups-nut/pkg: INSTALL
Log Message:
Fix same problems with the user check:
- use 'id' instead of 'finger'. this is not a real problem, but it
is enough and fixing the next problem makes it possible to use it.
- grep -q doesn't work on solaris, so use a different way to suppress
the output from the user check.
- the return code check for the user was reversed.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/chat/gale/pkg/INSTALL
cvs rdiff -r1.3 -r1.4 pkgsrc/databases/postgresql-server/pkg/INSTALL
cvs rdiff -r1.9 -r1.10 pkgsrc/print/cups/pkg/INSTALL
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/sysutils/ups-nut/pkg/INSTALL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.