OSDN Git Service

The options passed to portsreinstall in the builder chroot environment by portsreinst...
authorMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Mon, 20 Aug 2018 17:13:41 +0000 (01:13 +0800)
committerMamoru Sakaue / MwGhennndo <glmwghennndo@users.sourceforge.jp>
Mon, 20 Aug 2018 17:13:41 +0000 (01:13 +0800)
 Changes to be committed:
modified:   lib/chroot/libcommand_do.sh
modified:   lib/libmain.sh
modified:   man/portsreinstall-chroot.8

lib/chroot/libcommand_do.sh
lib/libmain.sh
man/portsreinstall-chroot.8

index b99094d..842cad8 100644 (file)
@@ -254,9 +254,9 @@ command_do_main_init_resinst ()
                message_section_title "Full course main: Initiate the reinstallation process"
                if [ $opt_batch_mode = no ]
                then
-                       opts='-CGSYjqx'
+                       opts='-CGSjqx'
                else
-                       opts='-CGSajqx'
+                       opts='-CGSYajqx'
                fi
                if ! chroot "$opt_basedir"/builder /usr/bin/env ${PROGRAM} $opts
                then
index 81bf918..d836f34 100644 (file)
@@ -12,7 +12,7 @@ main_set_version ()
        MYVERSION=4.1.0
        COMPATIBLE_VERSIONS='^(4\.[1]\.[0-9])$'
        # Template for development versions
-       MYVERSION=4.0.0+toward_4.1.0_20180821001856
+       MYVERSION=4.0.0+toward_4.1.0_20180821011319
        COMPATIBLE_VERSIONS='^(4\.[0-1]\.[0-9]]|4\.[0]\.[0]+(|\+toward_4\.[0-1]\.[0-9]+_[0-9]+))$'
 }
 
index 3706aef..daf9ab2 100644 (file)
@@ -195,7 +195,7 @@ The delimiter is comma (",") by default and changeable by \fB\-E\fR option.
 .PD 0
 .TP
 \fB\-\-fullcourse\fR
-Carry out the \fBdo\fR process as the "full course" automatic mode where operation in the builder \fBchroot\fR(8) environment is initiated by update of the ports tree and package repository followed by cleaning of the temporary database and execution of \fBportsreinstall\fR(8) initiated with option \fB\-CGSYjqx\fR (\fB\-CGSajqx\fR if \fB\-a\fR option is set).
+Carry out the \fBdo\fR process as the "full course" automatic mode where operation in the builder \fBchroot\fR(8) environment is initiated by update of the ports tree and package repository followed by cleaning of the temporary database and execution of \fBportsreinstall\fR(8) initiated with option \fB\-CGSjqx\fR (\fB\-CGSYajqx\fR if \fB\-a\fR option is set).
 Resuming \fBdo\fR command automatically executes \fBportsreinstall\fR(8) in the builder \fBchroot\fR(8) environment.
 With \fB\-a\fR option, the all detected leaf and obsolete packages will be deleted.
 .PD