Install {ibcs2,svr4}.sh in /usr/sbin and not in /usr/bin.

related to PR:		13545
This commit is contained in:
David E. O'Brien 1999-09-05 05:19:08 +00:00
parent 0edd3ca778
commit 22167446c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50934
2 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,6 @@ opt_spx_hack.h:
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/ibcs2.sh ${DESTDIR}/usr/bin/ibcs2
${.CURDIR}/ibcs2.sh ${DESTDIR}/usr/sbin/ibcs2
.include <bsd.kmod.mk>

View File

@ -45,6 +45,6 @@ opt_vmpage.h:
afterinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/svr4.sh ${DESTDIR}/usr/bin/svr4
${.CURDIR}/svr4.sh ${DESTDIR}/usr/sbin/svr4
.include <bsd.kmod.mk>