Date: Tue, 18 Apr 2017 03:40:37 +0000 (UTC) From: Justin Hibbits <jhibbits@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r317077 - head/etc/rc.d Message-ID: <201704180340.v3I3eb5L069924@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhibbits Date: Tue Apr 18 03:40:36 2017 New Revision: 317077 URL: https://svnweb.freebsd.org/changeset/base/317077 Log: Add 32-bit caching to ldconfig script for powerpc64 Reported by: ian@ Modified: head/etc/rc.d/ldconfig Modified: head/etc/rc.d/ldconfig ============================================================================== --- head/etc/rc.d/ldconfig Mon Apr 17 23:57:42 2017 (r317076) +++ head/etc/rc.d/ldconfig Tue Apr 18 03:40:36 2017 (r317077) @@ -41,7 +41,7 @@ ldconfig_start() ${ldconfig} -elf ${_ins} ${_LDC} case `sysctl -n hw.machine_arch` in - amd64) + amd64|powerpc64) for i in ${ldconfig_local32_dirs}; do if [ -d "${i}" ]; then _files=`find ${i} -type f`
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704180340.v3I3eb5L069924>