From ac22c22af7c54c7f6fffeebc3f41fa7296cae410 Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Tue, 30 Jan 2001 07:27:00 +0000 Subject: Do not set the shell for user "pgsql" to `/bin/nologin' at package install time: this breaks the rc.d script. Default to `/bin/sh' as a `make install' would do. PR: ports/23534 Submitted by: Nick Sayer --- databases/postgresql73/pkg-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/postgresql73') diff --git a/databases/postgresql73/pkg-install b/databases/postgresql73/pkg-install index 7f3a090fe4b6..c55c0ebb161f 100644 --- a/databases/postgresql73/pkg-install +++ b/databases/postgresql73/pkg-install @@ -30,7 +30,7 @@ POST-INSTALL) echo "You already have a user \"${USER}\", so I will use it." else if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d ${DB_DIR} -s /sbin/nologin -c "PostgreSQL Daemon" + -d ${DB_DIR} -c "PostgreSQL Daemon" then echo "Added user \"${USER}\"." else -- cgit v1.2.3