Skip to content

Commit 71f35f5

Browse files
committed
At present it is impossible to kill createuser except with kill -9
Oliver Elphick
1 parent 71e1f53 commit 71f35f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/scripts/createuser

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
#
1111
# IDENTIFICATION
12-
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createuser,v 1.30 2003/02/13 05:37:44 momjian Exp $
12+
# $Header: /cvsroot/pgsql/src/bin/scripts/Attic/createuser,v 1.31 2003/02/19 03:52:57 momjian Exp $
1313
#
1414
# Note - this should NOT be setuid.
1515
#
@@ -179,7 +179,7 @@ fi
179179
# Don't want to leave the user blind if he breaks
180180
# during password entry.
181181

182-
trap 'stty echo >/dev/null 2>&1' 1 2 3 15
182+
trap 'stty echo >/dev/null 2>&1; echo; exit 1' 1 2 3 15
183183

184184
# Get missing user attributes
185185

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy