Revision: 26482 http://sourceforge.net/p/gar/code/26482 Author: bonivart Date: 2018-10-20 13:33:23 +0000 (Sat, 20 Oct 2018) Log Message: ----------- bind/trunk: Fix chroot script
Modified Paths: -------------- csw/mgar/pkg/bind/trunk/files/CSWbindchroot.postinstall Modified: csw/mgar/pkg/bind/trunk/files/CSWbindchroot.postinstall =================================================================== --- csw/mgar/pkg/bind/trunk/files/CSWbindchroot.postinstall 2018-10-20 09:11:41 UTC (rev 26481) +++ csw/mgar/pkg/bind/trunk/files/CSWbindchroot.postinstall 2018-10-20 13:33:23 UTC (rev 26482) @@ -32,7 +32,7 @@ # Copy libbind9 mkdir -p $ROOTDIR/opt/csw/lib -cp -p /opt/csw/lib/libbind9.so.1200 $ROOTDIR/opt/csw/lib/ +cp -p /opt/csw/lib/libbind9.so.1201 $ROOTDIR/opt/csw/lib/ # change owner on all files/dirs under /var/opt/csw/named/chroot chown -R named:named $ROOTDIR This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.