diff options
author | Silvino Silva <silvino@bk.ru> | 2017-02-19 20:50:32 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2017-02-19 20:50:32 +0000 |
commit | 2a21a4806c13aa5d3c53c47d4754ebc9f0e58016 (patch) | |
tree | 4344e4f340bcde8d420f7941e80105d7f3f7becf | |
parent | 80abe305030577f2658ea7e342fc31ddfa45d6d1 (diff) | |
download | doc-2a21a4806c13aa5d3c53c47d4754ebc9f0e58016.tar.gz |
fix core install and ports
-rw-r--r-- | core/conf/prt-get.conf | 2 | ||||
-rw-r--r-- | core/ports.html | 2 | ||||
-rw-r--r-- | core/scripts/setup-install.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/core/conf/prt-get.conf b/core/conf/prt-get.conf index 1a5d841..f6b6d16 100644 --- a/core/conf/prt-get.conf +++ b/core/conf/prt-get.conf @@ -38,7 +38,7 @@ logfile /usr/ports/pkgbuild/%n-%v-%r.log readme verbose # (verbose|compact|disabled) ### prefer higher versions in sysup / diff -preferhigher yes # (yes|no) +preferhigher no # (yes|no) ### use regexp search # useregex no # (yes|no) diff --git a/core/ports.html b/core/ports.html index 230e284..489e728 100644 --- a/core/ports.html +++ b/core/ports.html @@ -185,7 +185,7 @@ readme verbose # (verbose|compact|disabled) ### prefer higher versions in sysup / diff - preferhigher yes # (yes|no) + preferhigher no # (yes|no) ### use regexp search # useregex no # (yes|no) diff --git a/core/scripts/setup-install.sh b/core/scripts/setup-install.sh index ad5e76a..01e3bd1 100644 --- a/core/scripts/setup-install.sh +++ b/core/scripts/setup-install.sh @@ -237,7 +237,7 @@ setup_ports() { chroot $CHROOT /usr/bin/env -i \ HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \ PATH=/bin:/usr/bin:/sbin:/usr/sbin \ - /bin/bash -c "useradd -U -m -d /usr/ports -s /bin/false pkgmk" + /bin/bash -c "useradd -U -M -d /usr/ports -s /bin/false pkgmk" chroot $CHROOT /usr/bin/env -i \ HOME=/root TERM="$TERM" PS1='\u:\w\$ ' \ |