Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit71f35f5

Browse files
committed
At present it is impossible to kill createuser except with kill -9
Oliver Elphick
1 parent71e1f53 commit71f35f5

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)

[8]ページ先頭

©2009-2025 Movatter.jp