OSDN Git Service

[BUG FIX] Removed a remained debugging code in the action for save command.
authorMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Mon, 24 Dec 2012 18:44:59 +0000 (03:44 +0900)
committerMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Mon, 24 Dec 2012 18:44:59 +0000 (03:44 +0900)
Bumped to realease version.

modified:   portsreinstall
modified:   portsreinstall.8
modified:   portsreinstall.8~
modified:   portsreinstall~

portsreinstall
portsreinstall.8
portsreinstall.8~
portsreinstall~

index 2f9633d..64c9a4f 100755 (executable)
@@ -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
index 3fc069a..90c40e0 100644 (file)
@@ -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.
index 67f06e3..90c40e0 100644 (file)
@@ -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.
index b3a88e4..440f267 100755 (executable)
@@ -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