summaryrefslogtreecommitdiff
path: root/databases/postgresql73
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql73')
-rw-r--r--databases/postgresql73/pkg-install2
1 files changed, 1 insertions, 1 deletions
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