File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
#
9
9
#
10
10
# IDENTIFICATION
11
- # $Header: /cvsroot/pgsql/src/bin/destroyuser/Attic/destroyuser.sh,v 1.9 1998/08/22 05:19:21 momjian Exp $
11
+ # $Header: /cvsroot/pgsql/src/bin/destroyuser/Attic/destroyuser.sh,v 1.10 1998/09/01 15:57:00 thomas Exp $
12
12
#
13
13
# Note - this should NOT be setuid.
14
14
#
90
90
91
91
if [ -z " $DELUSER " ]
92
92
then
93
- echo OPT_DASH_N_PARAM " Enter name of user to delete ---> OPT_BACKSLASH_C_PARAM "
93
+ echo PG_OPT_DASH_N_PARAM " Enter name of user to delete ---> PG_OPT_BACKSLASH_C_PARAM "
94
94
read DELUSER
95
95
fi
96
96
154
154
yn=f
155
155
while [ $yn != y -a $yn != n ]
156
156
do
157
- echo OPT_DASH_N_PARAM " Deleting user $DELUSER will destroy them. Continue (y/n)? OPT_BACKSLASH_C_PARAM "
157
+ echo PG_OPT_DASH_N_PARAM " Deleting user $DELUSER will destroy them. Continue (y/n)? PG_OPT_BACKSLASH_C_PARAM "
158
158
read yn
159
159
done
160
160
You can’t perform that action at this time.
0 commit comments