summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-12-15 18:29:01 +0000
committerjhb <jhb@FreeBSD.org>2005-12-15 18:29:01 +0000
commit71d1cb326f3ca2dd193102af04de26fb531a3a2d (patch)
tree513b8ba1e4e7cb26cfb80b8512d2094f1ae77026 /rescue
parentf835cdfb05968af2433b7830d487b52b66894d1f (diff)
downloadFreeBSD-src-71d1cb326f3ca2dd193102af04de26fb531a3a2d.zip
FreeBSD-src-71d1cb326f3ca2dd193102af04de26fb531a3a2d.tar.gz
Install nextboot in /rescue as /rescue/nextboot rather than
/rescue/nextboot.sh to match the name in /sbin (/sbin/nextboot). Reviewed by: gtetlow MFC after: 1 week
Diffstat (limited to 'rescue')
-rw-r--r--rescue/rescue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile
index a601be2..43b38d0 100644
--- a/rescue/rescue/Makefile
+++ b/rescue/rescue/Makefile
@@ -6,7 +6,7 @@ BINDIR?=/rescue
# Shell scripts need #! line to be edited from /bin/sh to /rescue/sh
SCRIPTS= nextboot_FIXED
-SCRIPTSNAME_nextboot_FIXED= nextboot.sh
+SCRIPTSNAME_nextboot_FIXED= nextboot
nextboot_FIXED: ../../sbin/reboot/nextboot.sh
sed '1s/\/bin\//\/rescue\//' ${.ALLSRC} > ${.TARGET}
CLEANFILES+= nextboot_FIXED
OpenPOWER on IntegriCloud