- Update to 1.10.2

PR:		99868
Submitted by:	maintainer
Approved by:	delphij (mentor, implicit)
This commit is contained in:
Rong-En Fan 2006-07-07 15:54:10 +00:00
parent 37cb77dacd
commit 1652cec2f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167140
2 changed files with 1 additions and 20 deletions

View File

@ -12,7 +12,7 @@ fi
# Ensure the old version exists at the end of the argument list
OLDVERSION=`echo "$*" | sed -e "s/^.* \([^ ]*\)/\1/"`
VTEST=`echo "$OLDVERSION" | sed -e 's/^1\.8\.[01234678]$/OKAY/' -e 's/^1\.10\.[0]$/OKAY/'`
VTEST=`echo "$OLDVERSION" | sed -e 's/^1\.8\.[01234678]$/OKAY/' -e 's/^1\.10\.[01]$/OKAY/'`
if [ "${VTEST}" != "OKAY" ]
then
echo "Version $OLDVERSION unknown."

View File

@ -1,19 +0,0 @@
*** inst/postgres.pl.orig Sun Apr 2 10:26:59 2006
--- inst/postgres.pl Sun Apr 2 10:27:55 2006
***************
*** 135,141 ****
unless ($PG{host_name}) {
$PG{system_user} = $PG{root_user};
! while(1) {
ask_confirm("Postgres System Username", \$PG{system_user}, $QUIET);
$PG{system_user_uid} = (getpwnam($PG{system_user}))[2];
last if defined $PG{system_user_uid};
--- 135,141 ----
unless ($PG{host_name}) {
$PG{system_user} = $PG{root_user};
! while(!$QUIET) {
ask_confirm("Postgres System Username", \$PG{system_user}, $QUIET);
$PG{system_user_uid} = (getpwnam($PG{system_user}))[2];
last if defined $PG{system_user_uid};