From: Mamoru Sakaue / MwGhennndo Date: Mon, 24 Dec 2012 18:44:59 +0000 (+0900) Subject: [BUG FIX] Removed a remained debugging code in the action for save command. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0ab7461da125154868656ec90daef0cc8ed88dee;p=portsreinstall%2Fcurrent.git [BUG FIX] Removed a remained debugging code in the action for save command. Bumped to realease version. modified: portsreinstall modified: portsreinstall.8 modified: portsreinstall.8~ modified: portsreinstall~ --- diff --git a/portsreinstall b/portsreinstall index 2f9633d..64c9a4f 100755 --- a/portsreinstall +++ b/portsreinstall @@ -10,7 +10,7 @@ # ================================================ APPNAME=`basename "$0"` -MYVERSION=2.2.0+toward_2.2.1_20121225033238 +MYVERSION=2.2.1 PREFIX=${PREFIX:-/usr/local} CONFFILE=${PREFIX}/etc/${APPNAME}.conf @@ -1339,7 +1339,6 @@ taboo) exit ;; save) -echo $* chk_privilege [ -d "${DBDIR}" ] || { echo "ERROR: Database has not been built up yet." >&2; exit 1; } savedir=$1 diff --git a/portsreinstall.8 b/portsreinstall.8 index 3fc069a..90c40e0 100644 --- a/portsreinstall.8 +++ b/portsreinstall.8 @@ -291,6 +291,8 @@ Configuration file of portupgrade(1). [CHANGED] Command \fBshow todo_next\fR is renamed to \fBshow pending\fR. [IMPROVED] Changes are made so as to avoid retrying for dependents of failed ports when no problem has resolved. + +[BUG FIX] Removed a remained debugging code in the action for \fBsave\fR command. .TP 2.2.0 (17 December 2012) [NEW] Command of \fBshow todo_next\fR is added. diff --git a/portsreinstall.8~ b/portsreinstall.8~ index 67f06e3..90c40e0 100644 --- a/portsreinstall.8~ +++ b/portsreinstall.8~ @@ -288,9 +288,11 @@ Configuration file of portupgrade(1). \fBportsreinstall\fR has been developed as below. .TP 2.2.1 (25 December 2012) -CHANGED] Command \fBshow todo_next\fR is renamed to \fBshow pending\fR. +[CHANGED] Command \fBshow todo_next\fR is renamed to \fBshow pending\fR. [IMPROVED] Changes are made so as to avoid retrying for dependents of failed ports when no problem has resolved. + +[BUG FIX] Removed a remained debugging code in the action for \fBsave\fR command. .TP 2.2.0 (17 December 2012) [NEW] Command of \fBshow todo_next\fR is added. diff --git a/portsreinstall~ b/portsreinstall~ index b3a88e4..440f267 100755 --- a/portsreinstall~ +++ b/portsreinstall~ @@ -10,7 +10,7 @@ # ================================================ APPNAME=`basename "$0"` -MYVERSION=2.2.0+toward_2.2.1_20121225032906 +MYVERSION=2.2.1 PREFIX=${PREFIX:-/usr/local} CONFFILE=${PREFIX}/etc/${APPNAME}.conf