OSDN Git Service

[BUG FIX] The format of backup packages could fluctuate in case of pkgng.
authorMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Mon, 14 Jan 2013 13:59:40 +0000 (22:59 +0900)
committerMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Mon, 14 Jan 2013 13:59:40 +0000 (22:59 +0900)
modified:   portsreinstall
modified:   portsreinstall.8

portsreinstall
portsreinstall.8

index 087b7b2..8e8b4b4 100755 (executable)
@@ -10,7 +10,7 @@
 # ================================================
 
 APPNAME=`basename "$0"`
-MYVERSION=2.2.2+toward_2.2.3_20130113041121
+MYVERSION=2.2.2+toward_2.2.3_20130114225853
 
 PREFIX=${PREFIX:-/usr/local}
 CONFFILE=${PREFIX}/etc/${APPNAME}.conf
@@ -444,7 +444,7 @@ then
        }
        pkg_create_b ()
        {
-               pkg create "$@"
+               pkg create -f tbz "$@"
        }
        pkg_delete_f ()
        {
index ae23938..cfb6f74 100644 (file)
@@ -291,6 +291,8 @@ Configuration file of portupgrade(1).
 [MISC] Line feeds of the help and information messages are improved.
 
 [BUG FIX] Meaningless warnings at the end of leave ports are suppressed.
+
+[BUG FIX] The format of backup packages could fluctuate in case of pkgng.
 .TP
 2.2.2 (03 January 2013)
 [BUG FIX] Commands \fBok add\fR and \fBok del\fR failed if no port has reinstalled in the latest do/redo process.