diff options
-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\$ ' \ |